1Man
Member-
Content count
437 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
100 ExcellentAbout 1Man
-
Rank
Underboss
- Birthday 09/03/1973
Personal Information
- Homepage
Recent Profile Visitors
1837 profile views
-
Powerstriker46 started following 1Man
-
I downloaded that script and man o man this will be a challenge to port to Exile
-
Thanks but all credit goes to you since you gave me 95% of what I needed
-
Glad to lend assistance
-
Try this just edit it as needed batch then edit your config.cfg to this requiredBuild = 142559; // 1.74 stable
-
Yup its live on all my servers
-
All credit goes to Janski for his amazing addon ExAd This is just an edit to add Exile_Container_SupplyBox so players can craft them to use with looting missions, looting in general or moving their bases, they are not persistent after restart unless you still have the install option under class CfgInteractionMenus This is assuming you already have ExAd installed and working on your server with exad_dv.pbo in your @ExileServer\addons folder Go to your mission.pbo [I.E. Exile.Altis] open up config.cpp with notepad++ or your primary editing tool Find extraApps and add at the end ,"Supply_Box" It should look like this Then go to the bottom of your ExAd XM8 Class and add this class Supply_Box { title = "Supply Crate"; bambiState = 0; vehicleClass = "Exile_Container_SupplyBox"; recipe[] = {{"Exile_Item_WoodPlank",2}}; packable = 1; quickFunction = "['Supply_Box'] call ExAd_XM8_DV_fnc_spawnVehicle"; }; it should look like this repack pbo and restart server
-
aussie battler I sent you a message
-
Do you have double quotes in your config.cpp?
-
Search is a wonderful thing
-
1 More idea would be an option to revive the AI atleast 1 time, seems a bit expensive if he gets nailed within a few seconds of fighting and I know you can loot the body to recoup some of the costs but just a thought.
-
Just an idea but maybe use Exile_Item_MobilePhone because its a rarely used item except on breaches
-
Its your zombie mod in your server addons folder
-
ExAd - Package of Virtual Garage|XM8|StatsBar|Halo & Parachute|Admin Events|Hacking|Grinding|Vehicle Upgrade
1Man replied to Janski's topic in Scripts
Oh you want to change the Server Rules on the 1st page of XM8 to bring up your rules right?- 2256 replies
-
- virtual garage
- vg
- (and 20 more)
-
ExAd - Package of Virtual Garage|XM8|StatsBar|Halo & Parachute|Admin Events|Hacking|Grinding|Vehicle Upgrade
1Man replied to Janski's topic in Scripts
I am assuming this but it should work in config.cpp inside your mission file find class ExAd_Info { title = "Server Rules"; controlID = 50100; logo = "ExadClient\XM8\Apps\Info\Icon_SI.paa"; onLoad = "ExAdClient\XM8\Apps\Info\onLoad.sqf"; onOpen = "ExAdClient\XM8\Apps\Info\onOpen.sqf"; onClose = "ExAdClient\XM8\Apps\Info\onClose.sqf"; }; change to class ExAd_Info { title = "Server Rules"; controlID = 50100; config = "xm8Apps\Apps\yourscript.sqf"; point this to you XM8 server rules sqf file logo = "ExadClient\XM8\Apps\Info\Icon_SI.paa"; onLoad = "ExAdClient\XM8\Apps\Info\onLoad.sqf"; onOpen = "ExAdClient\XM8\Apps\Info\onOpen.sqf"; onClose = "ExAdClient\XM8\Apps\Info\onClose.sqf"; };- 2256 replies
-
- virtual garage
- vg
- (and 20 more)
-
ExAd - Package of Virtual Garage|XM8|StatsBar|Halo & Parachute|Admin Events|Hacking|Grinding|Vehicle Upgrade
1Man replied to Janski's topic in Scripts
inside mission pbo find folder ExAdClient\VirtualGarage then file customize.sqf find ExAd_VG_CLEAN_ON_STORE = true; and change true to false.- 2256 replies
-
- virtual garage
- vg
- (and 20 more)