script

  1. TheKingofVault14

    The Infamous Kotaku Article, Covering Fallout 4's Script Leak.

    10 years ago from today, a draft of Fallout 4's script was leaked to The Internet, which was then covered extensively in an article done by Kotaku. Keep in mind that this was during the time of that well put together hoax, a hoax known as TheSurvior2299. When that was proven to be false, a...
  2. M

    Restoration Project and SFall script problems.

    I've just installed the F2 Restoration Project (2.3.3) which ALSO includes (as far as i know) the SFall. I've created a super simple script like so: procedure my_item_desc begin display_msg("Item new desc"); end ... procedure start begin variable who, cur_dmg_thresh, cur_dmg_resist, color...
  3. I

    Fallout 2 mod What's wrong with this script?

    So, I'm trying to make a drink that can be used multiple times until depleted. For that, I thought about creating a misc item and using the ammo as the drink content so it loses its "ammo" when consumed. But I already started badly, I can't even make the script count how much of it has left ^^"...
  4. S

    Error

    Just decided to try and make a simple mod for fallout 2 because I finished it not too long ago. So I downloaded all the stuff blah blah blah, anyway, the point is I'm trying to make some dialogue for my mod. Everything seems fine, except for one error that's preventing me from compiling my...
  5. Femic

    Header files not included into script but nevertheless used?

    Hi all, if you open ACKLINT.SSL located in the BIS Mapper scripts you'll see this: #include "..\headers\define.h" //#include "..\headers\<TownName.h>" #define NAME SCRIPT_ACKLINT #define TOWN_REP_VAR (GVAR_TOWN_REP_ARROYO) #include "..\headers\command.h" #include...
  6. banjo_oz

    Fallout 2 mod Help with hooking ondeath so some critters drop meat

    I've been trying to make a mod that checks a critter's PID when it dies (I may change it to art type for simplicity though) and if it is of a certain type, adds some jerky to its corpse's inventory. I'm really stuck trying to write the script, though. I presumed a global script that hooks into...
  7. RaySunderland

    Fallout 2 mod Tutorial to Create Basic Quests and NPCs

    I compiled an easy to read PDF guide that covers the following topics: Updating your copy of Fallout 2 with Killap's Restoration Project 2.3.3 and Burn's Restoration Project Update v16. Installing the SFall Script Editor 4.1.3 and BIS Mapper. Updating SFall and gathering all up-to-date source...
  8. 6

    Fallout 2 utility script compiler linux port

    Hi. Ported sslc script compiler source to Linux, it could be useful for someone. Tested on few scripts, got 100% equal int files as after original compiler.
  9. Zurgnunus

    Creating securitron race mod

    Seeing the recent FO3 super mutant race mod I got started in trying to make a mod that transforms you in a securitron, I got into contact with the guy who made the Were-claw mod on Nexus for his help, and he said what he did was to spawn a npc and dumb out the ai, problem is this makes you a npc...
Back
Top