Anyone clued in how to implement changes to these parameters:
max_speed - should affect shuttle speed
move_speed - should affect drone and rover speed
max_shared_storage - should affect RC transport capacity
How could I alter this to have the ants move faster and carry more from mission start, ie:
function OnMsg.GameTimeStart()
...
...
...
end
Cheers!
max_speed - should affect shuttle speed
move_speed - should affect drone and rover speed
max_shared_storage - should affect RC transport capacity
How could I alter this to have the ants move faster and carry more from mission start, ie:
function OnMsg.GameTimeStart()
...
...
...
end
Cheers!