Fluffykoojo

How to spawn on the ground?

5 posts in this topic

Just like title says, How do I make it to where ppl spawn on the ground and not parachute in? There is a topic about this but it is extremely vague. Any help would be greatly appreciated, ty.

Share this post


Link to post
Share on other sites

Hi there if you haven't found it open your config.cpp in your exile_server_config folder

Look for this spot, these settings will spawn you on the ground instead of jumping in

Spoiler

        /**
         * Enables or disables parachute spawning.
         *
         * 1 = On
         * 0 = Off
         */
        parachuteSpawning = 0;

        /**
         * Enables or disables halo jumping. Only applies
         * if parachute spawning is enabled.
         *
         * Remember that if you enable halo jump, it is adviced
         * to adjust the parachuteDropHeight to something around
         * 1km or so.
         *
         * 1 = On
         * 0 = Off
         */
        haloJump = 0;

Don't forget to save, repack, and re upload the new .pbo

Hope this helps.

Edited by Dragonslayer10
Added line

Share this post


Link to post
Share on other sites
Advertisement
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.