Jump to content

Question in the basemode < how change place the main loppy


Recommended Posts

main loppy default :

[url=http://stashbox.org/928307/1.png]http://stashbox.org/928307/1.png[/url]

Another main loppy , change place

[url=http://shup.com/Shup/364847/2.png]http://shup.com/Shup/364847/2.png[/url]

Another

[url=http://shup.com/Shup/364849/3.png]http://shup.com/Shup/364849/3.png[/url]

^^^

How change place main loppy ?

Link to comment

I guess that he's asking for how to change the main "lobby".

It it is that, then check if the game is ready for map editor, and just change the location on it. Else, it will probably be on some data file of the script. In any other case, you will need to change the source code.

Link to comment

You can't edit source code, now for beta2 the best way to change lobby is this script (in attachment).

Edit this table with spawns: (x, y ,z ): file client.lua

local random_spawns = {
[1]={0,0,0},
[2]={0,0,0},
[3]={0,0,0},
[4]={0,0,0},
[5]={0,0,0},
[6]={0,0,0},
[7]={0,0,0},
[8]={0,0,0},
[9]={0,0,0},
[10]={0,0,0},
}

And if you want change interior, edit this line in file ser.lua

setElementInterior(p,0)

Link to comment

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.
×
×
  • Create New...