FOnline Development > General Discussion

FOnline TLA SDK Server TUTORIAL Part 1

<< < (10/13) > >>

Cola:

--- Quote from: Lexx on May 03, 2011, 03:35:47 pm ---Of course it is possible. You can use whatever area you want to.

--- End quote ---

Yes, like lexx said.
And you can also create your own maps with the mapper and easily add them to your server.

Xarr:

--- Quote from: Cola on May 03, 2011, 04:14:39 pm ---Yes, like lexx said.
And you can also create your own maps with the mapper and easily add them to your server.

--- End quote ---
so i just need to [(Fallout1Maps in the folder and set the part in the server?], right?

Cola:

--- Quote from: Xarr on May 03, 2011, 06:40:57 pm ---so i just need to [(Fallout1Maps in the folder and set the part in the server?], right?

--- End quote ---

You have to put the fallout map in the "maps" folder located within the map called "server".
Then edit the CFG file "locations" in the "maps" folder and provide the information and ID you want your
map to have.
If you want to generate it on the world map you have to edit the file "GenerateWorld" with the right information.

Remember to delete all the saves in the "save" folder before you do it.
Restart the server and it should work.


Example how the location information could look like:

[Area 500] // "ID" of the map
name = Cola's location // location name
size = 24 // size of the map
map_0 = Cola's location* 500 // the first location (you can add more locations)
visible         = 1 //visible or not.
auto_garbage    = 0 // I have no idea, just add it.


Example how the GenerateWorld could look like:
@ 500 975 1020 # Cola's location // ID X Y # Name of the map

Your map should be generated at the XY - 975 1020
You can go to your location directly by using the command:
~runscript debug testmap 0 500 0

(You have to give your self admin first // ~getadmin admin [password provided in FOnlineServer CFG file])


Xarr:
Cool, thanks for the answer!

--- Quote from: Cola on May 03, 2011, 07:28:05 pm ---(You have to give your self admin first // ~getadmin admin [password provided in FOnlineServer CFG file])

--- End quote ---
I guess everyone who plays since 2 months know that somehow, well thanks anyway  ;D

Lexx:
Fallout 1 maps need to be converted first, obviously.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version