Recent content by Lexx

  1. Lexx

    Fallout 2 mod Fallout et tu - Release v1.12

    1. It's just the game being the game, can't fix more than I already did. 2. It's vanilla behavior. I don't want to fan-fic write some floats for him. 3. It's intended behavior. Not all wasteland critters are hostile. 4. You can argue that their target was the trader, not you. 5. Intended...
  2. Lexx

    Fallout 2 mod Fallout Sonora 1.15 and Sonora Dayglow 1.15 Vanilla Translation

    Weird coming from you, who constantly finds issues with the interface. :>
  3. Lexx

    Reverse engineering Fallout 2

    We primarily need full array functions and many of the event handler functionality. Preferably all of them, for best compatibility of every mod that uses Sfall to date. https://sfall-team.github.io/sfall/hooks/
  4. Lexx

    Reverse engineering Fallout 2

    If I could do it, I would have done it like 1 or 2 years ago.
  5. Lexx

    Reverse engineering Fallout 2

    I just wish more focus would be put on bringing back important Sfall features. I'd love to port ettu over to the CE, but it requires more Sfall features like arrays and specifically event handlers, etc. Without that it's just not going to happen.
  6. Lexx

    Fallout Et Tu (Mouse lag then freeze)

    https://www.cncwrapper.com/
  7. Lexx

    Fallout 2 mod Fallout et tu - Release v1.12

    Changelog You can find the latest release here. Didn't want to sit on those fixes for too long and decided to do an early release instead of waiting much longer.
  8. Lexx

    Fallout Et Tu (Mouse lag then freeze)

    Mouse lag, freezes with latest Win11, etc. -> https://github.com/rotators/Fo1in2/issues/293 Also it helps to check out the CNC wrapper, which at least for me fixed all Win11 issues.
  9. Lexx

    how to delete/remove wall blocker tiles?

    If you use the high-res patch for the mapper, press the new TBOV button. Else go to tools -> Toggle Block Obj View. Remember to toggle it off again before saving, since the mapper will save the visible objects into the map.
  10. Lexx

    How do I make my mods as modular/compatible as possible?

    Not currently possible. The engine simply isn't modular enough in those areas.
  11. Lexx

    Need Fallout Et Tu help

    Did you start the game with the fallout2.exe file inside the fallout1in2 folder?
  12. Lexx

    The Digital Antiquarian on the history of Fallout

    The Ian meme gets really tiresome. That said, am I the only one who actually never experienced getting shot into the back by him? It's over 20 years now and I can't recall a moment like that, ever. Fo1 bartering with companions still cost money. At least taking stuff from them. However, using...
  13. Lexx

    Fallout 2 utility Femics Fallout 2 Modding Guide

    That error is telling you exactly what the error is.... ; is missing after node025? Also your if-then is wrong. If you write if ... then... else... the compiler reads it as everything written into a single line. However, you have a linebreak in your code due to writing Reply() and then...
  14. Lexx

    Fallout 2 mod Fallout et tu - Release v1.12

    Disabling the party leveling is ez. You can just override the party file. Sfall seems to support enable/disable scripting for it, so I have added a new config option for that now as well. Disabling the party armor change is ez too -- delete the file gl_partyarmor.int in the...
Back
Top