Мечта, Detroit Become Human 08.07.2025
Мечтал чтобы дома была своя gamedev-студия. Мечтал создать игру похожую на Detroit Become Human.
Код detroid.dbpro:
; **** Dark BASIC Professional Project File **** ; **** Written by Synergy Editor **** version=DBP1.00 project name=detroit ; **** source file information **** main=Untitled1.dba LineMain=8 ; **** Executable Information *** ; build types: exe, media, installer, alone executable=Application.exe build type=exe ; ** Media file compression ** compression=NO ; ** Media file encryption ** encryption=NO ; ** Display the card options screen window? ** card options window=NO ; **** debugger information **** ; If the editor sets this to yes, it is running in debug mode CLI=NO CommandLineArguments= ; **** display mode information **** app title=Detroit Become Human ; graphics mode options: fullscreen, window, desktop, fulldesktop, hidden graphics mode=window fullscreen resolution=640x480x32 ; arbitrary sizes are valid for windowed mode window resolution=1024x768 ; **** External Files Information **** ; **** Media **** ; Example entries: media1=graphics\*.jpg media root path=C:\my\3d_detroit_become_human\ ; **** Icons **** ; **** Cursors **** ; **** Version Info **** VerComments= VerCompany= VerFileDesc= VerFileNumber=v1.0 VerInternal=v1.0 VerCopyright= VerTrademark= VerFilename= VerProduct= VerProductNumber=v1.0 ; **** To Do **** ; **** Comments **** comments1= ; **** Advanced (setup.ini) configuration **** RemoveSafetyCode=NO SafeArrays=YES LocalTempFolder=NO ExternaliseDLLS=NO
Код Untitled1.dba:
Rem Project: Dark Basic Pro Project Rem Created: Tuesday, July 17, 2018 Rem ***** Main Source File ***** sync on : sync rate 0 : cls 0 COLOR BACKDROP 0, 0, 0 ObjectNumber=1 y as float x as float z as float x=0 y=0 z=0 rem load object "untitled9.x",ObjectNumber load object "untitled8.3ds", ObjectNumber rotate object ObjectNumber, 0, 0, 0 fix object pivot ObjectNumber point object ObjectNumber,0,0,0 position object ObjectNumber, 0,0,0 do sync rotate object ObjectNumber, 0, x, 0 position object ObjectNumber, 0,0,z wait 5 rem print x rem print y rem print z if downkey() = 1 then z=z+0.1 if upkey() = 1 then z=z-0.1 if leftkey() = 1 then x=x+1 if rightkey() = 1 then x=x-1 if x > 359 then x=0 loop delete object ObjectNumber end
Результат:
https://my.mail.ru/mail/semyon_kulikov/video/_myvideo/132....
Если бы я эту игру делал бы, то я бы использовал бы Makehuman, Blender, и Sweet Home 3D.
Вот программа MakeHuman:
Вот программа Blender:
Вот программа Sweet Home 3D:
Мне cестрa подарила эту книжку на НГ, я взял её в Германию:
У меня установлена XNA Game Studio 3.0 на Microsoft Visual Studio 2008 см. https://groups.germany.ru/12994140000001/f/41394092.html?C...
И xbox 360 для тестирования:
Мне родители в 201x купили вот такие видеоуроки, некоторые я сам покупал, но не эти видеоуроки:
Видеоурок по Unity 5, помимо видеоурокв на диске есть примеры, а так-же программы Visual Studio 2013 или 2015, и Unity 5:
Вот тут https://programming.mybb.ru/viewtopic.php?id=151 я показывал как я делал 3D модель жигули, и как её отобразить спомощью DarkBasic Pro.