Jump to content

TGBlank

Members
  • Posts

    1620
  • Joined

  • Last visited

Everything posted by TGBlank

  1. scn bfpLongRangeActivateTestScript short oldlength ref target short count Begin ScriptEffectStart set oldlength to GetNumericGameSetting iActivatePickLength ;printc "Old pick length: %x", oldlength SetNumericGameSetting iActivatePickLength 40000; Or w/e range you fancy End Begin ScriptEffectUpdate set count to count + 1 if (count >= 4);NOTE 1: after several testings, this seems the minimal amount of frames needed to update the crosshair ref set target to GetCrossHairRef if (target) ;printc "target is: %n", target target.Activate player 1 ;target.castimmediateonself EnchFlamerEffect SetNumericGameSetting iActivatePickLength oldlength endif endif End Begin ScriptEffectFinish SetNumericGameSetting iActivatePickLength oldlength End Long range activating/targeting, replace the "target.activate player 1" with whatever enchantment you fancy (like, setting people on fire), targets items, people, doors, dogs, ants, rocks, chairs, anything and everything under the crosshairs, toy with the range to limit it in any way you fancy. Simply made by temporally increasing the length at which things highlight on cursor, waiting until the reference updates, and using FOSE's GetCrosshairRef. Needs to be called as an effect on the player, requires more than 0 of duration. Should be compatible with mods that affect the pickup distance, unless they do it dynamically AND for some unlucky reason they come to affect it JUST in the 4 frame window that this script uses. Not really likely. Requires FOSE. And please, please, sticky this thread ^_^
  2. Frank Horrigan was unable to unequip his armor, it was pretty much his life support. So no problems there.
  3. I'd love to... fight that thing... or many :ohmy:
  4. You are still failing here. - You do not have sc lover's resource. it is required for sc pimp and the wasteland player mod. - load only ONE of the galaxy news radio <insert number of songs here>, also make sure you have the required amount of songs, and organized in the very specific way the mod requires. - MaxLevel100 is likely to cause problems on its own, use the level cap workaround instead. - You do not have enclave commander, loading the fook compatibility plugin for enclave commander is bond to cause ctd. - Weapon Mod Kits may have issues with fook So far you have 2 things that WILL cause ctd at startup as they are. and 3 that are bond to bring trouble.
  5. GTS is currently down while they update, but to use gts to get to the pitt, you need the GTS - The pitt fix. maxLevel100 is prone to bring trouble. Remove: FOOK - Enclave Commander.esp FOOK - Anchorage.esp you are not running FOOK, stop loading FOOK PLUGINS >_< You're also not loading lover's resource, afaik, wasteland pimp requires it. Crash before even getting a menu means you're missing a master file, or you're loading something before the mods it requires.
×
×
  • Create New...