-
Posts
17.623 -
Joined
-
Last visited
-
Days Won
562
Everything posted by Stan`
-
Arguments for/against alpha 23 ranged infantry speeds
Stan` replied to BreakfastBurrito_007's topic in Gameplay Discussion
See the discussion here https://code.wildfiregames.com/D2884 -
@Lion.Kanzen and @Zophim were the people working on it, @s0600204 and I have done some fixing, but the mod changed directions many many times.
-
-
-
Sure. You need to run git diff -U5000 > file.diff at the root of the repo and upload the diff file on Phab.
-
link?
-
@Yekaterina there ^
-
Remember the option switch I made you do ?
-
Could be too small window, out of memory or something else. The only way to know is to run in debug mode and reproduce it.
-
Could be a lot of things.
-
Error Adding Judeans to structure tree.
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
*Stan has nothing covered. -
A25 Feedbacks from testing
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
Make a patch? -
Cool this you might want to do: Note that they are also wrongly uvmapped on some places
-
Here comes the review: Bad UV Bad uv, and make it a bit deeper You never know where those pesky players and mappers will try to place it Some parrallax bug Bad smoothing (I think) (Should use shade flat) Grass is floating which might look weird Some broken actor parts ERROR: CCacheLoader failed to find archived or source file for: "art/actors/props/special/common/garrison_flag_macedonians.xml" ERROR: CObjectManager::FindActorDef(): Cannot find actor 'props/special/common/garrison_flag_macedonians.xml' ERROR: Actor props/structures/macedonians/wonder_gardens_turf.xml255: required texture sampler normTex not found (material art/materials/player_trans_ao_parallax_spec.xml) ERROR: Actor props/structures/macedonians/wonder_gardens_turf.xml255: required texture sampler specTex not found (material art/materials/player_trans_ao_parallax_spec.xml) ERROR: Actor props/structures/macedonians/wonder_trees.xml255: required texture sampler normTex not found (material art/materials/player_trans_ao_parallax_spec.xml) ERROR: Actor props/structures/macedonians/wonder_trees.xml255: required texture sampler specTex not found (material art/materials/player_trans_ao_parallax_spec.xml) Not sure we need the veranda to be honest, it's already quite big gp
-
A25 Feedbacks from testing
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
It's the thing that's used to define how many resources a tree holds. -
A25 Feedbacks from testing
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
It's not just about file hierarchy, which won't change for A25, it's about the code evolving, new components like the Autobuildable for A24, or updates to the existing ones like the addition of Regeneration to the RessourceSupply (currently unused) if the code changes the templates need to adapt, with or without file location changes. @wraitii also added mixins, which are a way for multiple templates with different parents to inherit the same stuff, e.g the hoplites all have a custom formation, no mateter their parent. -
A25 Feedbacks from testing
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
Mods will not be compatible and will need changes. -
Can I have the blend files?
-
A25 Feedbacks from testing
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
-
A25 Feedbacks from testing
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
Okay, so it would be over my dead body. I have an idea that might work, without much extra work. -
A25 Feedbacks from testing
Stan` replied to Yekaterina's topic in Game Development & Technical Discussion
Feel free to give me a better example.