ffm2 Posted October 13, 2019 Report Share Posted October 13, 2019 (edited) This mod changes the appearance (for the player with the mod active) of: -the chicken are bright red -the berrys are darker -the black player is shown in a bright pink tone (almost white) -Ally chat is changed so the player can ignore spam better and focus on the game Thanks elexis and nani for help in making this. Install by putting the zip in the right folder: On Windows (Vista or newer): C:\Users\{name_of_user}\Documents\My Games\0ad\mods\ On OSX: ~/Library/Application Support/0ad/mods/ On Linux: ~/.local/share/0ad/mods/ (may be found in GUI via Home/.local/share/0ad/mods/) Update 2019.10.14: -Ally-chat indent -gaia-white to bright pink (the highlighting in the chat works for former black again) Update 2019.10.18: -Ally-chat is white (highlighted) public chat is a bit more grey -Ally chat has a notification on the right like this: ---------(Ally) Update 2020.09.08: -Changed the Relic names to more comprehensive ones. Like "Hasdrubal" is now "MeleeCav Health&Armor Hasd" in the en_GB setting. Didn't work for Artaxerxes, Cassivellaunus and Lucius yet, so you still need to remember these for now. Update 2021.02.27: -work on a24 now Update 2024.10.12: -for a26 ffm_visibity.zip Edited October 12 by ffm2 3 1 Quote Link to comment Share on other sites More sharing options...
sphyrth Posted October 13, 2019 Report Share Posted October 13, 2019 An interesting take on the chickens. I thought that they are too realistic/small for the game. Quote Link to comment Share on other sites More sharing options...
camel Posted October 14, 2019 Report Share Posted October 14, 2019 Very nice mod ffm, nani and elexis. It solves the berrie problem in some biome i usually had, also the chickens. I guess i dont like the colour change, they will see me rushing. *censored*. Joking apart, nice job. Already using it. Quote Link to comment Share on other sites More sharing options...
ffm2 Posted November 7, 2019 Author Report Share Posted November 7, 2019 15 hours ago, sarcoma said: @ffm2: Can you make crossbolts red or bigger? That would help a lot Do you mean bolt shooters? I don't have a problem identifying them and wont change it and I cant make them bigger. You can change any texture yourself. The hardest part is finding it by searching through your installation directory. After that you can copy it to the equivalent path in your copy of my mod. The bolt shooters don't look as intimidating as they are harmful tough. The bolts them self are hard to see. They are small, fast and travel far. The romans got a different model, so you would need to change them too. If you would make the bolts (not the bolt shooters) red like the star wars laser blasters (or just a bit in that direction) i would include it in my mod. Maybe i'll do that in time if i am bored, which wont happen anytime soon. 1 Quote Link to comment Share on other sites More sharing options...
Stan` Posted November 7, 2019 Report Share Posted November 7, 2019 39 minutes ago, ffm2 said: The hardest part is finding it by searching through your installation directory. After that you can copy it to the equivalent path in your copy of my mod. Or you could, you know, ask Stan. 1 Quote Link to comment Share on other sites More sharing options...
sarcoma Posted November 7, 2019 Report Share Posted November 7, 2019 (edited) Yes, the bolts/scorpios. I can't see them and they decimate armies. Stan, can you tell me the paths? Edited November 7, 2019 by sarcoma Quote Link to comment Share on other sites More sharing options...
ffm2 Posted November 7, 2019 Author Report Share Posted November 7, 2019 1 hour ago, Stan` said: Or you could, you know, ask Stan. Alright, lets make some laser blasters. Stan what are the path's to the texture of the bolts? 1 Quote Link to comment Share on other sites More sharing options...
ffm2 Posted November 7, 2019 Author Report Share Posted November 7, 2019 No size and geometry changes, only textures. Why would you even want the boats smaller? If you want to fit boats where they didn't before you would cause a OOS error. Your game would not be compatible with users that don't have this change. Quote Link to comment Share on other sites More sharing options...
Stan` Posted November 7, 2019 Report Share Posted November 7, 2019 1 hour ago, ffm2 said: Alright, lets make some laser blasters. Stan what are the path's to the texture of the bolts? You need to replace the generic arrow by a laser beam and that's pretty much it 1 Quote Link to comment Share on other sites More sharing options...
ffm2 Posted November 7, 2019 Author Report Share Posted November 7, 2019 I was thinking of the full path to a specific file e.g. '/binaries/data/mods/public/art/textures/skins/bolt.png'. I spend some time now looking through files in 'binaries/data/mods/public/art/textures/skins', tried something, didn't succeed and finally lost interest. It probably wont help much anyway. On my test i had to slow down and zoom far in to see if the texture of the bolt actually change. 1 Quote Link to comment Share on other sites More sharing options...
Stan` Posted November 8, 2019 Report Share Posted November 8, 2019 Would you like me to replace arrows by laser bolts ? The actor you are looking for is props/units/weapons/arrow_front.xml 1 Quote Link to comment Share on other sites More sharing options...
sarcoma Posted November 8, 2019 Report Share Posted November 8, 2019 What file(s) should I change to have bolts piercing bright red/green like the chickens? Is as easy as a small square like animal_chicken.dds? Quote Link to comment Share on other sites More sharing options...
Stan` Posted November 8, 2019 Report Share Posted November 8, 2019 <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <actor version="1"> <castshadow/> <group> <variant frequency="100" name="Base"> <mesh>props/weap_arrow_front.dae</mesh> <textures> <texture file="structural/kart_struct.dds" name="baseTex"/> <texture file="structural/kart_struct_norm.png" name="normTex"/> <texture file="structural/kart_struct_spec.png" name="specTex"/> </textures> </variant> </group> <material>player_trans_parallax_spec.xml</material> </actor> By <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <actor version="1"> <castshadow/> <group> <variant frequency="100" name="Base"> <mesh>props/weap_arrow_front.dae</mesh> <textures> <texture file="null_orange.dds" name="baseTex"/> </textures> </variant> </group> <material>basic_trans.xml</material> </actor> 1 Quote Link to comment Share on other sites More sharing options...
sarcoma Posted December 17, 2019 Report Share Posted December 17, 2019 (edited) @Stan`, I added the file you said but still can't see no change in bolts. Edited December 18, 2019 by sarcoma zip deleted Quote Link to comment Share on other sites More sharing options...
Stan` Posted December 17, 2019 Report Share Posted December 17, 2019 3 minutes ago, sarcoma said: @Stan`, I added the file you said but still can't see no change in bolts. ffm_visibity.zip 861.19 kB · 0 downloads Sorry I thought you meant arrows. My bad. Would be binaries\data\mods\public\art\actors\props\units\weapons\bolt_tower.xml <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <actor version="1"> <castshadow/> <group> <variant frequency="100" name="Base"> <mesh>props/bolt_tower_projectile.dae</mesh> <textures> <texture file="null_orange.dds" name="baseTex"/> </textures> </variant> </group> <material>basic_trans.xml</material> </actor> 1 Quote Link to comment Share on other sites More sharing options...
sarcoma Posted December 17, 2019 Report Share Posted December 17, 2019 (edited) Still no luck @Stan` Edited December 18, 2019 by sarcoma deleted zip Quote Link to comment Share on other sites More sharing options...
Stan` Posted December 17, 2019 Report Share Posted December 17, 2019 Wait you want the actual shooter, or the projectile? Quote Link to comment Share on other sites More sharing options...
LordGood Posted December 17, 2019 Report Share Posted December 17, 2019 That one is bolt.xml 1 Quote Link to comment Share on other sites More sharing options...
LordGood Posted December 17, 2019 Report Share Posted December 17, 2019 Bolt_tower is exclusive to the bolt tower atm Quote Link to comment Share on other sites More sharing options...
sarcoma Posted December 17, 2019 Report Share Posted December 17, 2019 I want the bolt shooter red or orange or green (like the red chickens and bushes) so that I can spot it easily among an army. I use a very far zoom to play, like 250, and the arrows are completely invisible and the cart is very hard to notice. And the bolts wipe an unattended army quickly. Quote Link to comment Share on other sites More sharing options...
sarcoma Posted December 17, 2019 Report Share Posted December 17, 2019 I tried <?xml version="1.0" encoding="UTF-8"?> <actor version="1"> <castshadow/> <group> <variant> <mesh>props/projectile-bolt.dae</mesh> </variant> </group> <group> <variant> <textures><texture file="null_orange.dds" name="baseTex"/></textures> </variant> </group> </actor> in the file LordGood said and now the projectile is orange but still no luck with the cart. It doesn't matter for me if it only shows a flourescent rectangle instead of the scorpio. Quote Link to comment Share on other sites More sharing options...
Stan` Posted December 17, 2019 Report Share Posted December 17, 2019 Try: \art\actors\units\carthaginians\siege_spear.xml <?xml version="1.0" encoding="UTF-8"?> <actor version="1"> <castshadow/> <group> <variant frequency="1" name="bolt shooter"> <animations> <animation event=".66" file="mechanical/hele_oxybeles.dae" load=".58" name="attack_ranged" speed="250"/> </animations> <mesh>structural/hele_oxybeles.dae</mesh> <props> <prop actor="props/units/weapons/bolt.xml" attachpoint="projectile"/> <prop actor="props/units/weapons/bolt.xml" attachpoint="loaded-projectile"/> </props> <textures> <texture file="null_orange.dds" name="baseTex"/> </textures> </variant> </group> <material>default.xml</material> </actor> 1 Quote Link to comment Share on other sites More sharing options...
sarcoma Posted December 18, 2019 Report Share Posted December 18, 2019 (edited) Thanks @Stan`, I changed 2 files for carthaginians and this is the result for athenians I used the catafalque since it seems visible enough. I get the following error though: ERROR: Failed to find matching prop point called "projectile" in model "art/meshes/props/special/catafalque_two_wheel.dae" for actor "siege_spear" Maybe I need to change the other 2 pivot files? Should I change siege files for all civs? Can I get the fuchsia dot shown in the minimap for relics for these bolts? Edited December 21, 2019 by sarcoma zip deleted Quote Link to comment Share on other sites More sharing options...
Stan` Posted December 18, 2019 Report Share Posted December 18, 2019 You need to edit templates to fix this (which might make you out of sync) or find a dae file with a projectile prop point. Quote Link to comment Share on other sites More sharing options...
sarcoma Posted December 19, 2019 Report Share Posted December 19, 2019 Aside from that error which appears once, it doesn't go oos on multiplayer. I think the purpose of making bolts visible has been fulfilled. I will change the rest of civs at a later date. Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.