-
Content count
44 -
Donations
0.00 EUR -
Joined
-
Last visited
-
Atreides52 started following [47LG] Cavadus
-
The install instructions are slightly out of date. In my mission.sqm on Line 25 I have. addons[] = {"exile_client","A3_Ui_F","Ryanzombies","ryanzombiesfunctions"}; I don't even have an AddOnsAuto[] array in my mission.sqm and this array SHOULD NOT be inside of the mission Class but above it. Below is my entire mission.sqm for reference:
-
[Release] Exile Occupation (Roaming AI) & More - updated 2019-01-23
[47LG] Cavadus replied to second_coming's topic in Add-ons
FEATURE REQUEST: Any chance large territory raids could be a thing? Like, check for online players inside of a territory, give a specific % chance to spawn a group in, and have it move in attack the players and buildings? Throw some % chance, group size + random, and AI difficulty settings in the config. Maybe make them parachute in too? So a a chopper comes in, drops'em off, and provides the AI a little air support too. Or perhaps utilize the already existing roaming choppers for this? Would love to have more content where the AI comes to the players. One of the biggest issues with most mission systems is since players are almost always on the offensive everyone just grabs some heavy duty sniper rifles and engages from 600 - 1000 meters since it's isn't very hard and is incredibly safe. Or would this be more a request for DMS itself?- 3161 replies
-
- survivor ai
- random ai
- (and 9 more)
-
Fuck if I know. All of mine are absolutely infested. EDIT: I believe it may be specific to Tanoa. kuplion said he was working on it and that something is fucked in ZombieDeleter.sqf. Again:
-
Yeah, ExileZ 2's scripting that prevents zombies from spawning in or near safezones doesn't work, jackass.
-
@NIkita Bel It's just saying you'll get 100 tabs plus up to 100 more random tabs. Not exactly sure why the round function is used unless tabs aren't using an integer data type. I suppose if they're a float or double the round would ensure only integers are used so you can't loot, say, 100 + 71.25 pop tabs or somesuch. It doesn't run the tabs assignment on kill. If you follow the web console of your server you'll see that the AI's tab count is assigned when the occupation mod spawns that specific AI in as part of its loadout.
-
[Release] Exile Occupation (Roaming AI) & More - updated 2019-01-23
[47LG] Cavadus replied to second_coming's topic in Add-ons
I had to use the claim-non-persistent-vehicles script to gain this functionality. Not what you're looking for, I'm aware, but just saying. If there was a way to do this without that script I'd like to hear as well.- 3161 replies
-
- 1
-
- survivor ai
- random ai
- (and 9 more)
-
@BetterDeadThanZed For the 0x0 safe zone are those the a and b values in class Item130 in the code you provided?
-
Title says it all. Running ExileZ 2 and I'm getting heaps of zeds spawning in my safe zones. Can't kill'em with guns which is super irrtating because of the safe zone and with no fix for zeds spawning in there likely I'd like to just disable the safe zones entirely. Did some google-fu but only came across some very out of date threads. I presume I'm deleting a class inside of my mission.sqm but I'm unsure which classes exactly. Any info would be greatly appreciated!
-
[Release] Exile Occupation (Roaming AI) & More - updated 2019-01-23
[47LG] Cavadus replied to second_coming's topic in Add-ons
Maybe there's a custom DMS mission that already does this?- 3161 replies
-
- survivor ai
- random ai
- (and 9 more)
-
I just use the mouse over coordinates from izurvive and have no issues.
-
[47LG] Cavadus started following Trader Inventory: Any way to set it to what's actually been vendored? and Flag menus
-
Trader Inventory: Any way to set it to what's actually been vendored?
[47LG] Cavadus replied to [47LG] Cavadus's topic in Configuration
Yeah, that's exactly what I'm interested in. Right now I'm kind of to the point where I'm going to delete all of my traders and use @second_coming's roaming trader for the time being. I come from the DayZ/Epoch side of things so I'm aiming for a hardcore survival server. The issue I have with traders currently is that people just vendor, vendor, vendor to gain respect but actually scavenging and storing extra gear at a base is relatively pointless when you can just put tabs in a locker at a trader and load up every time you visit. -
[Release] Exile Occupation (Roaming AI) & More - updated 2019-01-23
[47LG] Cavadus replied to second_coming's topic in Add-ons
Quick config question. Currently the vehicles used by the roaming AI cannot be sold to the trader. How do I change that?- 3161 replies
-
- survivor ai
- random ai
- (and 9 more)
-
[Release] Exile Occupation (Roaming AI) & More - updated 2019-01-23
[47LG] Cavadus replied to second_coming's topic in Add-ons
I run this mod with zero issues whatsoever and have tweaked the settings extensively. In fact, this is one of the few mods that installed easily and has rarely ever given me issues.- 3161 replies
-
- survivor ai
- random ai
- (and 9 more)
-
Trader Inventory: Any way to set it to what's actually been vendored?
[47LG] Cavadus posted a topic in Configuration
As the title says, looking to replace the current traders' unlimited-everything inventory with just the gear that players have actually sold to them (perhaps on top of some basic stuff). Is there any way to do this? -
Was adjusting some trigger positions and I saw the NoMansLand class in TriggerPositions.sqf. What is that, exactly?