View Single Post
Old 10-27-10, 03:08 PM   #924
THE_MASK
Ace of the deep .
 
THE_MASK's Avatar
 
Join Date: Jan 2006
Posts: 9,226
Downloads: 901
Uploads: 73


Default

Would it be possible to have a random generated Difficulty parameters everytime you restart the game .
Example :
# for non-merchants
VISUAL_DIFFICULTY = 1.0; Random between 0.8 and 1.0
HYDROPHONE_DIFFICULTY = 1.0; Random between 0.8 and 1.0
RADAR_DIFFICULTY = 1.0; Random between 0.8 and 1.0
SONAR_DIFFICULTY = 1.0; Random between 0.8 and 1.0

and also randomly selects which parameters change and which ones stay the same from game restart .

example:
# for non-merchants
VISUAL_DIFFICULTY = 1.0;
HYDROPHONE_DIFFICULTY = 0.9;
RADAR_DIFFICULTY = 1.0;
SONAR_DIFFICULTY = 0.94;

# for non-merchants
VISUAL_DIFFICULTY = 9.2;
HYDROPHONE_DIFFICULTY = 8.1;
RADAR_DIFFICULTY = 9.9;
SONAR_DIFFICULTY = 9.7;

# for non-merchants
VISUAL_DIFFICULTY = 1.0;
HYDROPHONE_DIFFICULTY = 1.0;
RADAR_DIFFICULTY = 8.8;
SONAR_DIFFICULTY = 1.0;
THE_MASK is offline   Reply With Quote