-
Content count
183 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
50 ExcellentAbout disto1978
-
Rank
Capo
- Birthday 05/02/1978
Recent Profile Visitors
1553 profile views
-
Sounds great Chris, many thanks!
-
Hey, is it possible to give admins build rights in other territorys by InfiSTAR AH or InfiSTAR TM? In Arma2 i remember for an option in InfiSTAR to build in other territorys.
-
1st person only for helicopters / air vehicles
disto1978 replied to disto1978's topic in General Discussion
I tried this, but no effect. Is it possible infistar is blocking this? -
1st person only for helicopters / air vehicles
disto1978 replied to disto1978's topic in General Discussion
Helpful? ...not really, sorry Yes I know google and I used it already. There are a lot of hits to this topic, but most of them are outdated or not recommend for performance reasons. I found a working solution by combine some of the scripts I found... if (!isDedicated) then { waitUntil {!isNull (findDisplay 46)}; if ((difficultyOption "thirdPersonView")==1) then { if ((vehicle player) isEqualTo player) then { while {true} do { if (((vehicle player)isKindOf "LandVehicle") && (speed (vehicle player)) >= 10) then{ player switchCamera "Internal"; }; sleep 0.1; if (((vehicle player)isKindOf "Helicopter") && (getPosVisual (vehicle player) select 2) > 10) then{ player switchCamera "Internal"; }; sleep 0.1; if (((vehicle player)isKindOf "Plane") && (speed (vehicle player)) >= 60) then{ player switchCamera "Internal"; }; sleep 0.1; }; }; }; }; Working fine so far. It would be nice if the player get a warning if he enter a helicopter that 1st person is forced in flight, someone can help me to add a code for the warning message? -
Hello guys, I´m looking for an solution to force 1st person view in helicopters / air vehicles only. I just found some scripts to restrict 3rd person in combat, but how to restrict it only in helicopters / air vehicles? Can someone help me out pls?
-
[RELEASE] ExileZ Mod by [FPS]kuplion - Based on ExileZ 2.0 by Patrix87
disto1978 replied to kuplion's topic in Add-ons
Sounds great, thx! If it helps the old FuMS mod had an option to spawn the raptors. -
[RELEASE] ExileZ Mod by [FPS]kuplion - Based on ExileZ 2.0 by Patrix87
disto1978 replied to kuplion's topic in Add-ons
@kuplion Is it thinkable to add JurassicArma optional to this mod? http://www.armaholic.com/page.php?id=27163 The functionality seems to be similar to Zombies&Daemons -
Hey guys, is this tool still working? I tried to set up but i just get empty pages. All steps from the readme done, both files edited but if i try to open the index.php or any other link I just get an empty page. Tested on Windows (IIS) and Linux (Apache) Got it working, thx @Choppra for sharing!
-
[Release] Exile Occupation (Roaming AI) & More - updated 2019-01-23
disto1978 replied to second_coming's topic in Add-ons
With that settings boats are spawning on our server... ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Roaming Boats Setup ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Settings for roaming seaborne AI (non armed boats will just sail around) SC_maxNumberofBoats = 2; SC_occupySeaVehicleIgnoreCount = false; // true if you want spawn vehicles regardless of overall AI count // Array of boats which can be used by AI patrols (the number next to next vehicle is the maximum amount of that class allowed, 0 for no limit) SC_BoatClassToUse = [ ["B_Boat_Armed_01_minigun_F",1], ["I_Boat_Armed_01_minigun_F",1], ["O_Boat_Transport_01_F",0], ["Exile_Boat_MotorBoat_Police",1] ]; SC_occupyBoatUseFixedPos = true; // True if you want to specify the patrol positions and radius of the area to patrol / false for random // if you set SC_maxNumberofBoats higher than the number of static positions, the remainder will be random // they will also ignore any blacklisted areas SC_occupyBoatFixedPositions = [ [[200,200,0],2000,"Tanoa"], // [[x,y,z],radius,"mapname"] leave no spaces between [[400,400,0],2000,"Tanoa"], [[14000,5000,0],3000,"Tanoa"], [[16000,16000,0],3000,"Tanoa"] ]; ...just the positions need a bit adjustment- 3161 replies
-
- survivor ai
- random ai
- (and 9 more)
-
Wow, a few versions of Exile later and we have the same problems with broken bases. Is there a working solution for current Exile build 1.0.3? The base code of ExileServer_util_extDB2_createMessage.sqf is different than 0.9.4 this thread has started with. It would be great if someone can post a working code please.
-
[Release] Exile Occupation (Roaming AI) & More - updated 2019-01-23
disto1978 replied to second_coming's topic in Add-ons
Ohh ...then the question goes to @kuplion- 3161 replies
-
- survivor ai
- random ai
- (and 9 more)
-
[Release] Exile Occupation (Roaming AI) & More - updated 2019-01-23
disto1978 replied to second_coming's topic in Add-ons
Helly Guys, Hey @second_coming We had a longer break with exile and want to give it a try again. Occupation is really nice, but what i miss is a option to spawn random AI in towns,citys,villages if players are near/inside like in good old A3XAI. Maybe a 90% chance to spawn groups of 4-10 AI in bigger citys, 60% chance of 3-6 AI in towns and 30% chance of 2-3 AI in villages, if you know what i mean. AI should only spawn if a player enter the area and search for them. I don´t like the static AI option cause the players know after short time where the AI is and how many in which area. Also the static AI does not respawn after get killed by players. It would be better if the AI is more random and incalculable. Is that possible with Occupation or someone know a other working script? A3XAI was great but it´s extreme outdated and have bad performance.- 3161 replies
-
- survivor ai
- random ai
- (and 9 more)
-
Advanced Sling loading blocked?
disto1978 replied to BetterDeadThanZed's question in Third Party Mods
Yeah that's right, but would be nice if the menu work. Why the menu is not shown? I think it´s not InfiStar who block this, is this from exile? -
Advanced Sling loading blocked?
disto1978 replied to BetterDeadThanZed's question in Third Party Mods
Did you (or someone else) figured out how to get this window working to choose single or double sling load? -
Enigma Exile Revive - v0.80 [UPDATED 08/09/16] 1.02 Compatible
disto1978 replied to happydayz's topic in Scripts
We are set up a new Exile Tanoa server, does someone get the revive script working with 1.0.0 or better to wait? Some informations the Devs implement revive to Exile in the near future?