k i n g 0 Posted January 11, 2011 Hey, i have just a short question. Is it possible to hide the position of the player on the map. so he cannot see on the map where he is? may be this is possible by forcing to play the mission in veteran mode, but there is no solution in this forum how i can force this :confused: Thanx in advance! Share this post Link to post Share on other sites
buliwyf 2 Posted January 11, 2011 This will help: cadetMode ;) Share this post Link to post Share on other sites
k i n g 0 Posted January 11, 2011 hm.... acording to this thread http://forums.bistudio.com/showthread.php?t=77869&highlight=cadetmode this will not work. and honestly, i dont know how to start this in an sqf:( Share this post Link to post Share on other sites
buliwyf 2 Posted January 11, 2011 Type in your init.sqf: if(cadetMode)exitWith{nul=[]spawn{player sideChat "You cannot play mission in cadet mode!"; sleep 5; forceEnd;};}; Not tested and you surely have to test and change something... :o Share this post Link to post Share on other sites
CarlGustaffa 3 Posted January 12, 2011 difficultyEnabled "map", as cadetmode may also disallow map, and thus should be legal to play. And of course, don't give him a GPS. Share this post Link to post Share on other sites
k i n g 0 Posted January 12, 2011 @ Buliwyf: Hm.... no.... the problem is that the mission is part of a campaign. i do not want to force all users to play the whole campaign in veteran mode. ...hm... my only wish is to hide the players position on the map. @ CarlGustaffa i dont think this is it. I want/need the map because there are necessary markers on it. Just want to hide the players position... maybe it is not possible... but thanx for your help!!!! Share this post Link to post Share on other sites