Jump to content
  1. Welcome

    1. Announcements / News

      The latest. What is happening with 0 A.D. Stay tuned...

      5k
      posts
    2. Introductions & Off-Topic Discussion

      Want to discuss something that isn't related to 0 A.D. or Wildfire Games? This is the place. Come on in and introduce yourself. Get to know others who are using 0 A.D.

      37,8k
      posts
    3. Help & Feedback

      Here is where you can get help with your questions. Also be sure to tell us how we are doing. What can we improve? What do you wish we could do better? Your opinion matters to us!

      15,5k
      posts
  2. 0 A.D.

    1. General Discussion

      This is the place to post general stuff concerning the game. Want to express your love for hoplites or find people to play the game with? Want to share your stories about matches you have played or discuss historical connections to the game? These and any other topics which are related to the game, but don't have their own forums belong in this forum.

      47,8k
      posts
    2. Gameplay Discussion

      Discuss the game play of 0 A.D. Want to know why the game plays the way it does or offer suggestions for how to improve the game play experience? Then this is the forum.

      24,1k
      posts
    3. Game Development & Technical Discussion

      A forum for technical discussion about the development of 0 A.D. Feel free to ask questions of the developers and among yourselves.

      45,4k
      posts
    4. Art Development

      Open development for the game's art. Submissions, comments, and suggestions now open.

      30,5k
      posts
    5. Game Modification

      Do you have any questions about modifying the game? What will you need to do what you want to? What are the best techniques? Discuss Modifications, Map Making, AI scripting and Random Map Scripting here.

      41,9k
      posts
    6. Project Governance

      Forums for decision-making on issues where a consensus can't be reached or isn't sufficient. The committees are chosen from among the official team members, but to ensure an open and transparent decision process it's publically viewable.

      146
      posts
    7. 512
      posts
  • Latest updates

  • Newest Posts

    • I'm kind of hoping that me and @Vanthacan sneak in the new encyclopedia UI and at least some of the new encyclopedia.
    • The "problem" now is to have a good result, I think the texture I made is clearly not the best one because I have these :   
    • Ok I found the problem, I feel soooo dumb   The fact is that I was testing these particules on a map where is only one player, so the game consider that is a win and ask me if I want to go back to lobby or stay in the game. So it attributes the gaia color (grey), and not the player color, because i'm not a player. I tested the particules without the OnUpdate function in a normal map and it's working. 
    • Can you figure out at which point the particle color resets exactly ?
    • Sorry i'm a bit late Here is the template of the building : <?xml version="1.0" encoding="utf-8"?> <Entity parent="template_structure_civic_command_base"> <Attack> <Ranged> <AttackName>Bow</AttackName> <Damage> <Pierce>40</Pierce> <Crush>40</Crush> </Damage> <MaxRange>100</MaxRange> <PrepareTime>0</PrepareTime> <RepeatTime>100</RepeatTime> <Projectile> <Speed>100</Speed> <Spread>1.5</Spread> <Gravity>0</Gravity> <FriendlyFire>false</FriendlyFire> <LaunchPoint y="3"/> <ActorName>props/units/weapons/laser_ammo.xml</ActorName> </Projectile> <PreferredClasses datatype="tokens">Human</PreferredClasses> <RestrictedClasses datatype="tokens">Spaceship Structure</RestrictedClasses> <RangeOverlay> <LineTexture>outline_border.png</LineTexture> <LineTextureMask>outline_border_mask.png</LineTextureMask> <LineThickness>0.175</LineThickness> </RangeOverlay> </Ranged> </Attack> <Footprint> <Square width="140.0" depth="120.0"/> <Height>8.0</Height> </Footprint> <Health> <DeathType>vanish</DeathType> <Max>2500</Max> <RegenRate>0</RegenRate> <IdleRegenRate>0</IdleRegenRate> <Unhealable>false</Unhealable> </Health> <Identity> <Civ>robot</Civ> <Icon>structures/robot/powerstation.png</Icon> <GenericName>Power Station</GenericName> <SpecificName>Power Station</SpecificName> <Tooltip>Main Building of the Robot civilisation. Make you able to train Buildobots, Spybots and to research many useful technologies to improve them.</Tooltip> <History>This building is very important for the Robots because he shelters the Quantum Computer which manages the AI of all the civilisation. Robots will be very agressive if they see someone or something attacking it.</History> </Identity> <Obstruction> <Static width="140.0" depth="120.0"/> </Obstruction> <ParticlePlayerColor/> <Researcher> <Technologies datatype="tokens"> phase_village_robot phase_town_robot phase_city_robot </Technologies> </Researcher> <Resistance> <Entity> <Damage> <Pierce>20</Pierce> <Hack>12</Hack> </Damage> </Entity> </Resistance> <Sound> <SoundGroups> <select>interface/select/building/command_base_select.xml</select> </SoundGroups> </Sound> <VisualActor> <Actor>structures/robot/command_base.xml</Actor> <FoundationActor>structures/fndn_20x20.xml</FoundationActor> </VisualActor> </Entity> Here is the actor of the building :    <?xml version="1.0" encoding="UTF-8"?> <actor version="1"> <castshadow/> <group> <variant frequency="100" name="Base"> <mesh>structures/robot/command_base.dae</mesh> <props> <prop actor="particles/big_red_lightning.xml" attachpoint="lightning"/> </props> <textures> <texture file="structures/robot/command_base.png" name="baseTex"/> <texture file="null_white.dds" name="specTex"/> </textures> </variant> </group> <material>player_trans_spec.xml</material> </actor>  
    • There is still some activity in following thread: Maybe keep an eye on following as well:  
    • I’m not at home I will do it at near 4pm
×
×
  • Create New...