-
Content count
13 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
12 NeutralAbout Jenartor
-
Rank
Bambi
- Birthday 12/26/1987
Recent Profile Visitors
1381 profile views
-
It should be compatible, when Chernarus has the same lines in the config.cpp like CustomCode.
-
Vielleicht kann dir das ja helfen: http://exile.majormittens.co.uk/topic/8661-admin-load-out-help-please/?do=findComment&comment=45748
-
And another little itty bitty update for another bugkilling
-
Maybe you can make that Hemmtt, you want to use for the mission, unsaleable. I don't really know, but i think ... when using "B_Truck_01_transport_F" as Vehicle instead of "Exile_Car_HEMMT " it should be 2 different Vehicles for the Server. And then make the "B_Truck_01_transport_F" unsaleable or saleprice = 1 in the config.
-
Script on Github updated. Thanks to Flowrider85 for finding the little bug with backpacks.
-
Hey Exile Community, one of my players came up with a great idea ... random spawned vehicles should have some goodies in their inventory. And i thought ... why not share this, with everyone here ... so short and simple: Here it is: https://github.com/Jenartor/exile-vehicle_spawn_with_inventory
-
Nice idea with the toilet paper for crafting bandages ... On our Server you can collect all the TP and TinCan and sell them to the traders. They love to drown in these stuff and pay for it. Lol
-
It's working perfect on our Sever. Even when 2 Admins using this at the same time. Even no need for #login passwd - It's working with the UID. I don't know if i have to ask biabock or AgentRev for permission to edit, continue and release the changes. I hope i didn't violate any license terms, when i made changes for my server only .... but i would like to share the changes here, so that everyone can have a free admin tool.
-
Ich denke mal, dass mein bzw unser Server, an dem wir gerade dran sind die Feineinstellungen zu machen, genau in diese Kategorie passt. Bei uns ist es, dank den NPCs, Missionen und Invasionen nicht gerade ein Kinderspiel zu überleben, da an jeder Ecke der Tod lauern kann. Zusätzlich haben wir auch die Preise für Items nach oben geschraubt(manche Waffen sind eben nun auch teurer als ein Hatchback) und die Verkaufserlöse etwas gesenkt, damit man auch etwas tun muss um sich etwas zu leisten und ein Auto in Exile wieder ein Luxus ist. Teamspiel wäre da eine gute Lösung für die Spieler. Den Loot haben wir zwar auch einwenig erhöht, aber ich würde es nicht gerade als Highloot bezeichnen, da man auch problemlos durch mehrere Häuser rennen kann und noch keine Knarre gefunden hat. Vielleicht kein wirkliches "HardCore" aber dennoch mit erhöhtem Schwierigkeit und hoffentlich Langzeitfaktor.
-
Jenartor changed their profile photo
-
I think i got what you need. https://github.com/Jenartor/exile_uid-loadout With these changes you can define your own admin-loadout. They will spawn with them. Hopefully that's what you wanted. Edit: In your case you can use: loadOut[] = { "ItemCompass", "ItemMap", "Exile_Item_XM8", "ItemRadio", "Exile_Item_PlasticBottleFreshWater", "ItemGPS", "rhs_weap_mk18_grip2_KAC", "rhs_mag_30Rnd_556x45_Mk318_Stanag", "B_Carryall_cbr", "V_PlateCarrierIAGL_oli", "U_B_CombatUniform_mcam_vest", "rhs_6b27m_ml_bala" }; But i don't know, if that will work with RHS-Items
-
Error 'invalid default value' when importing default database 0.9.4
Jenartor replied to Tobias Solem's topic in MySQL
It's possible to use MySQL 5.5 for Exile 0.9.4, but you have to do much more work. I couldn't update my server that easily to a newer MySQL Version, so i found a workaround with triggers and correct use of 5.5 Syntax. You need to edit the .sql file before importing, so that you can use it with 5.5 and then you have to create triggers for each table, which will do the same as the 5.6 Syntax If you want you can download my modified .sql here: https://github.com/Jenartor/Exile_sql It's all ready to import with any tool you want, even from the console. For now it's working fine on my Server with mysql5.5. -
The ones which were bought disappear. After buying they got saved correctly into the Database. But at Server-Restart the table vehicles got cleaned and not one of the bought vehicles spawn.
-
Hey guys, I have a strange problem/bug on my Exile-Server. Everytime I start the server, all the vehicles are deleted from the Database and not spawned. The vehicles were saved into the database correctly, but after the server started ... they are all gone. So no one of my players have their cars, regardless where they were parked. My Exile-System: Exile 0.9.4 - Server & Client DMS A3XAI