Jump to content

Adriano0ad

Community Members
  • Posts

    41
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Adriano0ad

  1. Obrigado Lopes, semana que vem trago mais novidades e espero até julho lançar uma demo pra vocês testarem.
  2. It is not yet available for download. There is still a lot to be done so that people can enjoy the game and have fun...
  3. "Good afternoon everyone! I'm here to share the latest news about my mod, World Rising! - *Technologies and Buildings*: I'm working on implementing technologies in buildings and creating new upgrades for houses and fireplaces. Houses now reach level 4 and fireplaces up to level 3, each bringing new technologies, buildings, and units. - *Custom Icons*: Each unit, building, and technology will have its own unique icon. - *Gameplay Adjustments*: I'm revamping the status of units and buildings to make the game more realistic. Construction and learning times will be longer in primitive eras and decrease as civilization evolves. - *Sneak Peek*: I'm sharing some images of what's been implemented so far. Hope you like it! - *Comment and Give Feedback*: Please leave your comments and questions. Your opinion is important to me!"
  4. "Thank you everyone! I'm super excited to share some amazing updates! Stay tuned, next week brings a ton of new stuff! I'll be posting everything here, so don't miss out!"
  5. "Thanks so much for the support! I'll keep you updated on the project, so I'll be posting new updates here every week. Stay tuned for the latest info and get up to speed on everything!"
  6. Game Mode Concept: In this mode, the player starts in the Stone Age and progresses until the fall of the Roman Empire (for now). You can choose from various civilizations across the globe, including peoples from the Americas, Europe, Asia, and Africa. At the beginning, the player leads a nomadic group taking its first steps toward settlement and the development of early tribes. As you advance, you’ll face challenges such as animal domestication, agriculture, the rise of cities, and the emergence of empires. The goal is to survive, expand, and evolve your society through the ages, dealing with wars, alliances, and technological revolutions. Building and Unit Evolution: Each building evolves uniquely as new technologies are developed, granting players progressive benefits. These changes are visually reflected in-game through detailed graphical upgrades that showcase your civilization's technological advancement. The same system applies to units, which undergo distinct visual transformations with each upgrade—whether through weapon crafting, armor development, or clothing improvements. This allows players to visually track their society's progress, from primitive tools and garments to sophisticated weapons and attire. Resources and Mod Objective: This mod introduces an expanded resource system including hides, bones, water, clay, and other essential materials, adding depth and realism to the gameplay experience. Each resource will have strategic value for both development and defense of your civilization. While focusing primarily on your people's growth and empire building, the experience integrates combat elements. Our vision offers: Hours of strategic societal development A comprehensive cultural and technological evolution system Tactical combat that impacts empire growth The satisfaction of building a lasting civilization Challenges of governance and territorial expansion The experience balances construction and conflict, where the ultimate goal transcends mere enemy conquest - it's about creating a civilization that survives and dominates through the ages, through both development and strength when necessary. I am currently working on the Jomon culture that will become Japan in the future.
  7. I'm trying to adjust a texture on a face but it's really hard to get it right in Blender. Could you help me?
  8. Yes it works, it copies a mesh of a house to get the dimensions and made a house on top. I made a primitive axe and a primitive spear and I was able to put them in the game without any problems, now I can't get this house.
  9. Can I somehow load the mesh without texture into the program to test?
  10. Stan, I don't know if the problem is with the texture or the object because it doesn't even open in the program. I've tried removing some textures and leaving only the base texture and it still doesn't open.
  11. I created a house mod, I followed all the steps but when I open the editor and click on the house I made it doesn't load and closes the program, no error appears in the log, it simply closes the program when I drag the house to the screen. script: <?xml version="1.0" encoding="utf-8"?> <actor version="1"> <castshadow/> <group> <variant name="base" frequency="1"> <mesh>structural/jomon_house1.dae</mesh> <textures> <texture file="structural/textura_casas_primitivas.png" name="baseTex"/> <texture file="structural/textura_casas_primitivas_normalmap.png" name="normTex"/> <texture file="structural/textura_casas_primitivas_spec.png" name="specTex"/> <texture file="structural/ao/textura_casas_primitivas_ao.png" name="aoTex"/> </textures> </variant> </group> <group> <variant frequency="3" name="Hellenes House A"> <mesh>structural/jomon_house1.dae</mesh> <textures> <texture file="structural/ao/textura_casas_primitivas_ao.png" name="aoTex"/> </textures> </variant> <variant frequency="2" name="Hellenes House B"> <mesh>structural/jomon_house1.dae</mesh> <textures> <texture file="structural/ao/textura_casas_primitivas_ao.png" name="aoTex"/> </textures> </variant> <variant frequency="2" name="Hellenes House C"> <mesh>structural/jomon_house1.dae</mesh> <textures> <texture file="structural/ao/textura_casas_primitivas_ao.png" name="aoTex"/> </textures> </variant> <variant frequency="4" name="Hellenes House D"> <mesh>structural/jomon_house1.dae</mesh> <textures> <texture file="structural/ao/textura_casas_primitivas_ao.png" name="aoTex"/> </textures> </variant> <variant frequency="4" name="Hellenes House E"> <mesh>structural/jomon_house1.dae</mesh> <textures> <texture file="structural/ao/textura_casas_primitivas_ao.png" name="aoTex"/> </textures> </variant> </group> <group> <variant name="ungarrisoned" frequency="1"/> <variant name="garrisoned"> <props> <prop actor="props/special/common/garrison_flag_hele.xml" attachpoint="garrisoned" selectable="false"/> </props> </variant> </group> <group> <variant name="alive" frequency="1"/> <variant file="structures/destruction_small.xml"/> </group> <material>no_trans_ao_parallax_spec.xml</material> </actor>
  12. s it very difficult to make videos supported? If it is possible to add this to the engine, tell me the steps I should take and I can try to create this for you.
  13. I'm creating a mod and I'm modifying the game's pregame. I'm trying to replace the images with a video I created but so far without success. I would like to know if it's possible to make this change and if anyone can help me.
  14. My friend, if I send you the file, can you check if you can add it to your game? Because I can't do it here in any way? 676328719_housesparta.rar
  15. <?xml version="1.0" encoding="utf-8"?> <actor version="1"> <castshadow/> <group> <variant frequency="1" name="Spartan House"> <props> <prop actor="props/structures/decals/spart_6x6.xml" attachpoint="root"/> </props> <textures> <texture file="structural/sparta_struct.png" name="baseTex"/> <texture file="structural/sparta_struct_spec.png" name="specTex"/> <texture file="structural/sparta_struct_norm.png" name="normTex"/> </textures> </variant> </group> <group> <variant frequency="1" name="House 01"> <mesh>structural/bighousesparta01.dae</mesh> <props> <prop actor="props/structures/spartans/house_nature.xml" attachpoint="root"/> </props> <textures> <texture file="structural/ao/spart_house_01.png" name="aoTex"/> </textures> </variant> <variant frequency="1" name="House 02"> <mesh>structural/spart_house_02.dae</mesh> <textures> <texture file="structural/ao/spart_house_02.png" name="aoTex"/> </textures> </variant> <variant frequency="1" name="House 03"> <mesh>structural/spart_house_03.dae</mesh> <textures> <texture file="structural/ao/spart_house_03.png" name="aoTex"/> </textures> </variant> <variant frequency="1" name="House 04"> <mesh>structural/spart_house_04.dae</mesh> <textures> <texture file="structural/ao/spart_house_04.png" name="aoTex"/> </textures> </variant> </group> <group> <variant frequency="1" name="ungarrisoned"/> <variant name="garrisoned"> <props> <prop actor="props/special/common/garrison_flag_hele.xml" attachpoint="garrisoned" selectable="false"/> </props> </variant> </group> <group> <variant frequency="1" name="alive"/> <variant file="structures/destruction_small.xml"/> </group> <material>player_trans_ao_parallax_spec.xml</material> </actor>
  16. error ccacheloader failed to find archived or source file far art/actors/structures/spartans/bighouse.xml error cobjectmanager: findactordaf() canot find actor structures/spartans/bighouse.xml These are the errors presented
  17. Guys, I'm having a problem putting a file into the game. I made a big Spartan house but when I put it into the game, I get an error in the actor. Please help me. I will show the code. <?xml version="1.0" encoding="utf-8"?> <actor version="1"> <castshadow/> <group> <variant frequency="1" name="Spartan House"> <props> <prop actor="props/structures/decals/spart_3x3.xml" attachpoint="root"/> </props> <textures> <texture file="structural/sparta_struct.png" name="baseTex"/> <texture file="structural/sparta_struct_spec.png" name="specTex"/> <texture file="structural/sparta_struct_norm.png" name="normTex"/> </textures> </variant> </group> <group> <variant frequency="1" name="House 01"> <mesh>structural/bighousesparta01.dae</mesh> <textures> <texture file="structural/sparta_struct.png" name="baseTex"/> <texture file="structural/hele_prop_1.png" name="baseTex"/> </textures> </variant> </group> <group> <variant frequency="1" name="ungarrisoned"/> <variant name="garrisoned"> <props> <prop actor="props/special/common/garrison_flag_hele.xml" attachpoint="garrisoned" selectable="false"/> </props> </variant> </group> <group> <variant frequency="1" name="alive"/> <variant file="structures/destruction_small.xml"/> </group> <material>player_trans_ao_parallax_spec.xml</material> </actor> ___________________________________________________________________ template <?xml version="1.0" encoding="utf-8"?> <Entity parent="template_structure_civic_house_big"> <Identity> <Civ>spart</Civ> <SpecificName>Oikos</SpecificName> </Identity> <VisualActor> <Actor>structures/spartans/bighouse.xml</Actor> </VisualActor> </Entity>
  18. 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.
  19. 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?
  20. this is the error: Trainer without production queue found 13826.
  21. 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?
  22. 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.
  23. Could you explain to me in more detail how to make these changes? I can't understand.
  24. 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?
  25. I'm wanting to create new resources, like money and clothes. How do I do this?
×
×
  • Create New...