Jump to content

false_god123

Community Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

839 profile views

false_god123's Achievements

Discens

Discens (2/14)

1

Reputation

  1. sorry for late reply, It does have the correct code like the line above but i just keep hearing the Greek civ_male_ yes.ogg file when selecting a unit. Maybe i have put the custom ogg and xml in the wrong location? i have tried it in audio/voice/greek/civ and also tried it in audio/voice/global
  2. Does that mesh template work for the gauls as they are slightly smaller men? The model doesnt look the same as the unit i'm trying to put the sword in so i cannot adjust the weapon. Is there a gaul template mesh?
  3. When trying to attach a custom weapon to the unit, i have to keep redoing the custom mesh because its either floating above him or somewhere else but his hand, so is there a Unit mesh of a man i can use while modelling in blender so i can easily align the weapon to his hand. I hope this made sense
  4. I want to change some unit sounds, i have attempted by making a audio testsound.ogg file in audio/voice/global along with testsound.xml in the same location The testsound.xml looks like this : SoundGroup> <Gain>1</Gain> <Priority>100</Priority> <ConeGain>1</ConeGain> <Looping>0</Looping> <RandOrder>1</RandOrder> <Distanceless>1</Distanceless> <RandGain>1</RandGain> <RandPitch>1</RandPitch> <PitchUpper>1</PitchUpper> <PitchLower>0.7</PitchLower> <Threshold>1</Threshold> <Path>audio/voice/global</Path> <Sound>testsound.ogg</Sound> </SoundGroup> And i used this code here in my axeman unit : <SoundGroups> <select>voice/global/testsound.xml</select> <attack>attack/weapon/sword.xml</attack> <death>actor/human/death/death.xml</death> </SoundGroups> And put it in my simulation/templates/unuits/gaul/gaul_champion.xml file Only the first line has been changed to a custom ogg file When i test this i don't get any errors so all seems well but when i select this unit i can hear the default sound still and do not hear my custom sound. Is this the correct way of changing unit sounds? Sorry for spamming the forums with this stuff!
  5. Ahh right thanks!, where do you find this information? I would have thought opening the default civic centre would have all the lines of code but it doesn't have anything to do with resources
  6. I am looking in simulations/structures/templates/gaul_civic_centre.xml. How would i go about changing how much it costs to make this building and what materials? thanks
  7. Yes that has done it thanks guys!
  8. i got a slightly different error while trying to spawn in the axeman in editor <!DOCTYPE html> <meta charset="utf-8"> <title>Pyrogenesis Log</title> <style>body { background: #eee; color: black; font-family: sans-serif; } p { background: white; margin: 3px 0 3px 0; } .error { color: red; } .warning { color: blue; }</style> <h2>0 A.D. (0.0.22) Main log (warnings and errors only)</h2> <p class="error">ERROR: CCacheLoader failed to find archived or source file for: "art/actors/units/gaul/champion_axeman.xml"</p> <p class="error">ERROR: CObjectManager::FindObjectBase(): Cannot find object 'units/gaul/champion_axeman.xml'</p>
  9. I am still getting the same error after i remove the "decay|" although i have been following this tutorial exactly https://trac.wildfiregames.com/wiki/CreatingNewUnits but it mentions "I'm using the SVN version in this tutorial." And like you said i'm using A22 build, So is there a basic tutorial for A22 build?
  10. It is loading up now just the "axeman" and something to do with the barracks, that's pretty much all what's in my mod folder here is the error <!DOCTYPE html> <meta charset="utf-8"> <title>Pyrogenesis Log</title> <style>body { background: #eee; color: black; font-family: sans-serif; } p { background: white; margin: 3px 0 3px 0; } .error { color: red; } .warning { color: blue; }</style> <h2>0 A.D. (0.0.22) Main log (warnings and errors only)</h2> <p class="error">ERROR: CXeromyces: Failed to parse XML file simulation/templates/structures/gaul_barracks.xml</p> <p class="error">ERROR: Failed to load entity template 'structures/gaul_barracks'</p> Also thanks for the links
  11. wait i got it to load now but and the axeman is showing up thank god, but now this?
  12. My public folder has the public.zip file in it, and the image below shows where my testmod folder is located and the custom parameters i am using.
×
×
  • Create New...