Jump to content

Search the Community

Showing results for tags 'hide map objects arma 3'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Xtreme Tier Gaming
    • News & Announcements
    • Introductions
    • Rules
    • Updates
    • Applications
    • Suggestions
    • Help / Assistant
    • Misc Topics
  • Arma 3 - Altis Life RPG
    • Altis Life RPG
    • Server Rules
    • Medic Rules
    • Donator Perks
    • Suggestions
  • Black Ops II (Plutonium)
    • General
    • XtG Community AU/NZ | Nuketown Only FFA 24/7
    • XtG Community AU/NZ | Snipers Only FFA 24/7
    • XtG Community AU/NZ | FFA 24/7 #1
    • XtG Community AU/NZ | FFA 24/7 #2
    • XtG Community AU/NZ | TDM 24/7
    • XtG Community AU/NZ | S&D 24/7
    • XtG Community AU/NZ | Zombies 24/7 #1
  • Gaming Central
    • General Topics
    • Latest Gaming News
    • Looking for Game Lobbies & Friends
    • All Game Discussions
    • Gaming Guides
    • Mods
    • Videos / Clips / Montages
    • Pictures / Artwork / Screenshots / Gifs
  • Multimedia & Streaming
    • Youtube
    • Funny Videos & Memes
    • Streaming
    • GFX & Digital Image Designing
    • Video Editing & Animation
  • Development & Coding Guru's
    • Coding & App Development
    • How-To Guides
    • Server & Database Development
    • Free Downloads
  • PC Talk
    • General Topics
    • Computer Setups
    • Tips & Tricks
    • Overclocking & Settings
  • Console Talk
    • XBOX
    • PlayStation
  • Life Talk
    • Making Money
    • Holidays & Special Events

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 1 result

  1. Just a quick guide on how to hide map objects in Arma 3, in case you wanted to build a nice area on some ground but there's stuff around you don't want. This is a much cleaner way than having to put any init code on the actual mission scripting files, and also you can actually select an object you want to remove rather than objects that are near a marker.... Things go wrong when you tell a computer to do something on it's own. 1: Open Eden Editor and load your mission.sqm file that you want to delete the map objects on. 2: Now, we need to turn on Object ID's so we know what we're hiding. Open the map first and then press "~" or navigate to "Tools -> Debug Console" and put this in your debug console. (Remember, you need to have the map open for this.) do3DENAction "ToggleMapIDs"; You will only see the object map ID's if you scroll into the map, Simply look at the object and then view the map to see if that's the closest object id number to it. Remember that number. We'll need it soon. 2: Search for something in the spawn table called "Game Logic". Should look like a blue icon with an eye once you place it on the map. 3: Place it on the object (on it or near it doesn't matter.) and put the following code into the initialization -> (getPos this nearestObject OBJECTIDHERE) hideObject true; Replace "OBJECTIDHERE" with the object id of the object you want to remove from the map. This was the number we found when we were in the map view mode. Now when you save your mission.sqm and load it onto a server, the object should be hidden. For testing purposes you could temporarily spawn a playable character next to the object you've hidden to see if it has been hidden by the game engine. Hope this helps yous, there's literally nothing on google about this....
×
×
  • Create New...

Important Information

Terms of Use We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.