Jump to content

SpaceKGreen

Members
  • Posts

    3
  • Joined

  • Last visited

Nexus Mods Profile

About SpaceKGreen

Profile Fields

  • Country
    None

SpaceKGreen's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I ended up looking at another script right after my post and ended up with this: Scriptname PassPlayWUpdate extends Quest Event OnStoryIncreaseLevel (int aiNewLevel) float NewWeight = (aiNewLevel * 2) Game.GetPlayer().GetActorBase().SetWeight(NewWeight) Game.GetPlayer().QueueNiNodeUpdate() EndEvent It compiled just fine, no errors. I think I've found out how to implement it too. Thanks for the help though! EDIT: Actually, not having much luck implementing it. Time to experiment!
  2. I hope I'm asking in the right part of the forums... I had an idea of something I wanted to try in Skyrim, and after reading through several similar topics, and finding the commands I wanted in the creation kit wiki and SKSE, I wrote a small script. However, there seems to be a problem with one part that, well, as far as I can tell, shouldn't be having a problem. Scriptname PassPlayWUpdate extends Quest import ActorBase import Game ActorBase pActorBase = Game.GetPlayer().GetActorBase() float NewWeight Event OnStoryIncreaseLevel (int aiNewLevel) NewWeight = (aiNewLevel * 2) pActorBase.SetWeight(NewWeight) EndEvent It keeps flubbing on the line "ActorBase pActorBase = Game.GetPlayer().GetActorBase()", with the error " no viable alternative at input 'Game' ". I've read through various vanilla scripts and I'm pretty sure they use the same syntax I used. Knowing me, I'm probably missing something obvious, but this has me stumped. Does anyone know what I'm doing wrong?
  3. So I recently decided to replay Fallout 3. Completed most of Moira's quests, talked to Jane West, accepted the letter, came across Bigtown, accepted their quest, went to the Germantown Police HQ, and here's where I found my problem. Every time I enter combat with a Super Mutant inside the HQ, my game freezes. It doesn't matter which of my weapons I use (which is a lot), as soon as I take a shot or a whack and he starts looking my way, freeze. I'm able to shoot anything else in there, like the radroaches, but attacking a Super Mutant causes a freeze. I could just console kill them all, which doesn't trigger the freeze, but that's a lot of precious XP I'm losing. So I was wondering if anybody knew what was happening/how to fix it, in case this keeps happening after I leave. Don't want this to become another game I've abandoned to a gamebreaking glitch. Game stats: Fallout 3 GOTY via Steam No mods aside from what came with it Running windowed Using the bUseThreadedAI fix Using the Windows LIVE disabler Computer stats: Windows 7 Home Premium SP1 64-bit Intel Core i7-2630QM CPU @ 2.00GHz 2.00GHz 8GB RAM
×
×
  • Create New...