-
Posts
17.967 -
Joined
-
Last visited
-
Days Won
578
Everything posted by Stan`
-
Nice yeah it's better this way.
-
Skirmish map - Egypt (previously "Egypt condensed")
Stan` replied to mimesot's topic in Scenario Design/Map making
@niektb Time to get back into dev maybe ? -
@Nescio _m -> Mount basically anything that has riders or drivers _r -> Riders _h -> horse only for chariots because they are not mounts _c champion _a advanced _b basic _e elite I will try to update the art design document to reflect this naming convention.
-
Yeah looks great !
-
Apologies to every modder that worked on template and or unit changes as I recently broke every single one of your mods. I reorganised actor hereby changing templates referring to them. However this doesn't affect the root templates so if you didn't touch the others you are fine. The only way you can easily migrate is by applying your changes to a clean SVN before my recent commits and letting SVN merge the changes then extract back the files to your respective mods. Really sorry for the inconvenience please forgive me. We now have a coherent file naming scheme. Goodnight everyone.
-
Fair enough. True but that's more programming related, and nobody is eager to fix UnitAI the 6 000 lines of code monster to do so.
-
Lion pelt of kushites
-
Don't forget the cape as well. Oh, and if you could do the lion pelt (as a cape so it deforms), that'd be perfect.
-
I'm afraid it will look weird, as since there is no transition animation the unit will just teleport from the horse to the ground. But maybe I'm wrong.
-
===[TASK]=== Kushite Units, Unit Textures, and Unit Props
Stan` replied to wowgetoffyourcellphone's topic in Official tasks
True I'll add that to my list.- 529 replies
-
- delenda est
- terra magna
-
(and 3 more)
Tagged with:
-
===[COMMITTED]=== Update Camel Units
Stan` replied to wowgetoffyourcellphone's topic in Completed Art Tasks
Yes, it's called UV unwrapping- 162 replies
-
- 1
-
-
- animations
- modeling
-
(and 1 more)
Tagged with:
-
No problem ! Have fun
-
===[TASK]=== Kushite Units, Unit Textures, and Unit Props
Stan` replied to wowgetoffyourcellphone's topic in Official tasks
It's already the case...- 529 replies
-
- 1
-
-
- delenda est
- terra magna
-
(and 3 more)
Tagged with:
-
If you really can't find it using the start menu you can find it via the control panel. Go into add/remove software Right Click on the colums Click on others. Tick Location. Go back to the list and look for 0ad
-
Achaemenid Persians and Median
Stan` replied to Lion.Kanzen's topic in Tutorials, references and art help
Whoops too late -
Achaemenid Persians and Median
Stan` replied to Lion.Kanzen's topic in Tutorials, references and art help
I'll send them an e-mail. -
===[COMMITTED]=== Update Camel Units
Stan` replied to wowgetoffyourcellphone's topic in Completed Art Tasks
Looking good. Can't wait to have this committed. About the renaming it's in progress.- 162 replies
-
- 4
-
-
- animations
- modeling
-
(and 1 more)
Tagged with:
-
Have a look at the carry_idle anims for cavalry @Alexandermb while you are at it. I will soon push my biggest patch ever to the repo.
-
Have a look at the carry_idle anims for cavalry @Alexandermb while you are at it. I will soon push my biggest patch ever to the repo.
-
You could try one of our old releases, there will be a lot of bugs. releases.wildfiregames.com
-
===[COMMITTED]=== Update Camel Units
Stan` replied to wowgetoffyourcellphone's topic in Completed Art Tasks
@Alexandermb Great work ! With some luck we'll be able to commit those for A23.- 162 replies
-
- 3
-
-
-
- animations
- modeling
-
(and 1 more)
Tagged with:
-
===[COMMITTED]=== Update Camel Units
Stan` replied to wowgetoffyourcellphone's topic in Completed Art Tasks
Hey Alexandermb that camel now looks a lot better ! For that shadow issue, that's because you are baking twice the mesh (since it's mirrored) you need to delete half of it to bake it Or change the whole uv.- 162 replies
-
- animations
- modeling
-
(and 1 more)
Tagged with:
-
Fixing the skybox for maps
Stan` replied to Stan`'s topic in Game Development & Technical Discussion
Dépends on what black bands you are referring too. If you refer to the horizon when having the camera at the ground level it's the skybox. If you refer to a corner appearing on the screen to the skybox then yes that's because it's not transparent. Alpha transparency for this could have disastrous performance though.