2 # glAnts - original config.ini
3 # file, change at your own risk
5 # if you remove this file, the program
6 # will create another one with the defaults
7 # so removing this file can be a good thing
10 # Also of note, if the system finds an error
11 # it goes with the default variable
13 # FORMAT has to be [VARIABLE_NAME]=VALUE;
14 # oh yeah, add the 'f' tag for float
16 # [VARIABLE_NAME]=VALUEf;
20 # Remove the comments below are your own risk
21 # they basically just define the default values
22 # used, if you remove them then you wont know
23 # what good values will look like
25 # The only things that really need changing
28 # USE_ANT_ENGINE: take out the little ants
30 # MAX_FIRE_ANTS: max fighter ants
32 # MAX_BOTS: number of worker ants
34 # INITIAL_ANT_FOOD: the health of the fighter
35 # ants and the workers
36 # try 10,000 and they will never die
38 # Also, you may comment one of the variables
39 # and get the default once the program runs
44 [LINE_OF_SIGHT]=125.0f;
46 # Used with the ai, it attacks at any point given
51 # The amount of damage a bullet will inflict
52 # the damage is reduced considerably
53 # at a greater distance and its impact
54 # is great at short distances
57 [BULLET_DAMAGE]=420.0f;
60 [MIN_BULLET_SPEED]=7.20f;
62 # You can get rid of the worker ant
63 # engine and just shoot stuff
66 # the number of attack ants
67 # default is 4, but that is on a
68 # slow machine, try 50 for a 1ghz machine
71 # number of worker ants, default=120
74 # 0 = place food in random spot
75 # 1 = place food in centralized spots
78 # the max number of pheromones
81 [MAX_TRAIL_STACK]=300;
83 # used with AI, if the ant life reaches
84 # this point, the ai goes berzerk
85 # and he will move a little faster
89 # the number of pheromones
90 # the ants can leave on the grid
91 # default: 200, make sure not more than
96 [PHEROMONE_LIFE]=1000;
98 # the time before an ant drops a pheromone
102 # the number of bullets
103 # the ai has before recycle
104 # this doesnt effect that much
108 # this is reduce rapid-fire effect
109 # slows down the rate for firing speed
113 # the amount of food that is on the grid
117 # the bot's speed, need I say more
118 # the fire_ants travel at a little
123 # when the bots accelerate
126 [BOT_MAX_SPEED]=3.04f;
129 [MIN_TURN_SPEED]=1.5f;
134 # the max amount of food
135 # that can respawn at
136 # any given point in time
138 [GARD_RESPAWN_RATE]=15;
141 [MIN_STRAIGHT_STEPS]=60;
144 [MAX_STRAIGHT_STEPS]=200;
147 [MIN_STRAIGHT_STEPS_2]=150;
150 [MAX_STRAIGHT_STEPS_2]=360;
153 # this is the amount of food
154 # the ants get as well as the fire_ants
156 [INITIAL_ANT_FOOD]=1000;
158 # the amount of food inside
159 # a block of food in the garden
161 [INITIAL_GARD_FOOD]=7000;
167 [INIT_FOOD_RATE]=480;
173 [MOVE_FOOD_RATE]=1.7f;