Nuka

Member
  • Content count

    5
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

4 Neutral

About Nuka

  • Rank
    Bambi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Nuka

    mARMA - Server Monitoring, Live Map, RE...

    Hey guys, do you have blacklisting on your site? I can't reach marma.io from my new VDS (ultravds.com). Nevermind. Your host ip (or cloudflare's) blocked by Russian federal service.
  2. Into mission config.cpp there is a class named CfgExileCustomCode As description says it can be used to define usage of your custom sqf instead of exile ones Maybe it will help somehow if someone creates a placeholder script of "health and revive" system
  3. Nuka

    Understanding Loot Spawns Config

    So here is the most detailed and simplified guide how to add Custom Weapons to loottables using a compiler (in engrish): 1. Download: LootTable.h LootTableCompiler.exe 2. Create folder C:\Loot\ 3. Place both downloaded files there 4. Edit LootTable.h Get the class names of weapons/items you want to add and place them into this file using this format: > LootTableName Spawn Chance %, Item Class Name *Higher change -> More often Spawn (Currenty there only 8 loottables (> CivillianLowerClass, > CivillianUpperClass, > Shop, > Industrial, > VehicleService, > Military, > Medical, > Tourist) Here is example of LootTable.h with inserted CUP weapons: LootTable.h 5. Open cmd.exe Type cd C:\Loot\ into cmd.exe window > Press Enter Type LootTableCompiler.exe C:\Loot\LootTable.h C:\Loot\LootTable.cpp > Enter If you done right you will see C:\Loot> in console. But if you done something wrong in LootTable.h there will be error message in console, in this case correct file and try again. 6. Compiler will create LootTable.cpp in C:\Loot\ folder starting from: class CfgLootTablesand ending with: };7. UnPBO your @ExileServer\addons\exile_server_config.pbo file 8. Open @ExileServer\addons\exile_server_config\config.cpp file Replace whole class CfgLootTables with contens of C:\Loot\LootTable.cpp Save config.cpp 9. Delete your @ExileServer\addons\exile_server_config.pbo file Make @ExileServer\addons\exile_server_config.pbo from @ExileServer\addons\exile_server_config\ 10. UnPBO your mission file (by default it mpmission\Exile.Altis.pbo) Edit mpmission\Exile.Altis\config.cpp: Place all added to LootTable.h third party classes into class CfgExileArsenal and set up quality and price. 11. Delete mpmission\Exile.Altis.pbo file Make mpmission\Exile.Altis.pbo from mpmission\Exile.Altis\ 12. Done.
  4. Nuka

    Exile Restart Problems

    Have the same problem, gonna try this tonight: http://exile.majormittens.co.uk/topic/1528-i-can-script-restarting-the-server/ Edit: Didn't work for me (