Jump to content

Search the Community

Showing results for tags 'server'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • News
  • Project Zomboid
    • PZ Updates
    • General Discussions
    • Bug Reports
    • PZ Support
    • PZ Multiplayer
    • PZ Community & Creativity
    • PZ Suggestions
  • PZ Modding
    • Tutorials & Resources
    • Mods
    • Items
    • Mapping
    • Mod Ideas and Requests
  • General Games Development
    • Indie Scene
  • Other Discussions
    • General Discussion
    • Forum Games & Activities

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Twitter


Interests

  1. Hey guys, I have some expirience running GMod and Rust servers, but have never messed with PZ. I just bought a server that I'm managing through FTP. I have my mods installed into my Zomboid/server/mods directory on the FTP server, and I have the maps installed into media/maps. I am wanting to use Muldraugh, West Point, and Bedford Falls. I want the user to be able to pick their spawn before they create their character. Everytime I load into a new character, it spawns me without a choice of map. This is what my spawnpoints lua looks like: function SpawnRegions() return { { name = "Muldraugh, KY", file = "media/maps/Muldraugh, KY/spawnpoints.lua" }, { name = "West Point, KY", file = "media/maps/West Point, KY/spawnpoints.lua" }, { name = "Bedford Falls, KY", file = "media/maps/BedfordFalls/spawnpoints.lua" }, }end this is what my servertest.ini looks like: nightlengthmodifier=1.0 PVP=true PauseEmpty=false GlobalChat=true Open=true ServerWelcomeMessage= <RGB:1,0,0> Welcome to ThePlague! <LINE> <RGB:1,1,1> LogLocalChat=false AutoCreateUserInWhiteList=false DisplayUserName=true SpawnPoint=10633,9314,0 SafetySystem=true ShowSafety=true SafetyToggleTimer=100 SafetyCooldownTimer=120 SpawnItems= DefaultPort=16261 ResetID=263231328 Mods=Hydrocraft;ORGM;PumpPower;HydrORGMAmmo;MoreBuild;RMConvenientBags;SVGZombieLoot;BedfordFalls Map=Bedford Falls, KY;West Point, KY;Muldraugh, KY SpawnRegions=servertest_spawnregions.lua DoLuaChecksum=true Public=true PublicName=ThePlague - Fresh Apocalypse -- PVP // BaseBuilding // Survival PublicDescription= MaxPlayers=16 PingFrequency=10 PingLimit=400 HoursForLootRespawn=0 MaxItemsForLootRespawn=4 ConstructionPreventsLootRespawn=true DropOffWhiteListAfterDeath=false NoFireSpread=false NoFire=false AnnounceDeath=false MinutesPerPage=1.0 HoursForCorpseRemoval=0 SaveWorldEveryMinutes=0 PlayerSafehouse=false AdminSafehouse=false SafehouseAllowTrepass=true SafehouseAllowFire=true SafehouseAllowLoot=true SafehouseAllowRespawn=false SafehouseDaySurvivedToClaim=0 SafeHouseRemovalTime=144 AllowDestructionBySledgehammer=true KickFastPlayers=false ServerPlayerID=81728172 RCONPort=27600 RCONPassword=oijjwc7sc7 Password= SteamPort1=9000 SteamPort2=9001 WorkshopItems= SteamScoreboard=true SteamVAC=true This is driving me crazy, any help would be appreciated!
  2. Hi all i just come back to the game as me and some friends like to play and test the newest version 34.15 IWBUMS. So we all got that version of the game. But when i try to setup a steam dedicated server, using the server tool from steam its only version 33.20 i think. So how do i update it to the newest IWBUMS version?
  3. Hi, a few friends and I are hosting our own little server. Now we have the issue that the host is not always on when some of them want to play. Which files and folder are to be copied to the new host to keep playing, just on a different PC? We have self made (e.g. edited) Server Settings, and are all running on -nosteam Thanks in advance FalloutBoy EDIT: IWBUMS 34.13 with a few mods
  4. So yeah, I've been trying to do it for 3 days and I don't want this time to get wasted. Here is a guide that will let you set up a private server for your friends within 1-2 hours. INSTRUCTIONS FOR HOST: INSTRUCTIONS FOR CLIENTS: EXTREMELY IMPORTANT: I hope, that I'll help at least one group of friends to play this game. To admins: I will not answer to this thread. I registered just to write this one post and disappear forever. So feel free to edit it. I waive the rights to what I've written above. Peace
  5. I am making a mod that shows zombie and player locations on PZ Server map project. This requires some alterations of both game and the map. Currently it looks like this and uses JSON to transfer all zombie locations at once: I would rather stream the zombies and their location continuously through event-driven model, ideally in a separate thread. Currently I'm just gonna replace the original zombie registry ArrayList with my overridden ArrayList implementation that registers adding and removal of the zombies. But that doesn't deal with zombie locations.
  6. Hello everyone, I have a very important question that it's affecting our players. When we start the PZ Server as Steam, automatically my IP is assigned to the server. That is what we saw in the Public List of servers. So users when joining will save the server as IP and his character local files will be created using this IP Address. But sometimes my IP changes and players have to manually change the local files to reflect the new IP. I already have a hostname assigned to my server but I can't make the Public Server list reflect the hostname instead of IP. Is there a way to do that? Thanks in advance,
  7. EDIT: I GOT IT WORKING! And I wrote a guide, which I'll work to update as needed. Link here! Okay so I was following this guide It said to make my own server, do this: Go to your Library and then select "Tools". Scroll until you see "Project Zomboid Dedicated Server" and download/install it like you would with a game. Once downloaded, you start it. So, now I have it here as Picture 1 Now I open PZ and press "Online", and enter the info I want for my server as seen here in Picture 2 Notice it failed. So, how do I make PICTURE 1 work with PICTURE 2? Right now I can't even join my own server? Is the "add a server" window seen in Picture 2 used to Create a server, or to call up an existing one? Help, please?
  8. Sorry if this is a silly question, but how would one get mods like maps to work on the server? ORGM mod is working, however Immersive Overlays isn't. Do I need to FTP them to the server?
  9. Hello. Hamachi can still create private server ? i can,t forward port
  10. Hello, today I've rented a server at nitrado (nitrado.net) to play with a friend on it. The server is based on linux and we are using Windows 7 and Windows 8.1. When my friend connects, it almost works instantly, but everytime I try it, it'll give me the same errors. I already tried to run it with the -nosteam option, starting it as admin and reinstalled the whole game. Our internet should be no problem, I also forwarded all ports and tried it with the "exposed host" setting, but neither worked for me. Here's a picture of the problem: Sincerely samsi02
  11. Hello, everyone! I have been trying to start a LAN server to play the game with my wife. We've got it working, we're both able to play on the server. Method used is files downloaded from SteamCMD and I have ports 16261-16270 TCP/UDP open on my router. Just in case that's relevant. I know there's PZServerSettings.exe in the Steam files for Project Zomboid that you use to change some of the settings. I copied that and a file that was associated with it to my server folder, started it there and saved the settings into the same folder. Is that all that needs done to change the settings? How can I confirm that what I set is being used? I'm also curious about how to change other server settings, such as password. I've tried to search for the answers to some of the questions here and haven't been able to find anything that really helps. Maybe I'm using weird terms or something for my searches or just looking for the wrong thing. So, I figured I'd just ask the other questions I hadn't searched for yet in here if I'm already asking for help. Thanks a lot for your answers!
  12. I followed these steps: Extract contents of "mapfiles" to steam/steamapps/common/projectzomboid/media/maps/Muldraugh, KYand the "New Denver, BC" folder tosteam/steamapps/common/projectzomboid/media/maps . The map loads and lets me spawn in New Denver. However I have not yet found out how I get this to work for multiplayer. I've edited the server.ini for: Mods=New Denver, BC Map=New Denver, BC . I've tried changing the Mods= too ND1.3, New Denver and NewDenver. Server keeps failing to load the mod. I've tossed the folder into the mods in the User/Zomboid/Mods . I've tried taking the New Denver folder out of the .rar folder and stuck it in the Zomboid/Mods. I'm out of ideas. Anyone have a clue?
  13. Hi guys, I've been testing a server options and I just want to reconfirm what I observed - Buildings' positions and environment is kept on the server side in location Zomboid/Multiplayer/"servername" but player's location and inventory is kept on client side on their PC - even If I delete Multiplayer/"servername" folder on the server side, player after logging spawns in the sample place and with the same inventory don't you think is dangerous to keep players inventory on player side not server? That creates a problem if I want to restart server completely. I'm not able to force people to loose their items as they have inventory saved in their folders, and folders are created per IP of the server so changing the name of the server will probably not help.
  14. Set up a steam server, followed all the plans (as you do) read all the docs, its up and running - and it doesn't work - I have tested my port forwards and even though my web server is accessible externally, my zomboid server is not. I can telnet to my web server and it works (to test) but when i telnet to the zomboid port it says it can't connect (internally) however - I can connect to it with the game locally - Everyone is busy here so i can't get them to test if it works for them internally - here are some screen shorts in case you see something utterly stupid i have done/failed to do... I have turned my router firewall off and my computer firewall off to test, and its not that, so I am at a loss, can anyone help?? favus
  15. I'm a moderator of a Project Zomboid server. We used to be a whitelist server, but decided to drop the whitelist to get more players. This has lead to a large amount of people using Alt-Characters for griefing purposes. We are not exposing the Steam Accounts of the players, as they'd prefer not to have the Accounts public. This means people are griefing on Alt-Characters, without anyone knowing who's behind the character. While discussing this issue with a fellow moderator, we came up with the following idea: A server setting/configuration option, that would only allow 1 character per Steam account. Once you join the server with a Character, your Steam Account and the character are bound together. You will be denied access to the server when you try to join with any other character. This binding will only break when the character dies, or an Admin breaks it for you. You should be able to adjust this on a per-player basis. The moderators on the server prefer to have 2 characters, one being an Admin, and the other being a regular Character to play the game on without people calling us cheaters. I believe that this solution would help servers that don't want people abusing alt-characters, without ever interfering with servers that don't care about Alt-Characters. Since you can configure it on a per-player basis, your server can still allow 2 or more characters, but also allows you to set a limit on the maximum amount. The only way to get around this is to use a second Steam Account, but server Admins could just ban the second account from the server when they believe someone is using it as an alt. Kind regards, Terrordrone
  16. So What I have done is.... uninstal PJ Zomboid then reinstall in C: Drive under a New Folder for the Steam Library. I have played the game a loooong time but never tried to make my own server. After the Initial Uninstall I removed ALL exsisting files from my computer and had a fresh install of the Game. Went to Online tab, found a random open server and Joined. Didn't need to have windows open in the background or anything. Now.. How Do I create my own Server: Public/Private? I have read up on Steam CMD (Messed with it Previously) and also see in the Files that there is this That is a Seperate Loader? It asks for Admin Password... Where do I start here? TCO
  17. Need Help, what make i wrong? I have correct installed, steamclient.so is there and another Games like CS-GO, CSS, CS16 and Starbound running on the Server. Linux Debian 8.1 Jessie 64-Bit. 64-bit java detected[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.Message: 'Fatal Error', Detail: 'Steam must be running to play this game (SteamAPI_Init() failed).'
  18. I recently rented a server, took alot of time to get it running cuz i just could'nt get the danm map to work. (And some extreme problem that MrinSayne helped me solve, which was totally not just me thinking there was a problem when there really wasnt..) Anyways, if i then were to add the map mods i wanted to the server just like any other mod, add the IDs to the "mod=" line in the ini. Is there anything else im supposed to do since its a map? Am i supposed to place some files in other folders aswell? The only map i tried was Bedford Falls, i added the mod, the ID and then set "map=" in ini to "BedfordFalls, KY". Caused the server to instantly crash. Prob cuz its allready running another map, and the only way i found to restart the map would start a new world and create a new INI again. If its simple, anyone who could take the time to add some points on what to do here? like: -add to mods folder -add ID to ini -set as "map=" in ini -etc.. -etc.. (-also put files in "xxfolder"?) EDIT: Actually, i just need Bedford working. So if anyone could make a list on whats needed to accomplish that, it would be truly appreciated!
  19. Hey guys, Reinstalled the Dedicated Server on a fresh Ubuntu 14.04 instance through steamcmd, everything was going swimmingly until I attempted to run the start-server script. I'm getting a hang and unresponsive server after the 'SteamUtils initialised correctly' line. Any thoughts? Forgive me if this has been solved already, searching the forums didn't bring up any fixes. Console output here: 64-bit java detectedpzexe: about to run java hack to locate libjvm.so...pzexe: executing "java -classpath pzexe.jar -Djava.library.path=. zombie.pzexe"pzexe.java: loading shared library "pzexe_jni64"JVM=/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.sopzexe config file: /home/rich/Steam/steamapps/common/Project Zomboid Dedicated Server/ProjectZomboid64.jsonpzexe: mainClass: zombie/network/GameServerpzexe: classpath: -Djava.class.path=java/:java/jinput.jar:java/lwjgl.jar:java/lwjgl_util.jar:java/sqlite-jdbc-3.8.10.1.jar:java/uncommons-maths-1.2.3.jarpzexe: vmArg (json) 1: -Xms2048mpzexe: vmArg (json) 2: -Xmx2048mpzexe: vmArg (json) 3: -Dzomboid.steam=1pzexe: vmArg (json) 4: -Dzomboid.znetlog=1pzexe: vmArg (json) 5: -Djava.library.path=linux64/:natives/pzexe: vmArg (json) 6: -XX:-UseSplitVerifierpzexe: using jvm "/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so"SVN REVISION 964versionNumber=Early Access v. 32.30 demo=falseserver name is "servertest"Loading networking libraries...SteamUtils initialised successfully
  20. A one minute six second guide to set up a PZ Steam Server! https://www.youtube.com/watch?v=Nx5cFgnQrzQ (not sure how to make it visible here.) Don't forget to PORT FORWARD!
  21. Haptic

    IP Config Help

    Hi, I just had a few questions regarding the running of a server on my own computer. My first question is this : Is it possible to maintain a server with a dynamic external IP with or without the use of additional software such as Hamachi, etc, etc? If not, how does one get around the limitations of IPv4 without purchasing a static IP adress? The main thing I want to do is simply host a server that runs 24/7 and works. My external IP likes to change 2-3 times a day, I assume that when your external IP changes it makes the saved server unavailable due to the change in IP. How can I host a server from my spare computer with a 24/7 uptime that doesn't screw up the other clients' and the map save? I appreciate any input.
  22. Hey, So sometime in the last two days me and my friends server stopped working. We've been playing on it for months then today it just stopped working. Noticed when I try to connect I get the following "[ZNet JNI] Java_zombie_core_raknet_RakNetPeerInterface_Connect Reminder: This non-steam client can only connect to non-Steam servers." Only thing I can think of that's different is he had steam update on him today, but we launch the game with -nosteam parameter set. Edit: Resolved the problem, turned out to be that my friends IPv4 address changed (currently not sure what causes a change in IPv4) so we had to change the IP address for port forwarding / project Z. On that note once you do that the hosts character won't be available unless you find your character file and alter the ip address on the name of the folder to your new IPv4 address.
  23. Alright, I lied in my last post, I cannot for the life of me figure out how to get mods working on a steam server. Please. Help. Also, I cannot figure out how to administrate the server, editing zombies and such.
  24. Hello everyone! I'm just gonna start off by saying I love the game. Had a little trouble hosting a server, but finally got it all working properly... or at least so I thought. Just to clarify I downloaded all the necassary steam files to host a steam server. I port forwarded correctly with available slots for 4 people. I can play both online with my friend at his house and lan. Before I start the server I start from scratch by going to the serversettings.exe in the Project Zomboid install directory. Once I have adjusted the server settings for my server I go to the file where I installed the steam server update to launch my server. Once I launched it once it creates the testserver.ini file which I edit to set a spawn point. I launch the server again and start zomboid. I log in fine, create my character, my friend joins, but the serversettings don't seem to have an effect. Even if I adjust the erosion to be at the fastest level and start 8 months into the apocalypse, no grass growing the street or vines growing on buildings. This works in the singleplayer when I do this, but not online. To make it even more weird, I tested it once by setting the zombies to sprinters. That seemed to work, but nothing else. Please help, I've tried looking at the code to see if there are any errors or things that wont load, but nothing. I don't know if the settings are being saved somewhere else when you host a steam server compared to hosting a WAN/LAN non-steam server. Any info will help. I'll try creating a non steam server on my local network and changing the settings to see if it effects the non steam hosting. Anyway, let me know if you need any code or anything. Anything will help, thanks! -JayMel
  25. After trying multiple methods. Resetting everything. And going again. No one is giving clear instructions on how to run and connect to the server. I am running windows. Downloaded and successfully ran the SteamCMD and its app update for the dedicated server. Now what. Every port on my router is open, so port forwarding is irrelevant. I do have workshop items as well, hydrocraft ect. I saw them update uwhen i ran app_update from steam cmd so until i can check the server that seems to be in order. How do I run the server. How do i configure it. How do i connect to it. How do others connect to it. I have Hamachi if it helps at all. Keep in mind i have NEVER had any sort of server running. Assume if it i didnt say it in the post, I havent done it. *EDIT To clarify, I want to run a server, that anyone can join, including myself on the same computer.
×
×
  • Create New...