Jump to content
  • 0

Editing Spawnbox?


Prof.Heini

Question

English:

 

Hey guys,

 

I want to edit the spawnbox. Where can I do this? Where are the entries about the spawnbox?

For example I want to delete the pillars and I want to add 2 new spawnpoints and some other crapp.

 

I think I would work with the Arma 3 Editor. Is this possible?

 

Regarts Heini

 

 

############################################################################

German:

 

Moin Leute,

 

Ich möchte gerne wissen, wie ich den Spawnwürfel bearbeiten kann.

Wir würden gerne den Inhalt dessen verändern. Die Säulen sollen raus, und die Gullideckel neu angeordent werden, da wir noch 2 Spawnpunkte zufügen möchten.

Zusätzlich ist die Überlegung dar, den ein oder anderen Gegenstand einzubauen.

 

Wo finde ich die Einträge zum Würfel?

 

Ich denke mal dass man mit diesen im Arma Editor arbeiten könnte, wenn man sich mit der Mission.sqm auseinandersetzt, oder?

 

Gruß

 

Headi

 

 

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

You can remove the clone room and cloning vats with the following in your init.sqf: (can't remember where I found this)
 

if(isServer)then{
[] spawn{
        waitUntil{uiSleep 0.2;!isNil "EPOCH_diag_fps"};
        {deleteVehicle _x;}count nearestObjects [getMarkerPos "respawn_west",["clone_empty_static_F","clone_male_static_F","clone_female_static_F","Debug_static_F"], 10];
   };
};
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...