Banzak

Donator
  • Content count

    37
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

6 Neutral

About Banzak

  • Rank
    Bambi
  • Birthday 09/03/1970

Recent Profile Visitors

1469 profile views
  1. Banzak

    problems with database - dedicated server install

    can you also add your extDB2.log, i cannot see anything about the database connection. check your database, in my case the settings for the extDB2 was not correct. I also upgraded to the extDB3, the 64-bit version, for that you also have to launch the arma3server_x64.exe Here is my start_server.bat: start arma3server_x64.exe -port=2302 -config=config.cfg -cfg=basic.cfg -profiles=profiles -name=Server -mod="@Exile;@EnhancedMovement;@ryanzombies;@Items_Pack;@RZInfection;@Extended Survival Pack;@Extended Fortifications Mod" -servermod="@ExileServer;@extDB3;@infiSTAR_Exile;" -autoinit
  2. Banzak

    Exile Scavenge Framework - 0.7 BETA (23.10.2017)

    i have no access to read that.
  3. Banzak

    Exile Scavenge Framework - 0.7 BETA (23.10.2017)

    ok, I finshed to get almost all the objects from the editor and finished my LootTables and LootGroups. Here you can see all the objects and files for the Malden-map: https://docs.google.com/spreadsheets/d/1kpBV-y7Q-Zh6oKYRkqL6QMALdsmd4vglbA4qaHmAklw/edit?usp=sharing Just now rebooting the server... let's see if everything works as intended... !Update!: Everything is working except the fruits from "LordRampantHumps Items Pack", have to figure why... the search action works and I find something, but no apples or fruit appear on the ground or in the inventory. !SOLVED! I solved the issue with that, I had a typo in the "CfgExileScavenge", I wrote the wrong name for the loottable... Here is the CfgExileScavenge: https://pastebin.com/5i693Tin CfgScavengeRecipes: https://pastebin.com/R4nH4BuB and the added part for: LottTables.h: https://pastebin.com/iTkA2nzp LootItemGroups.h: https://pastebin.com/w9H2Yhbm The LootTableCompiler you find here : http://exile.majormittens.co.uk/download-all-the-files/LootTableCompiler-1.0.3b.zip Here is the best description I found for editing the LootTables and -Groups: STEP 1: download the ExileLootCompiler from the download section. STEP: 2: add all thing you wanna add or remove. like the default entry. STEP 3: Use the compile.bat to compile the loottable result is an CfgExileLootServer.hpp STEP 4: Open your Exile_Server_config.pbo inside your can find an config.cpp STEP 5: Find the "class CfgExileLootServer" and remove the whole entry. STEP 6: Add the new one too the File. STEP 6 (optional): you can add in example #include "CfgExileLootServer.hpp" into your config.cpp and place the compiled file CfGExileLootServer.cfg inside your Exile_server_config.pbo next too your config.cpp. This makes edit thing easy. Then you dont need to opend you config.cpp and edit them with copy pased on stuff. simple Drag&Drop for future editing. :) STEP 8: If you have done all thing above packages it again to you .pbo file and load them on the Server. Enjoy :) Regards Banzak
  4. Banzak

    Exile Scavenge Framework - 0.7 BETA (23.10.2017)

    Can anybody tell me if and how it's possible to loot money from phonebooths or atm for example.. how do i code this? examples are appreciated! I tried this, but it's not working: class ScanvengePopTabs: Exile_ScavengeCraftingRecipe { returnedItems[] = { {5, "ExileMoney"} }; }; Is it possible to attach other sounds to the actions? Thanks for the answers. Regards Banzak
  5. Banzak

    Exile Scavenge Framework - 0.7 BETA (23.10.2017)

    Just starting to make a list for all the objects on the Malden map. Here is the link: https://docs.google.com/spreadsheets/d/1kpBV-y7Q-Zh6oKYRkqL6QMALdsmd4vglbA4qaHmAklw/edit?usp=sharing If anybody want to help, I will grant write-access. When the list is complete i will sort the objects and define loot-tables for them. Regards Banzak
  6. Banzak

    Exile Scavenge Framework - 0.7 BETA (23.10.2017)

    Hello, for everybody the fix for infiStar Exile V88 - kick: in the EXILE_AHAT_CONFIG.hpp change BlockHoldActions to false /* Checks player Actions (mousewheel actions, userinterface actions and inputactions) */ BlockHoldActions = "false"; /* STRONGLY recommended! /* in EXILE_AH.sqf search for "exile only", then you will find this part of code: } forEach [ ':dh:','map esp','inf ammo','delete cursor','destroy target','delete target','carpet bomb', 'godmode','no grass','jail cursor','map tp','rapid fire','creation list','spawn gear loadouts', '===','back to main menu','exile only','back to main menu','____',' ' ]; and remove the last ,' ' repack the pbo and restart your server. this is still an issue..... I found that after i did that on my server the Framework is not working at all... I still try to figure how to fix it. I will keep you updated. it work's now in infiStar Exile V89 with the following settings in the EXILE_AHAT_CONFIG.hpp: BlockHoldActions = "false"; /* STRONGLY recommended! */ BadActionCheck = "false"; /* log and remove all actions that are not white-listed */ allowedActions[] = {"Break free","Use AutoLockPicker","Craft Vehicle","Hack UAV"}; /* needs the "title" of the action! */ allowedActionsPartial[] = {"paint"}; BadActionContentCheck = "false"; /* Check the functions assigned to all actions, regardless any white-list */ Regards Banzak
  7. Banzak

    Moving and removing construction items

    .. thank you anyway for the reply
  8. just do a database-dump before, so you can make sure you have the working database. Export the sq to a file, so you can later re-import it. I also do a backup of my important files to a different directory. Do something like this if you are on Windows: Create a SRV_Backup.bat with the content below.
  9. Banzak

    Moving and removing construction items

    how you solved this? I have the same issue on my server. SOLVED somehow my server crashed, i restarted the armaserver and everything works now.
  10. XM8 with no content Hello, I installed the complete ExAd-package and in the game when I go to settings I only get a blank screen with no possiblity to get back to the main menu. The statbar is working as you see.. any hints to fix that? Thank you! Regards Banzak
  11. Banzak

    problems with database - dedicated server install

    yes, I also managed to get the x64 running with the extDB3. I have now ExileZ with DMS running and I can tell you this is f... crazy good!
  12. Banzak

    problems with database - dedicated server install

    yes, I already installed a new virtual machine with Win7 and now everything is running smoothly...