Jump to content

creation tool in map editor !!


Adriano0ad
 Share

Recommended Posts

<textures>
  <texture file="props/road_temperate straight_long.png" name="baseTex"/>
  <texture file="road_temperate straight_long1.png" name="normTex"/>
  <texture file="road_temperate straight_long2.png" name="specTex"/>
</textures>

Should be

<textures>
  <texture file="props/road_temperate straight_long.png" name="baseTex"/>
  <texture file="road_temperate straight_long1.png" name="normTex"/>
  <texture file="road_temperate straight_long2.png" name="specTex"/>
</textures>

 

Link to comment
Share on other sites

Sorry made a mistake

<textures>
  <texture file="props/road_temperate straight_long.png" name="baseTex"/>
  <texture file="props/road_temperate straight_long1.png" name="normTex"/>
  <texture file="props/road_temperate straight_long2.png" name="specTex"/>
</textures>

You're missing “props”

Link to comment
Share on other sites

Thanks for the answer, but the new version of Delenda West hasn't come out yet so I can see the files.
 Another question. I'm creating new farms and I would like to change the animation to collect and not plow,
 but I can't find it, how do I do that?

578878430_Semttulo.png

Link to comment
Share on other sites

4 minutes ago, Adriano0ad said:

Thanks for the answer, but the new version of Delenda West hasn't come out yet so I can see the files.

You can look at their Github Repository

https://github.com/JustusAvramenko/delenda_est

 

7 minutes ago, Adriano0ad said:

Another question. I'm creating new farms and I would like to change the animation to collect and not plow, but I can't find it, how do I do that?

You need to edit the gathering variant in art/variants.

Link to comment
Share on other sites

paramnode could not remove token structures/wallset_palisade rom node entities not present in list nor inherited possible typo? 

how to resolve this error? I've already tried replacing this folder with the original but the error persists.
Link to comment
Share on other sites

You need to edit this file to change the gathering animation by another dae file https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/binaries/data/mods/public/art/variants/biped/female_gather_grain.xml

6 hours ago, Adriano0ad said:

paramnode could not remove token structures/wallset_palisade rom node entities not present in list nor inherited possible typo? 

You probably have -structures/wallset-palisade in one of your templates that doesn't have this token.

Link to comment
Share on other sites

I have a problem, I took the slave market and I'm trying to get it to make slaves, I've already added it to the code but when I click on the slave it doesn't train. Can you check where I'm going wrong?

Spoiler
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
  <Attack disable=""/>
  <Capturable>
    <CapturePoints>500</CapturePoints>
    <RegenRate>0</RegenRate>
    <GarrisonRegenRate>3</GarrisonRegenRate>
  </Capturable>
  <Cost>
    <BuildTime>300</BuildTime>
    <Resources>
      <wood>200</wood>
      <stone>0</stone>
      <metal>0</metal>
    </Resources>
  </Cost>
 <Trainer>
    <BatchTimeModifier>0.8</BatchTimeModifier>
    <Entities datatype="tokens">
      units/{civ}/support_slave
    </Entities>
  </Trainer>
  <Footprint replace="">
    <Circle radius="17.0"/>
    <Height>5.0</Height>
  </Footprint>
  <GarrisonHolder>
    <Max>5</Max>
    <EjectHealth>0.1</EjectHealth>
    <EjectClassesOnDestroy datatype="tokens">Unit</EjectClassesOnDestroy>
    <List datatype="tokens">Unit</List>
    <BuffHeal>1</BuffHeal>
    <LoadingRange>2</LoadingRange>
  </GarrisonHolder>
  <Health>
    <Max>100</Max>
    <SpawnEntityOnDeath>decay|rubble/rubble_stone_3x3</SpawnEntityOnDeath>
  </Health>
  <Identity>
    <Civ>gaia</Civ>
    <GenericName>Mercado de escravos</GenericName>
    <SpecificName>Slave Market</SpecificName>
    <VisibleClasses datatype="tokens">
      SlaveMarket
      Permanentw
      Capturable
    </VisibleClasses>
    <Tooltip>Capture this structure to buy Slaves, who are fast workers, but prone to capture.</Tooltip>
    <Classes datatype="tokens">
      CapturableBuilding
    </Classes>
    <Icon>structures/mercenary_camp.png</Icon>
    <Undeletable>true</Undeletable>
  </Identity>
  <Minimap>
    <Type>structure</Type>
    <Icon size="16.0">other.png</Icon>
  </Minimap>
  <Obstruction>
    <Static width="23.5" depth="23.5"/>
  </Obstruction>
  <Population>
    <Bonus>0</Bonus>
  </Population>
  <Resistance>
    <Entity>
      <Damage>
        <Hack>24</Hack>
        <Pierce>30</Pierce>
        <Crush>3</Crush>
      </Damage>
    </Entity>
  </Resistance>
  <Selectable>
    <Overlay>
      <Outline>
        <LineTexture>outline_border_02.png</LineTexture>
        <LineTextureMask>outline_border_02_mask.png</LineTextureMask>
        <LineThickness>0.6</LineThickness>
      </Outline>
    </Overlay>
  </Selectable>
  <Sound>
    <SoundGroups>
      <select>interface/select/building/sel_gymnasium.xml</select>
      <constructed>interface/complete/building/complete_gymnasium.xml</constructed>
      <death>attack/destruction/building_collapse_large.xml</death>
    </SoundGroups>
  </Sound>
  <TerritoryDecay disable=""/>
  <TerritoryInfluence disable=""/>
  <Vision>
    <Range>40</Range>
  </Vision>
  <VisualActor>
    <Actor>structures/merc_slave_market.xml</Actor>
    <FoundationActor>structures/fndn_6x6.xml</FoundationActor>
  </VisualActor>
</Entity>


 

Link to comment
Share on other sites

Much to our regret we must report the program has encountered an error.

Please let us know at https://gitea.wildfiregames.com/0ad/0ad/issues/ and attach the crashlog.txt and crashlog.dmp files.
You may find paths to these files at https://gitea.wildfiregames.com/0ad/0ad/wiki/GameDataPaths

Details: unhandled exception (PSERROR_Serialize_InvalidCharInString("Serialize_InvalidCharInString"))

Location: unknown:0 (RtlGetAppContainerNamedObjectPath)

Call stack:

(error while dumping stack: No stack frames found)
errno = 0 (No error reported here)
OS error = 0 (no error code was set)

 

Can you tell me what error this is?
Link to comment
Share on other sites

Hello my friend, I would like to share with you everything I have managed to do so far.
 I will describe everything I have added and modified in the game. First I changed the population amount to 600000 and increased the map size to 704. Then I changed the construction time and its life, needing 4 to 5 citizens to have a similar time to the
conventional one. I strengthened the walls a lot, now the walls protect the cities well and without siege
weapons it is very difficult to penetrate the walls. I created new roads to decorate the city, with 3 models, 1 made of dirt, stone and Roman flooring.
For now they are only decorative, but I would like to have an effect of increasing the speed of units when
passing through them. I created two new units, creating the male Citizen who can collect more wood, stone and metal than the
female. He also has new buildings that only he can build.
Icreated the Landscaper who can build trees to decorate the city. The female units can now only build the 
farm and the corral and they collect more food than the males. Plantations are made inside the farms, with 5 options: wheat, vineyard, date palm, orchard,
and banana grove.In the market you can create stalls of various types and an area for selling slaves,
and there you can buy slaves. I removed the distance of towers and forts and the construction limit so
that the player can create their city in the best possible way. I modified the icons of the items(still missing some). 
I added new songs to the game. I need to clear up some doubts.
How can I remove Footprint and Obstruction so that the player doesn't bump into the roads after they've
been created? Every time I remove them, I get an error. Next step, I want to add new resources like money,
clothes, technology, among others, and modify the appearance of the buildings with the generated technologies.
Thank you once again for all the patience and support you've given me so far.

 

 

1522261331_imagem07.png

1219066507_imagem06.png

351774630_imagem05.png

1165180435_imagem04.png

1520324541_imagem03.png

1378243916_imagem02.png

1985370932_imagem01.png

  • Like 4
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...