so i just need to [(Fallout1Maps in the folder and set the part in the server?], right?
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])