Waypoints I think I've changed a little since clean rock wrote it.....for commander
0:"m" brings up map
1:Alt-LftClick map to make waypoints...this will be black in color, used for own group.
2:Alt-shift-Ltfclick to bring up Waypoint Dialog
3:Select wp0
4:Click bottom button "Set WP to CoWp"
this will change wp0 to a co0 (red) which you can use to command other groups.
if you want to increase the view distance dePBO the mission and open description.ext
line 55 (this changes the viewdistance)
Code:
valuesParam2[] = {
10+1800+0.1,
change to
Code:
valuesParam2[] = {
10+3000+0.1,
and line 93 (this displays the info in the lobby)
Code:
textsParam2[] = {
" None | 1.8km | Easy",
change to
Code:
textsParam2[] = {
" None | 3km | Easy",
as for server crashes thats fixed in ver .04 which can be downloaded by clicking on the link in the first post or click my sig.
as for save game or other updates you'll have to wait until I learn more about Arma2 commands unless I see some major performance issue.