Recent content by Yuuyori

  1. Y

    Question

    Well thanks for attempting to help either way; I'll try to figure it out I had it working once it's possible that my \ \ \ \ file extension isn't working properly.
  2. Y

    Question

    https://www.dropbox.com/s/6eh1hkfywowyanm/Elektro_edit.sqf.sqf
  3. Y

    Question

    https://www.dropbox.com/s/6eh1hkfywowyanm/Elektro_edit.sqf That's the SQF file i'm trying ot add on it's in a folder called MapAddons [just used your idea ] [] execVM "\z\addons\dayz_server\MapAddons\Elektro_edit.sqf"; is what i put in my server_functions.sqf
  4. Y

    Question

    Not to sound rude or anything ; but that's exactly what I did and it isn't working for me. Obviously enough I should have to replace "yourfoldername\filename.sqf" with - "MapAddons\elek_stary.sqf" , but sadly it isn't loading anythign even though I did it exactly as followed it's rather strange.
  5. Y

    Question

    Even though it was so simple to follow in that tutorial it just isn't working for me :(
  6. Y

    Question

    I just tried the method you wrote above, but it wasn't showing any buildings, there were no error messages. I copied all vehicle files ovre and named it; then in the server.pbo I added in the line you mentioned; however nothing appears as mentioned. Is there something else I'm supposed to add in...
  7. Y

    Question

    I was using the 3d editor in game, and converting them here; http://dayz.codeit.org.ua/parser.php then adding the files into the mission.sqm. Also yes that is the message I received, I have DayZST has a host and previously they had a button for "enable Rmod", but as of lately the button has...
  8. Y

    Question

    Lately I've been adding in different mods / editing the loot table / trader tables on my DayZ Epoch Server [Amnesia's Custom Hive ] and there are a few things I want to do, but have been having issues with. I tried to add in some buildings, at first just some large h-barriers around Stary...
  9. Y

    Requesting Help.

    and it would seem I may have done something wrong as trader's are no longer able to trade.
  10. Y

    Requesting Help.

    I must suck at this, I've changed all the correct lines of codings you showed me, and for the SARGE Ai mod being on I went ahead and changed everything it mentioned to change. I wonder what the problem is. Would I be able to send you the files and you look at them if you get the chance to tell...
  11. Y

    Requesting Help.

    Awesome thanks! I'll give this all a shot now.
  12. Y

    Requesting Help.

    /*%FSM</STATE>*/ /*%FSM<STATE "vehicle_cleanup">*/ class vehicle_cleanup { name = "vehicle_cleanup"; init = /*%FSM<STATEINIT""">*/"_safety = PVDZE_serverObjectMonitor;" \n "" \n "//Check for hackers" \n " {" \n " if(vehicle _x != _x &&...
  13. Y

    Requesting Help.

    Having an issue now.. I can not trade with the npc traders on epoch mod atm ever since installing lol
  14. Y

    Requesting Help.

    Thanks to your help I may or may not have it working, I will sit in game and see if anything appears, I did my SARGE edits etc also. I really appreciate you taking the time to assist me with this.
  15. Y

    Requesting Help.

    I inserted the code where mentioned; this is what I'm having trouble with now again the line of code is not in my sqf file. " Open server_updateObject.sqf Find: Code: #ifdef OBJECT_DEBUG diag_log(format["Non-string Object: ID %1 UID %2", _objectID, _uid]); #endif //force fail...
Back
Top