A SetAlly problem that's driving me stir crazy.

Post » Tue Sep 21, 2010 5:56 pm

Okay, this is making me completely crazy because I can't wrap my mind around it, but first, some links...

http://newvegasnexus.com/downloads/file.php?id=37919.

http://www.mediafire.com/?1kwhxhki9tcn0ux.

So, I've been working hard on that of late, probably only for a very small audience, as there are likely only a few people who'd appreciate something like that. I wanted to get more automation into it so that the player would have less to type to set it up, and I managed all that. I even found a workable workaround for the HasPerk not returning perk ranks issue, it's not particularly fabulous, but it'll do.

There's a problem though, and I just simply don't understand it. The problem is fire ants. I've got their factions in the SetAlly for the Mutate Scholar perk, but they're still hostile. But if I use the same code via the console, it works.

Here's some helpful info:

- All the perks in the mod can be found by searching 'scholar' in the GECK.
- The sole trait can be found by searching 'researcher'.
- The quest, script, and related bits & bobs can be found by searching 'paac'.

Now, take a look at what my Mutate Scholar perk does. That doesn't work for fire ants. It works for fire geckos, mantises, but not for fire ants. I don't understand why, it's very confusing, and I would hugely appreciate any help. I mean, someone's bound to know what incredibly ignorant, stupid and dunderheaded thing I'm doing here, right?

Here's a little more info.

- player.addperk ##00109F

That'll add the Mutate Scholar perk to your character. That has the line SetAlly VCrFireAntFaction PlayerFaction 1 1 in it. That doesn't work.

However, typing this in the console does:

- setally 0014f3f9 0001b2a4 1 1

It's exactly the same thing, but one works, and one doesn't! x_X *falls over.*

Help, please? This is making me insane. I can't see any problems here. I've even tried calling the refids directly in the code, nothing. I've tried having a perk set ONLY fire ants, nothing, I've even tried shifting the script out of the quest-script and into my primary script, and nothing. Nothing works, nothing helps, and it's not like it's broken since other animals work just fine.

Is something funky going on here with the GECK?

Any help anyone could provide, even if just to tell me that I'm not going crazy, would be hugely, vastly, massively appreciated. I cannot convey to you how much.
User avatar
Kim Bradley
 
Posts: 3427
Joined: Sat Aug 18, 2007 6:00 am

Post » Tue Sep 21, 2010 3:06 pm

I just fixed it by recreating the quest that the perks/script rely on.

Why did that fix it?

I don't know.

IT IS A MYSTERY.

dsiaoghda
gha
gdoiafgangiocnxzlkvn.bnxz
vnczm
vnsdnbgspznp
hd
pgsha
pgdjaopgjsapgh
dsapigjsdagh
adghadp
igh
adsgipadsfiew-0ajga
ewjpag
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBOOM

Regardless, it works now. And I'm really fascinated as to why. So if anyone wants to compare and contrast to find out how I made it not work, feel free. I'll have a new version up soonish.
User avatar
marina
 
Posts: 3401
Joined: Tue Mar 13, 2007 10:02 pm

Post » Tue Sep 21, 2010 5:51 pm

Perks only run one quest entry per perk level, for some reason, usually the first. Your edit might have reordered them.
User avatar
Tiffany Castillo
 
Posts: 3429
Joined: Mon Oct 22, 2007 7:09 am

Post » Tue Sep 21, 2010 6:53 am

You'd think, wouldn't you? But here's the crazy thing...

Before:

player.removePerk
player.addPerk
player.removePerk
player.addPerk
player.removePerk
player.addPerk

Nothing.

After:

player.removePerk
player.addPerk
player.removePerk
player.addPerk
player.removePerk
player.addPerk

Worked every time. I know it did because I put debug showMessage instances in the code to be absolutely sure. I threw in almost OCD debugging after that WIP version, when I redid the quest.

So apparently it is possible to do that. It might be possible to do that because I ticked on the box where it said that stages could be repeated (I noticed that this was necessary in the Generic quest, which I based this off of), that was ticked in both the old version and new. And in the new version, it can rerun stages with no issues.
User avatar
meghan lock
 
Posts: 3451
Joined: Thu Jan 11, 2007 10:26 pm


Return to Fallout: New Vegas