Search results

  1. A

    F2LC problem

    Okay, great. Now just the 13 year patch to go
  2. A

    F2LC problem

    Sorry, my fault. Redownload it, it should work now
  3. A

    F2LC problem

    Thanks :)
  4. A

    F2LC problem

    dude_obj, I've tried everything, and I still have the problem. The debug output only works via batch file/command prompt with the environment variable DEBUGACTIVE set. I think my problem is a path problem or something, though I haven't found a solution yet. The game does almost work with it...
  5. A

    F2LC problem

    Still no luck with the debug patch, basically this is my problem: I apply the patch, update the cfg file etc. Then I try and run from explorer and nothing happens (game works, but no debug windows), so I go to CMD prompt and run fallout2.exe, and it works (debug windows are visible) up until the...
  6. A

    F2LC problem

    It shouldn't matter whether or not FO2LC.FLC is UK 1.02, or US 1.02. It works like this: Checks for FO2LC.FLC, if it exists, use it, if not use fallout2.exe, then it checks file size for version number, and applies appropriate patch. The US exe runs fine on the UK version for me (may need the...
  7. A

    F2LC problem

    I'm gonna look into fixing this problem asap, I may aswell add the other features aswell. Does anybody know how to prevent the 13 year limit? Cause I haven't found it out yet. As for the resolutions, theres no point in me adding that until its finished, but it's definetely something I want to...
  8. A

    Fallout2.exe Patcher

    Heres some basic Delphi code to create a loader that will enable the Pipboy from the start (Note: I just made this code up, it may not compile, but all the syntax should be correct, plus conversion to C++ should be pretty simple) Var StartInfo : TStartupInfo; ProcInfo ...
  9. A

    Starting position in worldmap

    Hmm, I can't remember what happened when I tested all this now, and I can't test it at the minute. I think if you start on a random encounter map, the starting position is over Arroyo, but starting at a city makes the player start there. I might be wrong about this. Another problem is the...
  10. A

    Ugly Hack: FO2 World map slower (Bring back encounters!)

    Okay :) I'll have a look at that and see what I can do, should be fine.
  11. A

    Ugly Hack: FO2 World map slower (Bring back encounters!)

    Great, thanks for that. I'll add that into the next version of my FO2LC program when I can.
  12. A

    start game modifications

    A couple of alternatives: 2. Its easy enough, I think, to change the background on the menu screen. If you want to alter the game name in the bottom right, you can use my FO2LC program. 4. Use my FO2LC program, or a different program that will enable Pipboy from the start. I think you...
  13. A

    Fallout time removal mod?

    Great, I'll do that when I have time
  14. A

    Fallout time removal mod?

    Aye, there is no active solution to this yet it seems. I may add Platon's solution into one of my loader/patcher programs one day and see if it works, I want to know what he means by clean though...and how annoying it'll be to test, lol.
  15. A

    FO2 Loader Creator

    Okay, I've made a new version now. Download it at the same place www.spacetrain.com/FO2LC.zip This version comes with a file called FO2LC.FLC, which is basically the US 1.02 version of the EXE file (renamed). Whenever you distribute a mod with a loader made by FO2LC, you'll need to distrubute...
  16. A

    FO2 Loader Creator

    I wonder if its legal to distribute an unpatched EXE, I presume that it is. Logically, to get around the version issues, you could rename fallout2.exe as MyMod.exe (example) and create a loader as MyModLoader.exe (again, example). Now, I'd have to alter my FO2LC program to load the game from...
  17. A

    Fallout 2 memory offsets

    Unfortunately, taking 411A00 hex away from the hex ofsets only works for some. I tried it myself. I did have all the equivalent hex offsets, they are all in my EXE Patcher program, but I lost my hard-disk will all the source code on :? I did manage to find all the memory addresses by looking...
  18. A

    FO2 Loader Creator

    Okay... Yes you can name the exe to anything at all that you want. The loader reads the filesize, and then chooses the offsets for the version it finds. If anybody fancies helping find the equivalent offsets in other versions, it'd be helpful, I don't have the time at the minute. NOTE...
  19. A

    Fallout 2 memory offsets

    Okay, here are the offsets I know. If anyone would like to me help find the equivalents in other versions, please do, and post your finds on this topic. [UK 1.02] pipboy = $4971C1 citypatch = $4BF56B nomovie = $44E840 malestart = $5002E8 femalestart = $5002F0 maledefault =...
  20. A

    FO2 Loader Creator

    You can download my new program FO2LC here: www.spacetrain.com/FO2LC.zip *It is a BETA, there may be some bugs.* Okay, this program will basically create an EXE file for you which will work as a loader for your mod. It includes the following features: Change starting map Change start...
Back
Top