Search results

  1. Mr.Stalin

    Inserting the new line in float_msg func.

    script function -> calls engine game code
  2. Mr.Stalin

    Inserting the new line in float_msg func.

    You can, study the engine code, make changes to the F2 engine code in sfall (you need to write hack code) :)
  3. Mr.Stalin

    Inserting the new line in float_msg func.

    any control chars in the game do not work.
  4. Mr.Stalin

    Fallout 2 mod Command to find Tile # under Mouse Cursor?

    I use a debug script for jumping) procedure start begin if game_loaded then begin register_hook(HOOK_KEYPRESS); end else begin // int arg1 - event type: 1 - pressed, 0 - released // int arg2 - key DX scancode // int arg3 - key VK code (very...
  5. Mr.Stalin

    Sfall saving in combat.

    99% fixed :)
  6. Mr.Stalin

    Steal skill mechanics - Explanation needed.

    also functions: roll_vs_skill != roll_check
  7. Mr.Stalin

    Compiling Fallout 2 scripts.

    don't use an obsolete compiler
  8. Mr.Stalin

    Steal skill mechanics - Explanation needed.

    this algorithm is somehow wrong it will not work correctly in the script version.
  9. Mr.Stalin

    Steal skill mechanics - Explanation needed.

    there's an error it should be like this: catch_chance = steal_skill(mark) - chance_mod
  10. Mr.Stalin

    Steal skill mechanics - Explanation needed.

    just the value of the difficulty(skill) modifier, but in fact it is not used because it is impossible to steal from an object that is not a critters. critical chance
  11. Mr.Stalin

    Steal skill mechanics - Explanation needed.

    stat: critical chance :)
  12. Mr.Stalin

    Compiling Fallout 2 scripts.

    is it really so difficult to go to the settings and disable the option "MultiThread mass compile"
  13. Mr.Stalin

    Fallout patch for Windows 10

    Invite the author of that patch to share their source code so that DX10/12 can be implemented in sfall.
  14. Mr.Stalin

    Creating Unique Items for Fallout 2 Modding

    Now the trend is to make video guides, text format is already the last century)) like for your efforts)
  15. Mr.Stalin

    Fallout 2 mod Command to find Tile # under Mouse Cursor?

    Example mouse click hooks: https://github.com/FakelsHub/InventoryFilter/blob/93958d7d9cb01893775399c1be7d1b3fe6ce11b4/gl_InvenFilterLegacy.ssl#L315 or see sfall mod scripts: https://github.com/FakelsHub/sFall-Extended/tree/devUnofficial/artifacts/mods
  16. Mr.Stalin

    Fallout 2 mod New Critter Animation getting cropped

    try make your artisanal animation smoother, to reduced the size of the sprite width to 230 pixels.
  17. Mr.Stalin

    Fallout 2 mod Help adding sound files to weapons.

    There is no need to read SNDLIST.LST and add something, you just have to enter the code.
  18. Mr.Stalin

    Fallout 2 mod Help adding sound files to weapons.

    А где ты достал конвертер wav2acm который конвертирует acm с частотой 44кгц?
Back
Top