View unanswered posts | View active topics It is currently Thu Mar 28, 2024 10:54 pm



Reply to topic  [ 3 posts ] 
 Anybody able to help me out, trying to add chains. 
Author Message
Rank 5
Rank 5

Joined: Sat Jul 15, 2017 3:28 am
Posts: 15
Just trying to be able to add another set of chains in the dungeon. i tried going through the search function and the wiki but i just cant seem to find anything telling me how to do it, although ive seen a few screenshots of people with multiple of them.


Tue Jul 17, 2018 1:31 pm
Profile
Rank 9
Rank 9

Joined: Tue May 15, 2018 10:44 am
Posts: 50
johnfromaccounting wrote:
Just trying to be able to add another set of chains in the dungeon. i tried going through the search function and the wiki but i just cant seem to find anything telling me how to do it, although ive seen a few screenshots of people with multiple of them.


There's a DAT file that controls the items spawned in each location. I'm on my phone, so I don't have it in front of me. But you essentially assign the object to a waypoint, I believe, in that file.


Tue Jul 17, 2018 4:34 pm
Profile
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
init\stories\tentacle_dreams\scenes\X.dat

Code:
chain2_objecti:CHAIN2 CHAIN21
{
  scene_id  = APARTMENT3;
  waypoint  = "waypoint27";
  waypoint2 = "waypoint29";
}


will put the chain machine into the starting lab in the room

you might need to add in a custom waypoint to be able to use it

waypoint_objecti WAYPOINTNAME
{
pos = (0,0,10);// x left/right Y up/down Z forwards backwards
rot = (0.0,90.0,0.0);
}

then the code would be
Code:
chain2_objecti:CHAIN2 CHAIN21
{
  scene_id  = APARTMENT3;
  waypoint  = "APARTMENT3:WAYPOINTNAME";
  waypoint2 = "waypoint29";//no idea what the second one is for
}


then the remote

Code:
remote_objecti:REMOTE2 REMOTE22
{
  scene_id = APARTMENT3; 
  waypoint = "APARTMENT3:WAYPOINT";//or use an exsisting one
 
  object = CHAIN21;//needs to be the same name as your machine
}

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Wed Jul 18, 2018 12:10 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.