Hey Sarge is there a way to install onto my vms without actually downloading steam and 20gb of arma files every time?
I've got windows VMs set up for other stuff, and I would move my test server to a VM to do proper multiplayer testing if it weren't for the massive download.
Let me know if it works for you, even if you run into the server restart problem. If that's good BE code, I'll put in into the OP.
I think the guys at dayz.st will change it for you more permanently if you contact them, but ultimately you'll probably want to get a dedicated server or someone...
Take a look at my aircraft carrier script - basically you place an object in the water where you want it, then add a call to the script from the init line which spawns the vehicles.
Becuase the LHD aircraft carrier is a building to the game - you could easily swap the parts, recode the...
I think you can get this to work - but it will take some re-configuring probably. I don't have time atm to look into it in depth, but look through the code and figure out what it's doing - it probably comes with a demo mission which you need to go through, figure out what he did, and then...
Well, there could be any number of problems. What server build is it, the same as the last one? Other than that thought, there could be a million things wrong - does the same file still work with the other host? anything custom you didn't bring over?
That sounds like it would work @Kind-Sir, I just don't know much about how stuff is spawned in in the first place - you would have to make sure that and sleep command to make it wait a few seconds didn't hold up the whole server boot by pausing the whole thing (again, no expert here).
You could...
Well, it will take some time, but if you learn from the code enough you can make it do what you want.
I don't use BE, but there's surely a way to make it work with BTC - and if they've got parachutes working of the right type there without rmod, you don't need it because the model isn't...
@Saethkept - I hear ya on the modding takes a shit load of time - my server has been down basically as I wrote my recent script- constant reboots and changes to the pbos. Just got a local server set up on my computer, which has dropped my testing time a ton, as well as syntax highlighting for...
At the moment, that is what it means.
You can look at spawning buildings before helis, or freezing helis in air (disable gravity sim) for a few seconds on start - try looking in dayz_code.pbo and dayz_server.pbo for the files that handle server boot vehicle loading, and add a sleep 5; to...
Remove them one by one, see which one causes it. Or just start fresh and add them one by one.
You probably have some conflict that's leading to a fatal error or something, causing your sever to hang and reboot.
Did you add those all at once?
I don't know what's unbanned/banned, but as a server admin I got tired of rocket's shit so I just installed rMod - everything is unbanned now.
I know parachute_west is unbanned, try checking out the killed a hacker line (I think it's in server_cleanup.sqm or whatever) - it should say...
Hey dude, this is my next big project, following your routes and methods - I've put off changing the code in your way until tomorrow (just finished a big update). I may want to pick your brain a bit though, with regards to whats what in the code - I'll send you a PM when I'm starting, if you're...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.