Page 1 of 1

Challenges

Posted: 14 Dec 2023, 20:45
by shaolin guitar
in a skirmish challenge why cant we turn on our allies. some allies deserve this! even in the event of a win against the main emeny alliance why cant we turn on our own alliance to control the whole map? i like this idea!why not?








my music
https://soundcloud.com/user-121613771

Re: Challenges

Posted: 24 Dec 2023, 17:24
by wanjia1
there is a way to enable it:
find the noplace.json (challenge "No Place To Hide"), it locates in [software install directiory]/warzone2100/mp.wz/challenges/.

replace the option in json

Code: Select all

"locked": {
		"position": "true"
	},
with

Code: Select all

"locked":{
		"ai":"false",
		"alliances":"false",
		"bases":"false",
		"difficulty":"false",
		"position":"false",
		"power":"false",
		"scavengers":"false",
		"teams":"false"
   	},
and update the mp.wz(it is a zip file), the option will be enabled