What other arguments and should I specify them?
Search found 12802 matches
- Sun Apr 18, 2021 2:15 pm
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
- Sun Apr 18, 2021 1:05 pm
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
So what should I now test?
- Sun Apr 18, 2021 12:24 pm
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
Is there some other way I should check then?
- Sun Apr 18, 2021 10:00 am
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
Maybe default got linked to /build/default/ instead of /build/Release/default/ . Could you check it? Not sure exactly what you mean, but C:\Users\g_top\Desktop\FOSDK11_Godot\FreeOrionG\build>dir /ad /w Volume in drive C is Windows Volume Serial Number is XXXX-XXXX Directory of C:\Users\g_top\Deskto...
Re: Music
The links to music audio files all seem to be broken...
- Sun Apr 18, 2021 9:42 am
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
I suppose than lines from https://github.com/o01eg/freeorion/blob/4ae4a9aa3b165bc8451bbcdd258ff397e8e1a101/CMakeLists.txt#L816-L822 should copy freeoriongodot.dll to sensible location Not sure what your point is... Those lines are already present, so why isn't it already in a sensible location? And...
- Sat Apr 17, 2021 8:14 pm
- Forum: General Discussion
- Topic: Contribulle
- Replies: 1
- Views: 25
Re: Contribulle
If you're volunteering to set it up, go ahead...
- Sat Apr 17, 2021 5:07 pm
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
- Sat Apr 17, 2021 2:15 pm
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
OK, then it's working.
Need to simplify the setup process, though...
Need to simplify the setup process, though...
- Sat Apr 17, 2021 2:04 pm
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
Now it switches to a black screen after a few seconds after starting a game from the menu. In console: C:\Users\g_top\Desktop\FOSDK11_Godot\FreeOrionG\build\Release>Godot_v3.2.3-stable_win32.exe --path ../../godot/client Godot Engine v3.2.3.stable.official - https://godotengine.org OpenGL ES 3.0 Ren...
- Sat Apr 17, 2021 1:27 pm
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
I renamed the .dll and the results look the same as before with the 64 bit version of Godot. With the 32 bit version, it's a bit different. I can click the quickstart or single player -> OK, and it seems to lag for a second or less, then it reverts back to the menu screen. In the console: C:\Users\g...
- Sat Apr 17, 2021 12:47 pm
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
Could you move freeoriongodot.dll somewhere else and check if you didn't get same Error 193: %1 is not a valid Win32 application. ? And update the res link to the new location? If it happened you built 32-library just use 32-bit godot and entry Windows.32="res://..../freeoriongodot.dll" I replaced ...
- Sat Apr 17, 2021 11:09 am
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
Also you should add to [entry] section in godot/client/gdcpptest.gdnlib path to that library relative to godot/client Windows.64="res://bin/win64/freeoriongodot.dll" Like Windows.64="res://../../build/Release/freeoriongodot.dll" ? The required format isn't clear for a relative path... It appears to...
- Sat Apr 17, 2021 10:12 am
- Forum: General Discussion
- Topic: Fiftteent game on the multiplayer slow game server
- Replies: 285
- Views: 4546
- Sat Apr 17, 2021 10:02 am
- Forum: Programming
- Topic: Potential GiGi replacements: Godot
- Replies: 84
- Views: 1597
Re: Potential GiGi replacements: Godot
Apparently I got the no-pullrequest-dedicated-server branch when cloning.