mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- include default config into project
This commit is contained in:
parent
ca711efd80
commit
b9af50cd89
@ -18,6 +18,7 @@ clone_folder: 'c:\projects\REDRIVER2'
|
||||
#lib_folder: %clone_folder%\EXTERNAL
|
||||
|
||||
environment:
|
||||
data_folder: 'c:\projects\REDRIVER2\data'
|
||||
project_folder: 'c:\projects\REDRIVER2\src_rebuild'
|
||||
dependency_folder: '%project_folder%\dependencies'
|
||||
|
||||
@ -68,6 +69,7 @@ after_build:
|
||||
- cmd: copy %SDL2_DIR%\lib\x86\SDL2.dll SDL2.dll /Y
|
||||
- cmd: copy %GLEW_DIR%\bin\Release\Win32\glew32.dll glew32.dll /Y
|
||||
- cmd: copy %OPENAL_DIR%\bin\Win32\soft_oal.dll OpenAL32.dll /Y
|
||||
- cmd: copy %data_folder%\config.ini config.ini /Y
|
||||
- 7z a REDRIVER2.zip ".\*"
|
||||
|
||||
#build: off
|
||||
|
9
data/config.ini
Normal file
9
data/config.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[render]
|
||||
windowWidth=1280
|
||||
windowHeight=720
|
||||
fullscreen=0
|
||||
pgxpTextureMapping=1
|
||||
|
||||
[game]
|
||||
drawDistance=600
|
||||
freeCamera=1
|
Loading…
Reference in New Issue
Block a user