This attempts at creating a pie fight with guns. period. which it will when you run it. we have on the field of battle hunters enclave Pretorian guard, gang members, creatures and the occasional robot or other type of creature like lets say a pack of mole rats. its only in the past day or so that I nailed the spawn pool matrix. 175 actors are set into the game pool and turn into what ever create they want to be. its cool stuff. The script says they are leveled feral ghouls but I assure you I doubt you'll see any. That is because they turn into other things on the way. I love it. It blends in nicely with the other scripts and creates this dynamic fluid war that just feels peachy and your mates are on the go, they actually do most of the work for you and often inspire me to work harder when I see them acting that way. So for now I have one last thing to say. Enable AI threading and use six core threading for now. That should keep the game from crashing. If you do not have an i7 get one.
Okay You can load this game in any order you want but the results will vary depending on what goes first and last. play around with it a while and see if it jingles. we have 18 mods and i loaded mod 18 last for a reason...
these mods do a fair amount and use similar code so i had to duplicate the code into other files using the geck then reload the whole thing as an independent project. I want to add missiles and nukes but not today.. right now I feel like relaxing.
For those of you not in the know I just did a refurbish of china invasion mod and renamed it war land. That is a fallout 3 mod on this site. So the new findings from that mod have enabled me to add some pepper and salt to this one. using a fairly basic script. Like I said before I've added an actor random XYZ actor pool concept.
Okay here is that code and its free to use. Just understand that G and H are global variables. Here it is.
int b
int c
begin menumode
if b == 0
set h to getrandompercent * 1362
set g to getrandompercent * 2362
player.moveto goref h g
set b to 1
endif
end
begin gamemode
end
begin gamemode
if c == 0 && x < 175
set h to getrandompercent * 1362
set g to getrandompercent * 2362
ben4ref.resurrect
ben4ref.moveto goref g h
ben4ref.placeatme lvlferalghoul 25
set x to x + 1
set c to 1
endif
end
BEST LOAD ORDER TO USE. THE MOD MANAGER THAT COMES FROM NEXUSMODS IS VERY GOOD I WOULD TRY THAT FIRST SINCE IT WAS THEIR SOFTWARE THAT GENERATED THIS...
A quick pie fight with guns meant to tease the main actor into actually shooting back whether one wants to or not. Its a motivational tape for your eyes...
Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.