gonzai

Custom Loot Spawn Point

7 posts in this topic

Advertisement

Hi all..

I want to change the loot coordinates. How Creating coordinates ??

WE4QqE.jpg

I want to spawn in marked...

WE4QP2.jpg

also in your image i can see the coordinates at the bottom right

Accu-Drill
Land_DrillAku_F
Position:
[17463,7526.83,0.584213]

  • Like 1

Share this post


Link to post
Share on other sites

use Meca tool and raise the items to get the coords. Then you should be able to figure out a mapping guide for height from your output.

It shouldn't matter if its static item or loot table, as it will appear its on the shelf but actually in the air.

This might work and it might not be exactly what your looking for.

0.584213 height by the object

I had to reduce the res on my monitor to get the numbers to show up so i could read them right. 8's look like 3's etc...

 I am not sure if they opened up the ability to change the loot within Exile like this.

_lootPosition = ASLToATL (AGLToASL (_building modelToWorld _x));
                                if (_lootPosition select 2 < 0.05) then
                                {
                                    _lootPosition set [2, 0.05];
                                };

You might have to do an override sqf and change the static areas.

I haven't reamed through the code to figure it out, done quickly before work.

 

 

Edited by <Z>SneakyDude

Share this post


Link to post
Share on other sites

use Meca tool and raise the items to get the coords. Then you should be able to figure out a mapping guide for height from your output.

It shouldn't matter if its static item or loot table, as it will appear its on the shelf but actually in the air.

This might work and it might not be exactly what your looking for.

0.584213 height by the object

I had to reduce the res on my monitor to get the numbers to show up so i could read them right. 8's look like 3's etc...

 I am not sure if they opened up the ability to change the loot within Exile like this.

_lootPosition = ASLToATL (AGLToASL (_building modelToWorld _x));
                                if (_lootPosition select 2 < 0.05) then
                                {
                                    _lootPosition set [2, 0.05];
                                };

You might have to do an override sqf and change the static areas.

I haven't reamed through the code to figure it out, done quickly before work.

 

 

Should just be an XYZ coord in relation to the building. Determining the "Z" is the part that's tricky. Do you have a link to the tool to use? I have one tool but it doesnt allow you to adjust height. It just places a marker where you are standing and then copies XYZ to clipboard. I went around and did that to all the A2 buildings on the map to make loot spawn points for Exile loot system.

Share this post


Link to post
Share on other sites
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.