-
Posts
17.471 -
Joined
-
Last visited
-
Days Won
552
Everything posted by Stan`
-
===[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. -
Skirmish map - Egypt (previously "Egypt condensed")
Stan` replied to mimesot's topic in Scenario Design/Map making
For your first question yes cyou can delete manually by editing the XML file. I think the variant is stored in the file. For your third question see -> -
Have fun and stay tuned for the next update
-
In theory you should have a shortcut in your startup menu (Not in the desktop) If you found the folder, look at binaries/system, and launch pyrogenesis.exe
-
Every prop you want to have ao needs to have a second uv, else the game will crash badly. Someone fixed it, but this isn't the game yet.
-
@Itms Anything we can do ?
-
I assume the dmg we provide doesn't work ? You could compile from source in that case.
-
Okay, so this is a more "recent" change. Let's take some materials as examples <material>player_trans.xml</material> <material>player_trans_spec.xml</material> <material>player_trans_parallax_spec.xml</material> <material>player_trans_ao_parallax_spec.xml</material> First one just needs a diffuse texture. ex: <texture file="skeletal/kart_cjv_e_1.dds" name="baseTex"/> Second needs diffuse and spec. ex: <texture file="skeletal/kart_cjv_e_1.dds" name="baseTex"/> <texture file="skeletal/kart_cjv_e_1_spec.dds" name="specTex"/> Third needs diffuse and spec and a normal (parallax) map <texture file="skeletal/kart_cjv_e_1.dds" name="baseTex"/> <texture file="skeletal/kart_cjv_e_1_spec.dds" name="specTex"/> <texture file="skeletal/kart_cjv_e_1_norm.dds" name="normTex"/> Last one needs an ao map on top of that. ex: <texture file="skeletal/kart_cjv_e_1.dds" name="baseTex"/> <texture file="skeletal/kart_cjv_e_1_spec.dds" name="specTex"/> <texture file="skeletal/kart_cjv_e_1_norm.dds" name="normTex"/> <texture file="skeletal/kart_cjv_e_1_ao.dds" name="aoTex"/>
-
Your modelling skills have become great now you need to boost them texture skills. Have a look at how the armor for the elephant is done for reflections. Look at prolighting sky's demo by Andrew price and look for free HDR textures you can set in the world as an environment texture.
-
In any case thanks for working so hard on this. Keep it up !
-
Unreadable text, buttons too small to be clickable, HiDPI, yada yada
Stan` replied to karora's topic in Bug reports
Yes apologies about that, the tutorial is broken in that alpha. You need to add some more houses -
Unreadable text, buttons too small to be clickable, HiDPI, yada yada
Stan` replied to karora's topic in Bug reports
In your config folder find the user.cfg or local.cfg file and add the following line gui.scale="2.0" That option should be added at some point until we properly fix high resolutions like yours To find the config file look at https://trac.wildfiregames.com/wiki/GameDataPaths -
Looks good. Too bad it's flying in the air but there is not much we can do...
-
Can we see the sheathed variant ? Red should be player color I guess.
-
Yeah no offense:)