-
Posts
18.130 -
Joined
-
Last visited
-
Days Won
587
Everything posted by Stan`
-
@ShadowOfHassen
-
Export (not import) heightmap from the Editor
Stan` replied to Ancient Naturalist's topic in Scenario Design/Map making
Not that I know of, but it should be possible to write a python script that reads the height map and generates a texture. I wrote an importer for PMP in Godot that way. -
EDIT: Just realised TUN is @The Undying Nephalim The persons who did most of the coding were @Exodarion and @Askarus Updating components can be a bit tricky.
-
Oh wait didn't see the out of memory. You probably reached the 4GB limit...
-
Mmh llvm pipe is usually when you're playing in some kind of virtualized environment like a VM, is this the case ?
-
Adding storylines to scenarios and campaigns
Stan` replied to Vantha's topic in Game Development & Technical Discussion
This would help with trailers We only use the cinematic features for camera controlling purposes. -
If you replay the match, does it crash?
-
Once they are cached though, you're good. You can open a few maps with svn and the units demo map, that should load most of the textures.
- 1 reply
-
- 1
-
-
Gitea: Meaning of the Work in Progress milestone
Stan` replied to Obelix's topic in Game Development & Technical Discussion
I suppose it's due to the nature of the project and the fact not all worked on features are part of the next release (cause not reviewed) and backlog tickets are supposed to be up for grabs. -
How can I add a new civ to 0 A.D. via modding?
Stan` replied to Lunari8546's topic in Game Modification
If it's a GUI only thing, it could be as easy as to go to all the place Gauls are displayed and calling another custom Player.js method you would have created e.g. GetSpecificName() -
0 A.D. Social Media Accounts (We need you!)
Stan` replied to Sundiata's topic in Announcements / News
Mostly we don't have enough content to post regularly -
Yeah anims will go OOS if any parts of the model don't have them this is because they are made of many small pieces. Not sure why they didn't get the attack anim or why noone else noticed.
-
Gitea ssh-key problems
Stan` replied to Cayleb-Ordo's topic in Game Development & Technical Discussion
See the note at https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/.lfsconfig -
https://gitea.wildfiregames.com/0ad/0ad/wiki/NormalMaps Terrains use opengl normal maps though.
-
It is not a known issue as far as I am aware so thanks for reporting. Could be because arch and manjaro use sdl3 rather than sdl2. Maybe @hyperion can reproduce
-
Sadly the engine has no knowledge of the previous anim, it only knows the current. Usually in Engines, the animation choices is a state machine that defines how to go from one anim to the other. We have no code nor UI to do either.
-
By interpolation you mean animation blending?
-
If it's not the settings do you have a stack trace ?
-
Can you try with full graphic quality? Could be a setting related crash.
-
Is this a unit you can create in the game? If so, does it crash in the game.
-
See https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/.lfsconfig
-
Team based border line style
Stan` replied to ffm2's topic in Game Development & Technical Discussion
I don't understand, even if I made the path not hardcoded it would only point to one place, so that would be the same as just overriding the file no?