-
Content count
37 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
6 NeutralAbout Banzak
-
Rank
Bambi
- Birthday 09/03/1970
Recent Profile Visitors
1469 profile views
-
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
-
i have no access to read that.
- 255 replies
-
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
- 255 replies
-
- 1
-
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
- 255 replies
-
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
- 255 replies
-
- 1
-
Banzak started following [Script] init.d service script, ACiDy Configurable Spawn & Trade zones [w8ing 4 patch], Lightweight Exile Downloader and ArmA 3 Launcher and and 2 others
-
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
- 255 replies
-
- 1
-
.. thank you anyway for the reply
-
ExAd - Package of Virtual Garage|XM8|StatsBar|Halo & Parachute|Admin Events|Hacking|Grinding|Vehicle Upgrade
Banzak replied to Janski's topic in Scripts
I went again over the description and there was a typo in extraApps[] = {"ExAd_VG","ExAd_SB"}; Thank you.- 2256 replies
-
- 1
-
- virtual garage
- vg
- (and 20 more)
-
ExAd - Package of Virtual Garage|XM8|StatsBar|Halo & Parachute|Admin Events|Hacking|Grinding|Vehicle Upgrade
Banzak replied to Janski's topic in Scripts
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.- 2256 replies
-
- 1
-
- virtual garage
- vg
- (and 20 more)
-
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.
-
ExAd - Package of Virtual Garage|XM8|StatsBar|Halo & Parachute|Admin Events|Hacking|Grinding|Vehicle Upgrade
Banzak replied to Janski's topic in Scripts
Ok, don't bother... I will not ask again...- 2256 replies
-
- virtual garage
- vg
- (and 20 more)
-
ExAd - Package of Virtual Garage|XM8|StatsBar|Halo & Parachute|Admin Events|Hacking|Grinding|Vehicle Upgrade
Banzak replied to Janski's topic in Scripts
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- 2256 replies
-
- virtual garage
- vg
- (and 20 more)
-
sure, no problem
-
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!
-
Banzak changed their profile photo
-
yes, I already installed a new virtual machine with Win7 and now everything is running smoothly...