Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
ok, I uploaded it from the test folder, it's fixed, thanks.
https://filebin.net/csp4dhct46ofe0zc
Please check the PBO... I think it's empty or corrupt (1KB).
Yes, I have other versions of the cities without papers only on roads, I'm doing the same with several cities that I have not published to see how far it gets
Yes, it seems that it does not support so many objects, you are looking at a solution, it does not matter if you put a location and then another one will fail due to the number of objects, when you have all the locations you need or the server can do the new mapgrouppos.xml.
Remember that if you remove any location and create a new mapgrouppos.xml the loot will still appear even if the buildings or vehicles are not there.
//GetTesting().ExportProxyData("7500 0 7500", 10000); //Centre of map, radius of how far to go out and find buildings.
then add the next city? What is the process
I have planned to put everything together
I wanted to try to do it in Mod but I did not know how I would react with equalModRequired = 1; and activate the loot from the init.c with
GetTesting (). ExportProxyData ("7500 0 7500", 10000); I already had many editions done and did not investigate enough guilt of mine, if you already have the structure to do it in mod and make us all work better if you do not mind could share to do so and do tests
Yes, you also have the possibility to have loot in buildings and vehicle wreck that have been added in this edition but you have to follow the instructions to create a new mapGroupPos.xml file
You can create a file with the contents of your objects in the init and call it in the way that is explained above, use notepad ++, it does not have to give problem I just think it will lengthen the reading of your init.c file, it is more practical and clean to have the objects in different files and just use the init.c to call them
Thanks, I just do things so that whoever wants to can use them, I've always thought that the best thing is to share, this is set for whoever wants to put on your server
Thanks for sharing! Might use this if I can't think of anything unique of my own.