-
Posts
18.036 -
Joined
-
Last visited
-
Days Won
582
Everything posted by Stan`
-
On Transifex.com
-
What is the 'Arabia' of 0 AD?
Stan` replied to Thorfinn the Shallow Minded's topic in General Discussion
@Atrik @wowgetoffyourcellphone I'm not sure. Maybe my website is blocked in the U.S. for some reason :/ @wowgetoffyourcellphone does it work on 4G? -
Yes I'd like to support one video format. Ideally not through ffmpeg if possible (spidermonkey is already big enough). I was thinking of VP9 but AV1 might be nice too. Obviously no work has been started yet. @The Undying Nephalim has been asking for video playback for years. It would be nice to have a splash video too. Maybe something for @trompetin17 It's some work yes. It requires C++ experience.
-
Gif might be possible (as in switching images) videos are currently not supported.
-
Oh wait you have broken actors/materials. That would do it. I assume your mod removed something it should not have. Also you could convert your modded sounds to mono to get rid of the warnings.
-
https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/source/lib/sysdep/os/linux/dir_watch_inotify.cpp#L214 Are you touching files while the game runs ?
-
The mods just need to be updated to work with the new version
-
Is it in the correct folder?
-
Does art/actors/structures/spartans/bighouse.xml exist ?
-
Review it thorougly in all its aspects, art(actors and meshes), gameplay, historical accuracy etc Civ are notoriously error full
-
Every object needs to merged, and you can only have one material. If you need another material you need another actor. Also you didn't share the error.
-
Because it requires extra tools you might not have such as GLSLC and the Vulkan SDK. And the shaders are made available in the release tarballs. See source/tools/spirv for the python script to build shaders. See this for the nightly build https://gitea.wildfiregames.com/0ad/0ad/wiki/NightlyBuild To build you'll need the rules.json in the nightly build source/tools/spirv The commands look a bit like https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/build/jenkins/pipelines/nightly-build.Jenkinsfile#L139 You can also svn export the shaders to your folder like this script does https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/binaries/system/get-nightly-binaries.bat
-
What's this ?
-
On macOS all the log folders and cache folders are hidden folders. You might access them through a terminal window with the the open folder_name command. https://gitea.wildfiregames.com/0ad/0ad/wiki/GameDataPaths
-
My bad. Should be good now.
-
Can you upload the save game somewhere?
-
That's the style of m7600 who is no longer part of these forums.
-
Trouble following Atlas BuildInstructions
Stan` replied to eZamus's topic in Game Development & Technical Discussion
You can add the -editor command line argument Regarding Atlas some work has been done by @trompetin17 to get rid of it and instead do everything inside the game. -
Roman military standards (Aquila, Signum, Vexillum)
Stan` replied to nifa's topic in Art Development
That would be a question for @real_tabasco_sauce for the main game or @wowgetoffyourcellphone for DE. -
Trouble following Atlas BuildInstructions
Stan` replied to eZamus's topic in Game Development & Technical Discussion
JS code should hotload on change. You cannot add new files when the game is running though they won't be picked up.