TeamTim Posted January 4, 2019 Report Share Posted January 4, 2019 Hello everyone, We are creating a new map and we just want to increase the capacity of the mines (from 5000 to 100 000 for example). Indeed we'd like to play longs games that could last hours. We tried to access the XML file of our map but the capacity of the mines was not specified. Can someone help us ? Thanks ! Quote Link to comment Share on other sites More sharing options...
borg- Posted January 4, 2019 Report Share Posted January 4, 2019 (edited) this will help you, mainly "SUPPLY". Resources.rar Edited January 4, 2019 by borg- 1 Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted January 5, 2019 Report Share Posted January 5, 2019 6 hours ago, TeamTim said: Hello everyone, We are creating a new map and we just want to increase the capacity of the mines (from 5000 to 100 000 for example). Indeed we'd like to play longs games that could last hours. We tried to access the XML file of our map but the capacity of the mines was not specified. Can someone help us ? Thanks ! You can easily create a new mine template and adjust the resource amount. Quote Link to comment Share on other sites More sharing options...
TeamTim Posted January 5, 2019 Author Report Share Posted January 5, 2019 Thanks @borg and @wowgetoffyourcellphone for the answers ! We accessed the templates of stonemines and metalmines and changed their amount of ressources. However it still didn't work : we kept having mines with a 5000 capacity. At this point we thought to create a mod, so we copied the "Public" folder that we had modify previously to the 0ad/mods/"mynewmode" folder. But once in the game, our mod didn't show up in the mod selection... Would you have further advices ? Quote Link to comment Share on other sites More sharing options...
Stan` Posted January 5, 2019 Report Share Posted January 5, 2019 Did you create a mod.json file for it ? Quote Link to comment Share on other sites More sharing options...
TeamTim Posted January 23, 2019 Author Report Share Posted January 23, 2019 Hey men, We've still not achieve to modify mines capacity. In fact we've tried to modify directly the amount of resources in the template (changing "5000" to "100000" for example). It didn't work. So we've created a mod. In this mod we have put all the templates amended for the stone mines and mineral mines. We've also created a mod.json file in which we have written that : { "name": "InfiniteMines", "version": "0.0.23", "label": "InfiniteMines", "description": "A mod with mine with infinite resources", "dependencies": ["0ad=0.0.23"] } But once in the game, we can see this mod, we can start it but the amount of the mines is still 5000. How can we do ? Quote Link to comment Share on other sites More sharing options...
Nescio Posted January 23, 2019 Report Share Posted January 23, 2019 Here you go: teamtimgeology.zip Quote Link to comment Share on other sites More sharing options...
TeamTim Posted January 25, 2019 Author Report Share Posted January 25, 2019 Thanks a lot !!! It finally worked !! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.