-
Content Count
139 -
Joined
-
Last visited
-
Medals
Posts posted by Whitey01
-
-
Discussions, nonsense and other things:
-
Does anyone have the loot positions for the Cam_Lao_Nam map?
-
Download is gone?
-
@xPooRLoCKerBoYx
Create an init.sqf in your MP Mission PBO and write the call into init.
-
I've also been playing since the beginning.
And now the last few years Arma3.
And after all these years it's still fun. 😀
-
That's nice to hear.
I wish you a lot of fun on the server! 😎
-
Ah OK thanks. 👍
-
Hello friends.
I have some custom sounds on our server and add them to mission.pbo.
Unfortunately, this increases the size of the PBO and load times.
Is there a possibility to pack the sound files on the server like for example the a3_custom.pbo?
Which path should I then specify in the description.ext?
Lg Whitey -
Since I can't get the problem under control, I decided to use a script because it's all about the drag and drop function.
But unfortunately I don't get anywhere either.
There is no menu that can be selected.
Does anyone have experience with this script or does anyone know whether it even runs under Exile?A3 Wounding System - AIS Revive
-
Post Deleted
-
It is best to test with different helicopters.
I mean the UH-1H are the most buggy!
-
@El' Rabito
Thank you very much for the script!
Works perfectly.Unfortunately, I don't know how to enter that into the wastedumper.
I think it belongs in the ExileClient_gui_wasteDumpDialog_event_onSellButtonClick.
But I don't know how the codes have to be brought together. -
That's exactly how I got there!
But then unfortunately it's over. -
That's exactly what I'm looking for.
Example:
Gold bars are only bought from the Banker.
But unfortunately I got no further with the existing codes. -
Is it possible to exchange only one item for another?
Example:
1 Gold bar for a Diamond.
1 Diamond for a Gold bar.And would it be possible to swap an item for a Vehicle?
Example:
100 Diamonds for an armed Vehicle. -
-
I do not know if that will bring anything ...
... but what if you used the following.
_mapsizeX = worldSize;
_mapsizeY = worldSize;
Would that limit the map to the playable map? -
I have a Custom ExileServer_system_event_supplyBox_start.sqf
so that the drops are randomly distributed on the card.
ExileServer_system_event_supplyBox_start.sqf
Spoiler/** * ExileServer_system_event_supplyBox_start * * Exile Mod * www.exilemod.com * © 2015 Exile Mod Team * * This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/. */ private["_airportPositions","_config","_markerTime","_filteredAirportPositions","_dropAltitude","_dropRadius","_boxType","_airportPosition","_position","_marker","_box","_itemClassName","_itemCount","_i","_supplySmoke","_parachute"]; //_airportPositions = call ExileClient_util_world_getAllAirportPositions; _config = configFile >> "CfgSettings" >> "Events" >> "SupplyBox"; _markerTime = getNumber (_config >> "markerTime"); _dropAltitude = getNumber (_config >> "dropAltitude"); _dropRadius = getNumber (_config >> "dropRadius"); _boxType = selectRandom (getArray (_config >> "types")); _spawnCenter = getArray(configFile >> "CfgWorlds" >> worldName >> "centerPosition"); _min = 0; _max = worldSize/2 - _dropRadius * 2; _mindist = 20; _water = 0; _shoremode = 0; _position = [_spawnCenter,_min,_max,_mindist,_water,5,_shoremode] call BIS_fnc_findSafePos; _position set [2, _dropAltitude]; ["toastRequest", ["InfoTitleAndText", ["Supply drop incoming in 10 Minutes!", "Check your map for the location."]]] call ExileServer_system_network_send_broadcast; _marker = createMarker [ format["ExileSupplyBox%1", diag_tickTime], _position]; _marker setMarkerType "ExileHeart"; uiSleep (60 * 5); ["toastRequest", ["InfoTitleAndText", ["Supply drop incoming in 5 Minutes!"]]] call ExileServer_system_network_send_broadcast; uiSleep (60 * 4); ["toastRequest", ["InfoTitleAndText", ["Supply drop incoming in 1 Minutes!"]]] call ExileServer_system_network_send_broadcast; uiSleep (60 * 1); _box = createVehicle ["Exile_Container_SupplyBox", [0, 0, 0], [], 0, "CAN_COLLIDE"]; _box setPosATL _position; _box setDir (random 360); clearBackpackCargoGlobal _box; clearWeaponCargoGlobal _box; clearMagazineCargoGlobal _box; clearItemCargoGlobal _box; { _itemClassName = _x select 0; _itemCount = _x select 1; for "_i" from 1 to _itemCount do { [_box, _itemClassName] call ExileClient_util_containerCargo_add; }; } forEach (getArray (_config >> "BoxTypes" >> _boxType >> "items")); _supplySmoke = createVehicle ["Exile_Ammo_SmokeShellOrange", getPos _box, [], 0, "CAN_COLLIDE"]; _supplySmoke attachTo [_box, [0, 0, 0.5]]; _parachute = createVehicle ["O_Parachute_02_F", getPos _box, [], 0, "FLY"]; _parachute setPosATL _position; _parachute setDir (getDir _box); _box attachTo [_parachute, [0, 0, -1.2]]; waitUntil { ((getPos _box) select 2) < 1.5 }; detach _supplySmoke; detach _box; _parachute disableCollisionWith _box; _box disableCollisionWith _parachute; _position = getPos _box; _position set [2, 0]; _box setPos _position; _box setVelocity [0, 0, 0]; uiSleep (60 * _markerTime); deleteMarker _marker;
config.cpp
Spoilerclass SupplyBox { /* Drops a supply box on a parachute next to a random airport on the map. The box may contain items. The box can be transported to a territory and installed to become a normal storage container. */ type = "spawn"; function = "ExileServer_system_event_supplyBox_start"; minTime = 20; // minutes maxTime = 60; // minutes minimumPlayersOnline = 1; dropRadius = 500; // 500m around an airport (including the main airport on Altis!) dropAltitude = 100; // altitude of the drop markerTime = 30; // minutes /* These are different types of boxes can be dropped. You can specify the cargo a box should contain. The type of box is chosen randomly from the following list. Add a type multiple times to increase the chance of being used. */
-
Hi inmates.
Does anyone of you know where I can adjust the map size.
With us, the supply box event boxes always end up outside the map.
Lg. Whitey -
Special Gold Transporter
Es gibt ein bis zwei Special Gold Transporter die ein mal pro Restart spawnen.
Diese haben 500 Goldbarren geladen und somit einen hohen Verkaufswert..
Such es und hol dir das Gold.Achtung, die Bewacher sind schwer bewaffnet und mit Racketenwerfer ausgerüstet !!!
Special gold transporter
There are one or two special gold transporters that spawn once per restart.
These loaded 500 gold bars and thus a high sales value ..
Find it and get the gold.Attention, the guards are heavily armed and equipped with rocket launchers !!!
-
So I'm out of there. 🙂
That exceeds my knowledge and unfortunately I don't know anyone who could.
Well, it's a shame not to change.
But thank you for your reply ! -
@ServerAtze
Thanks for the answer.
I already know how to put a trader on the server.
Also what he should "sell".
But is it possible to tell the trader that he only takes "gold bars" instead of pop tabs.
So Vehicle XY costs 10 gold bars. -
Yes but how ?
I don't know, that's the problem. 😞 -
|
--------------------------------------------------------
Neueste Änderungen
--------------------------------------------------------
|
Extended Base Mod
in Addons
Posted
My Entry in config.ccp
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//EBM Loot
ExileClient_system_lootManager_thread_spawn = "Custom\LootManager\exileclient_system_lootmanager_thread_spawn.sqf";
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////