Search results

  1. Lexx

    Fallout 2 mod Fallout et tu - Release v1.12

    Yeah, the dehydration status is actually never checked for. Even in the base game. Will have to add a new variable to track it, probably. Not sure yet.
  2. Lexx

    Fallout 2 mod Fallout et tu - Release v1.12

    Because no_menu has no shadow (for obvious reasons) and I wanted the main menu to look like the original, and not like fan fiction. Because ettu is not RPU and I couldn't be arsed to rebuild the map. Maybe try with the english version. The crash might be related to your translation.
  3. Lexx

    Fallout 2 mod Fallout et tu - Release v1.12

    Combat flag strings are very limited. This is not an ettu bug, but a general vanilla game / engine issue. If we would try to fix this, we would need a bazillion new strings to cover all critter types.
  4. Lexx

    Fallout 2 mod Fallout et tu - Release v1.12

    1. It depends a lot on who gets spotted first. If the NPC gets spotted, the mantis will attack him and you will watch. If you get spotted first, the mantis will attack you and the NPC waits it out. This is because all 3 parties here have a different team ID. 4. It's not impossible, it's just...
  5. 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...
  6. 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. :>
  7. 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/
  8. Lexx

    Reverse engineering Fallout 2

    If I could do it, I would have done it like 1 or 2 years ago.
  9. 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.
  10. Lexx

    Fallout Et Tu (Mouse lag then freeze)

    https://www.cncwrapper.com/
  11. 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.
  12. 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.
  13. 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.
  14. 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.
  15. Lexx

    Need Fallout Et Tu help

    Did you start the game with the fallout2.exe file inside the fallout1in2 folder?
  16. 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...
  17. 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...
  18. 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...
  19. Lexx

    New animations 2

    Turns out I never posted about it here.. probably because I never finished it. 3 years ago I started working on the spear set for the Ian critter (blue pants leather jacket), since there is a bug in Fo1 where the bandits are given spears as a weapon in an encounter with the BoS, but can't use...
Back
Top