-
Content count
34 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
3 NeutralAbout ez3kiel
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
omg. im ashamed. i forgot the underscore in the directory name after the upload. i call cup weapons in my comandline: @Cup_weapons the directory was "/Cup Weapons" (windows server :/) right way would have been, directory with underscore: "/Cup_weapons"
-
trying to re-upload the stuff now. lets see.
-
did u find a solution so far, Screamer?
-
oh. well. i did the same .. checked RPT. no CUP - related warnings/errors. any hints what i could try next? edit: traders have all the cup weapons, so its only a loot-table related thing ...
-
would you be so kind to share what you did to make it work?
-
yes. same here. loot somehow got rarer / stoped for the cup - part. i didnt change anything but the @cup weapons pack folder. anyone an idea?
-
Hi Guys, im running cup maps/core on my server. using map chernarus, where i have a weird bug, where all water textures get replaced by white/black graphic glitches (see screenshot) . i found the following in my .rpt 17:54:22 Warn: Shape '???' contains water texture however it does not carry a special class name. Consider craeting one to speed up the detection! 17:54:23 Warn: Shape '???' contains water texture however it does not carry a special class name. Consider craeting one to speed up the detection! 17:54:23 Warn: Shape '???' contains water texture however it does not carry a special class name. Consider craeting one to speed up the detection! maybe thats the reason? anyone else runs cups terrains + cherno here?
-
ok the following solved this for me: - i disabled @cba_a3 serverside - i put @asdg_JR instead of it serverside clients can now have cba_a3 because it has asdg_JR in it. a little dirty, but works ...
-
i have the same problems atm. i cannot remember that i changed something related ... [11:05:39:650098 +02:00] [Thread 13520] extDB2: SQL_CUSTOM_V2: Loading Template Filename: D:\TCAFiles\Users\ThomasM\969\@exileserver\extDB\sql_custom_v2\exile.ini [11:05:39:650344 +02:00] [Thread 13520] extDB2: SQL_CUSTOM_V2: Version 12 Detected, Latest Version 12 Available [11:10:39:453806 +02:00] [Thread 13520] extDB2: SQL_CUSTOM_V2: Error StatementException: MySQL: [MySQL]: [Comment]: mysql_stmt_execute error[mysql_stmt_error]: Cannot add or update a child row: a foreign key constraint fails (`exile_db`.`player`, CONSTRAINT `player_ibfk_1` FOREIGN KEY (`account_uid`) REFERENCES `account` (`uid`) ON DELETE CASCADE)[mysql_stmt_errno]: 1452[mysql_stmt_sqlstate]: 23000[statemnt]: INSERT INTO player SET account_uid = ?, name = ? [11:10:39:453949 +02:00] [Thread 13520] extDB2: SQL_CUSTOM_V2: Wiping Statements + Session [11:10:39:453980 +02:00] [Thread 13520] extDB2: SQL_CUSTOM_V2: Error: UniqueID: 1 Input String: createPlayer:************************
-
actually i had a mixup of the loottable files. i sorted this out by fresh downloading the lootcompiler and redoing the files. thread can be closed.
-
anyone mebe has stored this files, as they are no more available online. dear @TMHackSaw would you please share them again, mebe?
-
thanks mate, im uploading the mods fresh atm. edit: this was the reason. all working now. sorry again for whining around in your thread
-
did you make sure your config.cpp (inside your mission.pbo - for example altis.pbo) has the following classes: class CfgInteractionMenus class Car { targetType = 2; target = "Car"; class Actions { // Repairs a vehicle to 100%. Requires Duckttape class Repair: ExileAbstractAction { title = "Repair"; condition = "call ExileClient_object_vehicle_interaction_show"; action = "_this call ExileClient_object_vehicle_Repair"; }; ......... this classes hold the interaction (mousewheel) menue
-
sorry to hijack your thread, but the problem fitted to the title and i was just curious how you did install that on your servers. ofc i can open a new thread.