WickedMoonShiner

Member
  • Content count

    109
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by WickedMoonShiner

  1. So I might be doing this all wrong but wanted input from you all. I have multi servers on a testing system that I would like to spin up at the same time. That is not the issue as I just change the port but what I have going on is that I use BEC to do my reboots Let me provide you some examples below. I have BEC that runs in the background to monitor my server and if anything goes down it auto restarts also when the 4 hours are up scheduler issues a stopserver.bat and then the monitor.bat restarts my startserver.bat. Is there a easier way because I can't run the scripts as I have it watching the windows because it is going to start shutting down the wrong windows. I feel I might be working harder then I should at this. I currently have 1x Exile Server 1x Exile Dev and 1x Altis Life server Scripts I just edit the scripts for each system and then down one to start the other. restartserver.bat StopServer.bat ServerMonitor.bat Is there another tool I should check into to help me manage multi servers? Any suggestion would be awesome. I am open. But I am just a Basic programmer I can't do anything crazy.
  2. WickedMoonShiner

    Paint Job Guy

    Is there anywhere we can add paint jobs so that we can have stuff for all the Vehicle's?? Dose anyone know where to go so you can add paint jobs??? Or any details on it.
  3. WickedMoonShiner

    updating Arma 3

    So i have all my gameservers in c:\Game_Servers I was wondering when the new Arma 3 comes out what would be the best way to update them and is there a documnet on it? I think it is with steamcmd that you load it in the folder of your game server and then it updates the one it is currently in? So I have c:\Game_Servers\exile and c:\Game_Servers\exile_dev and c:\Game_Servers\altis_life So I would need to place steamcmd in all 3 location and run it I guess just wondering on that just a bit lost on the steps.
  4. WickedMoonShiner

    Anyone have a working tow script

    I am looking for a working tow script dose anyone have one I know there was one before the wiped the forum now I can't find it. Google says the sites are not there anymore.
  5. I am getting issues since this new update with sale and buying of Air/Cars/Truck's also getting issues trying to sale a empty water bottle. It all is Error 12 and I am not popping into the item once it is bought anymore. I have attached my RPT file. I have this over and over 19:46:46 Error in expression <rmat["%1", _result]; (_result select 1) select 0> 19:46:46 Error position: <select 0> 19:46:46 Error Generic error in expression 19:46:46 File exile_server\code\ExileServer_system_database_query_insertSingle.sqf, line 15
  6. WickedMoonShiner

    Roaming AI

    Anyone have a working roaming AI script that they are in cars and trucks driving around looking for people to screw with?
  7. WickedMoonShiner

    Salt Water Issues

    Anyone having issues when you have salt Water and you go to cook it with a pot and fire it says Need More inventory space?
  8. WickedMoonShiner

    swing object

    I would like to know what is the object called for the swing for the axe? If there any way to find the object name? Like exile_swing_axe or where would I find it?
  9. WickedMoonShiner

    Paint Job Guy

    I am sorry I looked and I can't find anything about the paint shop at all in any files.
  10. WickedMoonShiner

    Air in air strike

    So, I have a idea I am just not sure how to do it with out a headless client. Setup a Zombie server where there is just hords and hords of zombies and if you start to get taken over you can call in a Air Strike from any of the Jets ro air strike the location of Zombies and clean them out. But it cost PopTabs and Respect to do so and if you don;t have it well nice knowing you. Also want to make some paint jobs that have blood splatter all over the front. Like you ran over zombies
  11. WickedMoonShiner

    Zombies & Demons - Exile-Z?

    So is there anyway then to make it where a message comes up with out kicking the person saying you don;t have mod 1. blahblahblah 2. blahblahblah 3. blahblahblah Please go to steam workshop and download then rejoin. That would be awesome and help people know what they need becuse you can only see so much in the title line
  12. WickedMoonShiner

    Zombies & Demons - Exile-Z?

    So , I have to ask this also. Is there away to do any Zombie scripts that don't require a separated download for everyone joining the server? Or away to pack it in the mission file so no one has to go hunting for this and that download to join your server? Wondering this myself everyone I see looks to require a client side install.
  13. WickedMoonShiner

    Paint Job Guy

    Anyone else ever find where you can add customer paint jobs and more Vehicle's to the paint guy?
  14. WickedMoonShiner

    ADD Watermark LOGO to Screen

    @Warsheep I got it working was a problem with the image. I didn't know you much save it as a 256/256 or 64/64 I did that and boom working with your script,
  15. WickedMoonShiner

    R3F Exile

    So A new issue has come up with I go to Resource R3F_LOG_dlg_contenu_vehicule not found when you try to View the vehicles content.
  16. WickedMoonShiner

    EXILE-Z Project - Add Zombies to Exile

    What are you for real? Any way to make it where they stay out of Safe zones and go around buildings?? not go into people base's
  17. WickedMoonShiner

    ADD Watermark LOGO to Screen

    @Warsheep So it is something I am doing becuse I can save it as a jpg and it works but I don;t have transparent showing. So .jpg works so what I did was open the .png in gimp and saved it as a tga and then I open that in text2view and then save as a .paa and I get that shadow deal. So I guess i need to find out how in the hell to make the .paa look like it dose on my system
  18. WickedMoonShiner

    Restart questions

    I guess I am looking for more of a central Management servers. If I want to change the restart time I got put it in the blank. if I want to add a nerw server I can with one click. If I want to update it is easy to do. If I want to restart mysql I can do it right there. Maybe I need more of a web based server manager that I can run either on a web site that would interact with my server at home or something I could run on a different port because my provider blocks port 80. Wondering what is out there.
  19. WickedMoonShiner

    Restart questions

    So looking for Feedback. Right now I I have a server monitor that runs and monitors my server running and then every 6 hours I have a stopserver.bat that kills the arma process then the monitor has a 80 sec timer and once it sees it is stopped it then launches my Startserver.bat script. I am looking for a easier way to do this. Or something that is not so crazy. I have been toying with making a Visual Studio program to just do resets no matter what at like 6 and 12 every day no matter when i start the server. I guess I am looking for stuff other then BEC to do it I see tons of people using a script in there PBO to do it. Reason I went with BEC so I could push messages up to the screen to make sure people see it is going to restart. I guess I could do that also in the mission pbo. I guess I am looking for advice on what is best?
  20. WickedMoonShiner

    EXILE-Z Project - Add Zombies to Exile

    What about base's and walls do they go trough the walls or do they go around stuff in the way? Because at one time I had one loaded and it was just walking trough the walls.
  21. WickedMoonShiner

    EXILE-Z Project - Add Zombies to Exile

    Are these zombies like "The Walking Dead" zombies or are they the crazy super Zombies? I am looking for like the walking Dead style zombies anyone know if this is that style or know of a mod that is like that style that doesn't require a extra mod download?
  22. WickedMoonShiner

    [WIP] Modless Zombie Spawn system

    Are these zombies like "The Walking Dead" zombies or are they the crazy super Zombies? I am looking for like the walking Dead style zombies anyone know if this is that style or know of a mod that is like that style that doesn't require a extra mod download?
  23. WickedMoonShiner

    hourly server broadcast messages

    So you could use this other then BEC and then just have BEC request your restart.bat file then. I am trying to find away to get BEC out of my Server Solution.
  24. WickedMoonShiner

    ADD Watermark LOGO to Screen

    @Warsheep So it is working BTW but it is so light you can't make it out so I am not sure what that is about. it is like shadowed. Have any of you seen this issue before? This is what the logo should look like
  25. WickedMoonShiner

    ADD Watermark LOGO to Screen

    Let me work on that after work. and i can get back to you on this. My Message on here have started to get censoring done to them like everyone else around here. so let me see what I can do.