Paladin2436

Member
  • Content count

    33
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by Paladin2436

  1. Paladin2436

    Zombies will not attack AI

    Ok, I am using Exile, and the Following DMS Exile Occupation Ryans Zombies and Demons I am currently trying to make it so the Zombies attack the other AI. Ive looked around, and I might be blind, but can't seem to find anything to do that. IS there a way to do it with these Mods? Thanks you for your time Andrew
  2. Paladin2436

    [SOLVED] Here we go again!

    Hey Gang, Paladin here again. We had a Server wipe/Migration by our host (That I wasnt informed about in time to do backups for) a few months back, and lost everything that was done. Well I decided to wait till Apex came out before redoing everything because all my players wanted Tanoa. I need to get the filed modded and setup, and I have a few questions but I shall throw them down one at a time. First off, Whats the best Utility to do all the .pbo editing and stuff dealing with editing? I was using pbo Manager but either no changes were taking effect, or the files were being corrupted when I saved them. I tried pbo Viewer, but thats all that seems to be is a viewer. A Friend of mine was therefore editing the files for me, but he's had a big push as work and will no longer be able to do this, leaving me to do all of it. I don't mind doing all of it as I need the practice, but I really want my edits to take effect when I make them. Who knows maybe its me and my stupidity, but I appreciate the feedback anyways. Once again guys, thanks for all the help, you guys are great! Sincerely Paladin
  3. Paladin2436

    [SOLVED] Here we go again!

    Alright. I will do so. Thank you both.
  4. Paladin2436

    [SOLVED] Here we go again!

    I use it to open the phone file, I edit Said file in notepad++, save the file, then repack it using PBO manager. Tried editing the prices for items in the traders, and the changes always revert.
  5. Paladin2436

    [SOLVED] Here we go again!

    why would my edits not save properly then?
  6. Paladin2436

    Zombies will not attack AI

    Ah ok, I just realized that YOU made Occupation, so yes, I can set the Zombies to WEST then.
  7. Paladin2436

    Zombies will not attack AI

    Ok, I know the Regular game has 4 factions WEST, EAST, CIV, and IND Can we move the Survivors to the IND side so they are on the same side as players, and Put the Zombies into the CIV Slot, or will they not attack or be attacked by anyone? At this point Im considering Moving the Soldiers over to EAST and placing them with bandits so that the Survivors can stay the same, and making the Zombies be WEST.
  8. Paladin2436

    Zombies will not attack AI

    Heres the Problem I see. DMS_banditSide = EAST; // The side (team) that AI Bandits will spawn on /* DonkeyPunchDMS Custom Side Factions */ DMS_heroSide = WEST; // The side (team) that AI Heros will spawn on DMS_survivorSide = CIV; // The side (team) that AI Survivor will spawn on If I make the Zombies EAST Then they won't attack the Bandits. If I make them WEST Then they won't attack the Soldiers. If I makes them CIV then they won't attack survivors or Players. If I put the Soldiers on EAST, or the Bandits on WEST then they won't attack each other. Is there a way to put in a 4th faction and just call it ZOM or something like that? Any suggestions guys?
  9. Paladin2436

    EXILE-Z Project - Add Zombies to Exile

    Where does one go to find this File? I am trying to edit my server so just such a thing happens. I'd like the DMS AI and the Zombies to attack each other, as well as the Players.
  10. Paladin2436

    Editing Exile.Altis Problems (SOLVED!)

    Ok, so I am editing the Exile.Altis to edit the cost of things, and to remove certain weapons from the buy list. Those weapons will be able to be obtained from missions, but I don't want players to just be able to buy them. I wanted some risk to be associated with obtaining them. In other words, for the big guns, and really cool vehicles, you are gonna have to fight. So Anyways, it says that Line 1237 in the Exile.Altis Mission.sqm Mission has already been defined. class Mission { addOns[]= { "exile_client", "a3_map_altis", "Ryanzombies", "rzinfection" }; addOnsAuto[]= { "exile_client", "a3_map_altis", "Ryanzombies", "rzinfection" }; <----------- }; That closing bracket with the arrow to it is whats causing the problem. I dont know whats wrong.
  11. Paladin2436

    Editing Exile.Altis Problems (SOLVED!)

    Ah. Hey, it worked. Thank you so much. That solved the problem.
  12. Paladin2436

    Editing Exile.Altis Problems (SOLVED!)

    So just that Last Symbol, or that Entire Chunk?
  13. Paladin2436

    Editing Exile.Altis Problems (SOLVED!)

    Here is the Pastebin. http://pastebin.com/ee4VLZEp
  14. Paladin2436

    Zombies will not attack AI

    No, Bandits are one side, Soldiers are another, and Survivors are a third. it looks like I need a 4th Side and place ALL the Zombies on it so they attack everything else. Is that able to be done?
  15. Paladin2436

    [Release] Exile Occupation (Roaming AI) & More - updated 2019-01-23

    Possibly a stupid question, but where is this .pbo file put on the server? I put it in the @ExileServer/Addons folder.
  16. Paladin2436

    DMS - Defent's Mission System

    Umm I did that. I Said I have PBO Manager. I try and open the Folder above to get the the correct folder, but it just goes beyond the a3_dms Folder. How exactly do I open the file in PBO Manager, make it stop at the a3_dms Folder, and then make it pack said Folder into a .pbo File?
  17. Paladin2436

    DMS - Defent's Mission System

    Ok, so I have PBO Manager, and PBO Viewer. Your instructions say to open the config.sqf, modify it, and then pack it into a .pbo file, yet neither PBO Manager, nor PBO Viewer will even see the .sqf File. Im admittedly new at this, but so far have been able to get my server up and running but am unsure HOW to turn the .sqf into a .PBO. Am I running the wrong viewer/program to do so? Thank you for your time. Andrew
  18. Paladin2436

    ExileZ 2

    Well Crap, I found the mission file, well I think it is. Exile.Altis.pbo? If it is that, I downloaded it, and tried to edit it with Notepad++ However, at the top there appears a whole bunch of NULL values things like this (NUL)(NULL) then words (NULL)(NULL) I tried loading it back in and may have screwed things up now as the server does not even pop up in the list anymore when I type in my Servers IP address.
  19. Paladin2436

    ExileZ 2

    Ok, so I have that open, but is there a Particular Line it has to go on? and by "Only need ryanzombies" does that mean I delete the functions, animations, and faces?
  20. Paladin2436

    [Solved] Black Screen on Login

    (Sorry, this was posted in the Wrong area. I have since deleted that post and moved it here.) Greetings, I have a Server with Streamline Servers, and Exile is one of the Options. I have it loaded to the Server side of things, and I put the @Exile folder into bothy my Documents, and my Arma 3 Folder under Steam. I pointed Arma 3 to it and loaded it. It loads up the the character Spot screen where you pick your spot on the list. It even says Receiving files. and receiving Data. It load up the splash screen that says Altis Exile, and the Orange bar slides across the top of the screen above the map. it fully loads and then just up and goes to a Black Screen forever until I close Arma 3. I uninstalled @Exile from my Folders, and Uninstalled Exile from my server, and reset the server, and logged in just fine, I walked about the map for at least 5 minutes. Whats the cause of this Black Screen? Im trying to load up Exile so I can then do the Zombies and Demons Mod. Thank you for your time.
  21. Paladin2436

    ExileZ 2

    Ok, this is going to sound Stupid. but this. class Mission { addOns[]= { "exile_client", "Ryanzombies", "ryanzombiesfunctions", "Ryanzombiesanims", "Ryanzombiesfaces", "a3_map_altis", "A3_Characters_F" }; It's placed in the Mission.sqm Where IS the mission.sqm file in my server files? Also, once it is found, WHERE in the mission.sqm file is it put?
  22. Paladin2436

    [Solved] Black Screen on Login

    Awesome, THAT did it! The Senior Tech handled my problem and said you guys were right. The exact problem was that apparently when I loaded the MOD, the database .sql file did not load in. Thank you, thank you, THANK YOU! You guys are great! (And when I get paid net week, I am donating based simply on the tech help alone.)
  23. Paladin2436

    [Solved] Black Screen on Login

    Ok, also, there are two Folders in @Exile and @ExileServer on the Server Both say AddOnsDELETEME. I know they say DELETEME but Should I do that?
  24. Paladin2436

    [Solved] Black Screen on Login

    Well It says when I load up that I am using a Modded version of the game, but I am not. The Server was fully wiped with a reset and I Loaded up Exile from the Server's Mod Page List of Mods. Nothing else went onto the server except for an update to 9.6. On My end I have all Mods Turned off. No Code is edited. I load up Arma 3 and Click on the Exile Package on my end that I manually put into my Steam Folder. Thats all there is. I had at one point accidentally downloaded Epoch to the Server but there is an uninstall option thats supposed to uninstall everything for Epoch including it's .pbo file so that should all be gone.
  25. Paladin2436

    [Solved] Black Screen on Login

    Finally got it. Had to Delete the old .rpt's and make the server generate a new one. Here it is. http://pastebin.com/tpE7dAFS And once again, Thank you for all the help. Sincerely Andrew