Help setting up server
i have minetest.conf:
And my ip is 213.233.92.96!
In minetestserver.bat, i have:
I Forwarded a port: IP: 192.168.2.225, UPD, Port: 30000
Is this ok for a public server?
If yes, than i should do this if an other computer want to join my server:
1. I must open minetestserver.bat
2. The other computer must start Minetest>Multiplayer>Address(what server should be?), port 30000, user: username; pass: pass.
Is this correct?
What should write the other computer on Address?
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
server_address = 192.168.2.96
anisotropic_filter = 0
bilinear_filter = 0
creative_mode = 1
enable_3d_clouds = 1
enable_damage = 1
enable_particles = 1
enable_shaders = 2
mip_map = 0
name = artur99
new_style_leaves = 1
opaque_water = 0
port = 30000
preload_item_visuals = 1
selected_mainmenu_tab = 1
selected_world_path = E:\david\Minetest\minetest-0.4.5\bin\..\worlds\WORLDNAME
server_announce = 0
server_dedicated = false
smooth_lighting = 1
trilinear_filter = 0
address = 192.168.2.96
And my ip is 213.233.92.96!
In minetestserver.bat, i have:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.exe --server --worldname WORLDNAME
I Forwarded a port: IP: 192.168.2.225, UPD, Port: 30000
Is this ok for a public server?
If yes, than i should do this if an other computer want to join my server:
1. I must open minetestserver.bat
2. The other computer must start Minetest>Multiplayer>Address(what server should be?), port 30000, user: username; pass: pass.
Is this correct?
What should write the other computer on Address?