How to put a house on a forbidden planet like Endor,Dathomir..

Aeryna

Moderator
Staff member
Moderator
Joined
Oct 10, 2017
Messages
359
It's very interesting. I hope that config isn't on .iff files and it 's a server side .lua
Anyone helping?. I have no clue about this topic.
 

gyrantol

Member
Joined
Jan 16, 2015
Messages
127
Aeryna said:
It's very interesting. I hope that config isn't on .iff files and it 's a server side .lua
Anyone helping?. I have no clue about this topic.
It is done on the server side. If you go to bin/scripts/objects/building/player and select the player building lua file you would see something like the following 


Code:
allowedZones = {"dantooine", "naboo", "rori"},
just add in the planets that you want to allow.. for things like harvesters etc you need to look into object/installation but it's the same principle.
 

Aeryna

Moderator
Staff member
Moderator
Joined
Oct 10, 2017
Messages
359
gyrantol said:
Aeryna said:
It's very interesting. I hope that config isn't on .iff files and it 's a server side .lua
Anyone helping?. I have no clue about this topic.
It is done on the server side. If you go to bin/scripts/objects/building/player and select the player building lua file you would see something like the following 


Code:
allowedZones = {"dantooine", "naboo", "rori"},
just add in the planets that you want to allow.. for things like harvesters etc you need to look into object/installation but it's the same principle.
Yeah! Thanks mate. I was looking for files like those.
 

Trenn

New Member
Joined
Jun 25, 2015
Messages
10
What about "No Build Zones" on those forbidden planets? Like putting houses or even shuttle ports ? Say near the DWB for example.
 

gyrantol

Member
Joined
Jan 16, 2015
Messages
127
if it needs to be player occupied houses then you either need to shrink or remove the no build zone. Things like shuttles can be added using the world snapshot editor in SIE. Extract the snapshot for which ever planet you want to modify. Add the shuttleport to the required co-ords. Package the snapshot into a new tre and load into server and client. Then modify your planetmanager.lua file to include the new shuttleport. Don't forget to reset clientobjects.db before starting up the server
 

dsrules

New Member
Joined
Oct 25, 2011
Messages
26
The wonderful Tatwi made this SUI to allow you to place structures anywhere, including some that are not even placable by other means (without modding them in yourself) they bypass planetary restrictions as well as the grid.

https://review.swgemu.com/#/c/4968/

edit: Take note that DirectorManager has changed drastically since this was done, so you have to add it carefully, rather than just overwriting it.
 
Last edited:
Top Bottom