Challenges

Ideas and suggestions for how to improve the Warzone 2100 base game only. Ideas for mods go in Mapping/Modding instead. Read sticky posts first!
Post Reply
shaolin guitar
Greenhorn
Posts: 9
Joined: 19 Nov 2012, 08:59
Location: desert
Contact:

Challenges

Post 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
wanjia1
Rookie
Rookie
Posts: 27
Joined: 01 Nov 2023, 06:05

Re: Challenges

Post 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
Attachments
Screenshot_2023-12-24_23-19-17.jpg
Post Reply