0 of 0

File information

Last updated

Original upload

Created by

yakuzadeso

Uploaded by

yakuzadeso

Virus scan

Safe to use

Tags for this mod

70 comments

  1. yakuzadeso
    yakuzadeso
    • premium
    • 329 kudos
    Locked
    Sticky
    Make sure you've installed the latest version of REUE4SS, version 3 dropped not too long ago with bug fixes and performance improvements!
    Release v3.0.0 · UE4SS-RE/RE-UE4SS (github.com) 

    FAQs/Troubleshooting

    Performance issues after installing REUE4SS

    Uninstall and reinstall REUE4SS. You only need to delete UE4SS.dll and dwmapi.dll and then redownload them and drop them back to your game's folder.
    Make sure you've installed the latest version of REUE4SS, version 3 dropped not too long ago with bug fixes and performance improvements!
    Release v3.0.0 · UE4SS-RE/RE-UE4SS (github.com) 
    Open UE4SS-settings.ini in \Pal\Binaries\Win64 with something like Notepad and set bUseUObjectArrayCache to false, GuiConsoleEnabled to 0 and GuiConsoleVisible to 0.

    My game is crashing after installing REUE4SS

    Open UE4SS-settings.ini in \Pal\Binaries\Win64 with something like Notepad and set bUseUObjectArrayCache to false, GuiConsoleEnabled to 0 and GuiConsoleVisible to 0.

    The mod isn't working on client/server

    Make sure you've installed everything correctly, according to the instructions in the description. Most mods need to be installed on both the server and the clients to work and if the mod includes settings you most probably need to use the same settings in both the client and the server.

    I've installed everything correctly but still nothing

    If REUE4SS is working then you should be getting a file UE4SS.log in \Pal\Binaries\Win64. You can open it with Notepad to see if you're getting something like "Mod '*Mod's Name*' has enabled.txt, starting mod." If there's no such line then the mod was not installed correctly. If there are errors you can share the contents of your log file on Pastebin.com and share the link in the bugs section. You can find log files on both the server and the client folders. You need to specify which is which when sharing them.

    Where do I get help or info on modding the game?

    You can join the Palworld modding discord server: invite 

    How to share bugs/log files/ask for help?

    You can share bugs and your logs in the bugs section of the mod. You need to clarify if you're running the mod on both your clients and server, if the bug is happening in multiplayer, singleplayer, server or coop. You need to share steps to replicate the issue, unless it is completely random. Please make sure to read through the comments/the discord server/other bug reports in case your issue is a duplicate and/or is already resolved. Please make proper bug reports and comments, I can't help you if all you share is "doesn't work".
  2. Gyropilot
    Gyropilot
    • premium
    • 15 kudos
    Sticky
    Using this mod for the whole playthrough, with a bunch of others, didn't notice any of the issues others are talking about
    And I'm great for that. Would be awful to play without pause
    1. yakuzadeso
      yakuzadeso
      • premium
      • 329 kudos
      Thank you for confirming. This is the first time I ever get reports that keybinds aren't working, and I've also modded Hogwarts, Returnal and Remant2. Pretty sure I've noticed similar reports on other keybind oriented mods and since I can't replicate it and there's no much info other than "doesn't work" I can't really do much. But I feel this might just be something specific with someone's setup or a REUE4SS bug.
  3. Iresz
    Iresz
    • member
    • 1 kudos
    I fidgeted around with this mod for a good moment, what I've noticed is that this is purely good for afking. Though I still could move around my camera but not see my face instead the back of my head. I tried pausing during combat when getting hit, It caused me to get damaged continously with the hit sound effect constantly repeating every millisecond until I unpause it. And funnily enough, It would send me flying up high. This probably isn't even for combat, so I would expect that to be normal and I don't plan on using during combat. Everything else seems perfectly fine. How to change keybinds were also easy to understand working smoothly. Appreciated!
  4. XQuaresmaX13
    XQuaresmaX13
    • supporter
    • 0 kudos
    I'm playing on the Xbox controller, I wanted to put pause on the menu button, but I can't, if it's compatible with the keys which one would it be... thanks...
  5. Shadowdale604
    Shadowdale604
    • member
    • 0 kudos
    Hello,

    I'm confused how this works on a server with multiple people?  Does everyone playing just get paused?

    Thanks.
  6. Bennoss
    Bennoss
    • supporter
    • 0 kudos
    Doesn't seem to be working:

    2024-02-24 07:27:09] Mod 'Pause' has enabled.txt, starting mod.
    [2024-02-24 07:27:09] [Lua::execute_file] lua_pcall returned 
    No overload found for function 'RegisterKeyBind'.
    Overloads:
    #1: RegisterKeyBind(integer key)
    #2: RegisterKeyBind(integer key, table modifier_key_integers)
    stack traceback:
    [C]: in function 'RegisterKeyBind'
    ...\Palworld\Pal\Binaries\Win64\Mods\Pause\scripts\main.lua:12: in main chunk
    [2024-02-24 07:27:09] Event loop start
    [2024-02-24 07:27:10] [Lua] [ConsoleEnabler] ConsoleKey[1]: F10
    [2024-02-24 07:27:10] [Lua] [ConsoleEnabler] ConsoleKey[2]: @
    [2024-02-24 07:27:13] [Lua] [ConsoleEnabler] ConsoleKey[1]: F10
    [2024-02-24 07:27:13] [Lua] [ConsoleEnabler] ConsoleKey[2]: @
    [2024-02-24 07:27:32] [Lua] [ConsoleEnabler] ConsoleKey[1]: F10
    [2024-02-24 07:27:32] [Lua] [ConsoleEnabler] ConsoleKey[2]: @
    [2024-02-24 07:27:57] [Lua] [ConsoleEnabler] ConsoleKey[1]: F10
    [2024-02-24 07:27:57] [Lua] [ConsoleEnabler] ConsoleKey[2]: @
    1. yakuzadeso
      yakuzadeso
      • premium
      • 329 kudos
      It does work, you just didn't assign a keybind correctly. Can you show me what you've used in the keybind line?

      Customization

      You can change the keybind by opening the main.lua file with Notepad and changing this line:
      -- keybind
      pause = Key.F1 -- Change F1 to whatever you want

      So if you want to set it to F2 you do: 
      pause = Key.F2 -- Change F1 to whatever you want

      Valid keys
      Spoiler:  
      Show

      Valid keys:
          LEFT_MOUSE_BUTTON
          RIGHT_MOUSE_BUTTON
          CANCEL
          MIDDLE_MOUSE_BUTTON
          XBUTTON_ONE
          XBUTTON_TWO
          BACKSPACE
          TAB
          CLEAR
          RETURN
          PAUSE
          CAPS_LOCK
          IME_KANA
          IME_HANGUEL
          IME_HANGUL
          IME_ON
          IME_JUNJA
          IME_FINAL
          IME_HANJA
          IME_KANJI
          IME_OFF
          ESCAPE
          IME_CONVERT
          IME_NONCONVERT
          IME_ACCEPT
          IME_MODECHANGE
          SPACE
          PAGE_UP
          PAGE_DOWN
          END
          HOME
          LEFT_ARROW
          UP_ARROW
          RIGHT_ARROW
          DOWN_ARROW
          SELECT
          PRINT
          EXECUTE
          PRINT_SCREEN
          INS
          DEL
          HELP
          ZERO
          ONE
          TWO
          THREE
          FOUR
          FIVE
          SIX
          SEVEN
          EIGHT
          NINE
          A
          B
          C
          D
          E
          F
          G
          H
          I
          J
          K
          L
          M
          N
          O
          P
          Q
          R
          S
          T
          U
          V
          W
          X
          Y
          Z
          LEFT_WIN
          RIGHT_WIN
          APPS
          SLEEP
          NUM_ZERO
          NUM_ONE
          NUM_TWO
          NUM_THREE
          NUM_FOUR
          NUM_FIVE
          NUM_SIX
          NUM_SEVEN
          NUM_EIGHT
          NUM_NINE
          MULTIPLY
          ADD
          SEPARATOR
          SUBTRACT
          DECIMAL
          DIVIDE
          F1
          F2
          F3
          F4
          F5
          F6
          F7
          F8
          F9
          F10
          F11
          F12
          F13
          F14
          F15
          F16
          F17
          F18
          F19
          F20
          F21
          F22
          F23
          F24
          NUM_LOCK
          SCROLL_LOCK
          BROWSER_BACK
          BROWSER_FORWARD
          BROWSER_REFRESH
          BROWSER_STOP
          BROWSER_SEARCH
          BROWSER_FAVORITES
          BROWSER_HOME
          VOLUME_MUTE
          VOLUME_DOWN
          VOLUME_UP
          MEDIA_NEXT_TRACK
          MEDIA_PREV_TRACK
          MEDIA_STOP
          MEDIA_PLAY_PAUSE
          LAUNCH_MAIL
          LAUNCH_MEDIA_SELECT
          LAUNCH_APP1
          LAUNCH_APP2
          OEM_ONE
          OEM_PLUS
          OEM_COMMA
          OEM_MINUS
          OEM_PERIOD
          OEM_TWO
          OEM_THREE
          OEM_FOUR
          OEM_FIVE
          OEM_SIX
          OEM_SEVEN
          OEM_EIGHT
          OEM_102
          IME_PROCESS
          PACKET
          ATTN
          CRSEL
          EXSEL
          EREOF
          PLAY
          ZOOM
          PA1
          OEM_CLEAR

          Valid modifier keys:
          SHIFT
          CONTROL
          ALT
    2. Bennoss
      Bennoss
      • supporter
      • 0 kudos
      Hey, thanks for the super quick response.

      Well, before replying to you for good measure I thought I would switch it back to the default (F1) from what I had it set on (Pause), and try again (FWIW, I had the exact same issue using the default setting initially). And, now it works. I saw another comment about switching back from DEL... maybe it's not the specific key, but something to do with the switching?
    3. yakuzadeso
      yakuzadeso
      • premium
      • 329 kudos
      You can switch to whatever key you want from the valid keys list. You just have to make sure to format it correctly:
      pause = Key.DEL or pause = Key.PAUSE
  7. deleted57409541
    deleted57409541
    • account closed
    • 0 kudos
    I'm terribly sorry to bother you but I'm having some difficulties and would like your advice if possible.

    I've used this mod before and it was wonderful and working great, but now I'm not able to get it to function no matter what I bind the key to. Is it possible that it could be conflicting with another mod I'm using or perhaps need a custom load order with what I have? Perhaps this now requires to be loaded first or even last? I'm not entirely sure.

    If you require additional information, please let me know and I would be glad to list mods used or send a screenshot, etc.

    Thank you for your time.
    1. yakuzadeso
      yakuzadeso
      • premium
      • 329 kudos
      Try updating REUE4SS to the latest version since their changelog mentioned something about keybinds.
    2. deleted57409541
      deleted57409541
      • account closed
      • 0 kudos
      Thank you very much. That seems to have solved the problem. I didn't even realize that there was a newer version after 3.0, so thank you for pointing that out. Mod working perfectly fine and seems to have solved a separate issue on another mod that also used a keybind.

      Much appreciated and keep up the great work. I've been using quite a few of your mods and I'm enjoying them all.
  8. Kalian2015
    Kalian2015
    • member
    • 0 kudos
    Is this safe?  I recently tried UniversalPauseButton (look up it's github on google. I don't wanna post a link to it here) and a day later my Mini PC died (BSOD looping)

    that app worked by suspending the Palworld process (basically a one button shortcut to suspend it like you can do in RESMON) . I have found out now that suspending processes is extremely dangerous... This doesn't work that way right? Different mechanism for pausing? I have a new PC now and don't wanna wreck this one too.  please answer promptly i'm too nervous to try this mod until I know it's safe

    edit: after reading other comments stating they can do things like fast travel while paused (which causes infinite loading apparently) I think i can safely assume this does NOT work by suspending processes (at least not at the windows level at any rate) but by some mechanism in Unreal Engine. I think this is safe to use but confirming would be very much appreciated.
    1. yakuzadeso
      yakuzadeso
      • premium
      • 329 kudos
      Yea it doesn't work like that.
    2. Kalian2015
      Kalian2015
      • member
      • 0 kudos
      Thank you!!! I can breathe again, heck of a mod btw, I've also noticed you are kind of a big deal around here (seen you mentioned by other mod authors) so thank you for taking the time to answer me
  9. FillipeMattos
    FillipeMattos
    • member
    • 73 kudos
    Does it work with GamePad?
  10. rafacharkman
    rafacharkman
    • member
    • 0 kudos
    Can you make some adjustments to ensure that when the game is paused, no one can add work orders to tables to make an item, etc.? When the resource is only on the server side, if the client does not also have the mod, it can still cause damage to monsters, interact with buildings, pick up items from the map, etc.

    I think the simplest solution would be to disable the response to client commands(except F1), so that no one can interact with anything. I think sending a message to whoever logs in or when to turn on/off the functionality in the chat would also be very useful.
  11. srvtsonn
    srvtsonn
    • member
    • 1 kudos
    Thanks for mod. I tested 3 hours in a game and I haven't encountered any problems yet.
  12. BranwenCielocanto
    BranwenCielocanto
    • member
    • 0 kudos
    It works fine and I appreciate it, but I do have to report one issue: if you forget to unpause before fast traveling, it seems it will cause an infinite loading screen - only happened twice so far, but a) those two times have been the only times I've had an infinite loading screen, and b) there haven't been any instances of successfully fast traveling while paused.
    1. yakuzadeso
      yakuzadeso
      • premium
      • 329 kudos
      I can fast travel just fine to already loaded places even when the game is paused. And if I fast travel to not loaded places when it is paused it does get stuck until I hit the button to unpause.
    2. BranwenCielocanto
      BranwenCielocanto
      • member
      • 0 kudos
      Huh. It didn't occur to me that it would react to anything during the loading screen XD
      Seems it works fine^^