Jump to content

Grapjas

Community Members
  • Posts

    507
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Grapjas

  1. If a civ has been set for a player inside Atlas you cannot change them ingame at the gamesetup. As if it were a scenario map even though it's a skirmish map.
  2. I noticed this too. I simply deleted them in the xml file and then you can change settings again @ game setup. Same story for teams, cant be changed either unless deleted in xml. "PlayerData": [ { }, { }, { }, { }, { }, { }, { }, { } ],
  3. If people need a little more guidance on how to convert their maps from a23 to a24 on windows: click start, type "cmd" type "python3" inside the command prompt and hit enter, it will open the microsoft app store directing you to the python app. Download and install that. Go to the directory where your skirmish map is. Put the file @andy5995 provided in there. Click the directory bar Type cmd and hit enter copy the following line and paste it inside the command prompt (including the dot at the end): python3 0ad-map-upgrade-20210222-01.py 7 . Done. Now you can open up your map again.
  4. Mod is now up to date with A24. Updated the download links in the original post.
  5. Very nice work everyone! loving the new options in atlas in particular
  6. Man Playing Trombone on Motorbike.mp4
  7. Ya'll do a @#$% ton of work and barely get recognition from it, it's almost a crime. It impressed me while being on the dev IRC chat how many work you all are doing behind the scene, while still helping out noobs like me with small problems. I saw alot of tickets being made/solved/adjusted. So thanks devs for all the hard work so far and getting this next release ready.
  8. It's pretty much the only thing that keeps my mod from being entirely automated. I already have the code finished to do all the location mapping automatically but i cant use it because the previous spot will be visible without a manual workaround. Maybe one of the devs want to make a function in the future for us to reset exlored areas, but i'm sure they are busy enough as is already. Still hoping though
  9. Small update. Added a new variable to a map's script: // Setting this to true returns player entities to their original spot before randomnization (useful for atlas). var g_atlasEditor = "false"; It does what the comment says. I also recommend loading in TriggerHelper.js in your map's xml file so atlas editor can open the map without any errors. Check my maps in the mod as examples. Updated the OP download. Not relevant anymore.
  10. If you don't see the issue you are likely a part of it.
  11. @MarcusAureliu#s If you could host it either friday or sunday i'd like to join too, saturday is the only day i can't. Otherwise np, have fun!
  12. I think a better solution would be that the mercenaries get demoralized, meaning their stats (ATT/DEF) will be lowered if you dont have the resources to upkeep them. Im not sure if this upkeep mechanic fits into the game at all though, but it's not a bad suggestion.
  13. I still like this idea i had about this; Make mercenary cost relatively low at the start of the game and increase the price every time the unit gets bought.
  14. Please report any bugs you find here or on Github(preferably) and feedback is greatly appreciated! grapejuice_r12_a26.zipgrapejuice_r12_a26.pyromod
  15. Hi all, I've made a new map that is actually a remake from a map in Red Alert 2: Yuri's revenge. I've played this map quite alot back then because it was definitely one of the harder maps to play out there. It felt as if the AI was extra aggressive on that map in Red Alert. I really like the layout because you can do pretty much any strategy you like with it. Anyway, here a quick comparison: This map will be included in my new mod that includes player position randomnization and makes sure that ridges cannot be abused by ships by unloading units over them. I've done my own take on the iber defense on the start of the game which can be seen in the screenshots below. Download my mod here New mod: Grapejuice - Game Modification - Wildfire Games Community Forums
  16. Wouldn't a render range (aka render distance) limiter give a decent boost too? Because if we tilt the camera top down you get much more fps then a side view. Or maybe a slider in the menu to limit render distance for x+z coördinates while ignoring height ( y ) from the equation. Just thinking out loud here.
  17. It's so cool how something of old times that is now a ruin can come alive in 3d art.
  18. You are comparing a gallop vs sprint though. A horse can sprint around 80-88 km/h. Which is about ~25% faster than a camel sprint. And obviously the horse has alot more stamina but thats irrelevant for the game. Well how a game plays is rather subjective. The other prefers realism, the other balance. Either way, making camels slower is more accurate, and balances them well. I dont think you should bend reality just because its a game but rather only if its the last resort to making a solution. Breaking immersion with unneccessary fantasy elements can be a deal breaker to people.
  19. Well you are still able to trade though. Also might be an idea to start the prices relatively low for mercs, then increase the price a little each time that unit gets "bought" all the way up to a certain (expensive) limit. I dont know how slow they were, but they are still painfully slow though. Which is fine to me considering how tanky they are
  20. Hi, hold ctrl then press right click. to learn other shortcuts, click menu -> manual.
  21. I like this. If you calculate camel top speed vs horse top speed irl a camel would be about 25% slower. I like this too. But because you hire mercs they shouldnt cost food/wood in my opinion, just raise the stone/metal price. Even though most people think slingers are OP, i think the balance between archers/slingers/skirmishers is nearly perfect in itself. It's the army with the better mix (or straight up fantasy heal spam) or micro that often comes out on top.
  22. Before installing i get During installing i get log Dont know if you need this info but i got the latest .net framework installed.
  23. hi @nifa, welcome and thanks for sharing! Does this mean you're already committed into making this map, or is it available for other map creators?
  24. I get the following errors when i try to build solution: The build solution attempt i made after that yielded something different: I use Visual Studio 2019 and the 'Visual Studio 2017 (v141)' toolset. The active configuration is set to 'Release'. I took the code from: 'git clone https://github.com/0ad/0ad.git'
×
×
  • Create New...