Home   Help Search Login Register  

Author Topic: no map  (Read 784 times)

0 Members and 2 Guests are viewing this topic.

Zwerkje

  • Guest
no map
« on: 07 Sep 2005, 18:27:21 »
i have made a mission but i can not see my self or otrhers on the map!
can sombody tell me how i can fix this?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:no map
« Reply #1 on: 07 Sep 2005, 18:36:24 »
Welcome to the forum!

If you are testing in the Mission Editor it defaults to Veteran mode.   Go back to the Main Menu, click on Single Missions, select a mission, switch to Cadet mode, and go back to the Mission Editor.

Better still, don't bother.   Veteran mode is MUCH more fun.   More realistic, more immersive.  It won't take you long to get used to it.   Most people who try it properly don't go back.
Plenty of reviewed ArmA missions for you to play

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:no map
« Reply #2 on: 07 Sep 2005, 18:41:23 »
and if you want to play with the benefits of veteran mode but still want to see positions marked on the map, do it thusly -

create a marker - green dots are good - and give it a name, like mk_pos_player, or something meaningful. next in the init line of the player type [] exec "map_markers.sqs". then open up notepad and copy/paste the following -

Code: [Select]
#loop

"mk_pos_player" setmarkerpos getpos player
"mk_pos_loon1" setmarkerpos getpos loon1
etc....

~1

goto "loop"

save it as "map_markers.sqs" in the mission folder and presto - markers which follow the player and any other units you supply markers for.

edit - see attached missionette for a working example.
« Last Edit: 07 Sep 2005, 18:49:08 by bedges »

Zwerkje

  • Guest
Re:no map
« Reply #3 on: 07 Sep 2005, 19:14:40 »
it;s not working
still no good working map

Offline Blanco

  • Former Staff
  • ****
Re:no map
« Reply #4 on: 07 Sep 2005, 19:43:07 »
Put :

ShowGPS true

...in a init.sqs script or in the initfield of a unit.



Search or search or search before you ask.

Offline sharkyjoe

  • Members
  • *
  • Have you taken a BMP out at 500 meters??
Re:no map
« Reply #5 on: 08 Sep 2005, 07:46:47 »
Could the problem be that you forgot to put a Loon in as Player??
Under Units(F1) then find Control and select Player.

I've have forgotten to do this once or twice before and got into to mission to test and no man or men.

This being said, and Making sure to see if Player has been selected Go into the mission. Try pressing F2 and then press 5 and press 5 again. The Loon F2 should shout out his location on the map.

Basic info. I know but sometimes One can get caught up in the fancy stuff and kind of forget the simple things.  :P
Remember the 7 Ps??--- Proper Previous Planning Prevents Pathetically Poor Performance

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:no map
« Reply #6 on: 08 Sep 2005, 08:01:16 »
Quote
it's not working
still no good working map

i think some more detail is needed before this problem can be properly tackled. when you say it's not working, how exactly is it not working. when you say you can't see the player on the map, do you mean the map you get by pressing M, or do you mean the whole island - as sharkyjoe mentioned?

if you can get a screenshot of what you mean by pressing PrtScrn and posting a small copy, that would also help.