0 of 0

File information

Last updated

Original upload

Created by

SorrowKrazy

Uploaded by

sorrowkrazy

Virus scan

Safe to use

Tags for this mod

2 comments

  1. sorrowkrazy
    sorrowkrazy
    • member
    • 0 kudos
    Locked
    Sticky
    Please Note, since this is an exe installer for the application, whenever i upload a new file, it needs to be approved by the Nexus Mods Support team, until then it will show as suspicious and not available for download.

    If you dont want to wait for it to be approved you can go to my github and download it there, or wait for approval and download it on nexus mods
  2. sorrowkrazy
    sorrowkrazy
    • member
    • 0 kudos
    Locked
    Sticky
    V1.1:
    - Updated to now have an initial login screen upon launch which has the option to save login details to an ini file which allows for future auto login, if you do not wish to generate the file you will be greeted with a login screen every time.
    - App will now redirect to login screen if it is unable to establish a connection when loading pages.
    - Updated the app css to use bootstrap for a better cleaner UI experience.

    if you guys have any suggestions on making the app better drop a comment
  3. xX1ALUCARDXx
    xX1ALUCARDXx
    • member
    • 0 kudos
    Hi, I would like to have a little more help. You see, I don't know where to get the information about my server, that is, what IP is, what port is, and what password is, so that the API can work. I would appreciate the help.
    1. sorrowkrazy
      sorrowkrazy
      • member
      • 0 kudos
      the password is AdminPassword="" the port RESTAPIPort=8212 with 8212 being the default, and you also need to have the rest api enabled RESTAPIEnabled=True

      these are all fields in the PalWorldSettings.ini which has all your server settings.

      The IP address would be the ip address of the server, but it is recommended to access the API over the LAN, so if youre on the same machine hosting the server it would look like 127.0.0.1 which is the localhost.

      More info about their api can be found here https://docs.palworldgame.com/api/rest-api/palwold-rest-api/


      example of what my api app config would look like with my settings
      [ServerInfo]
      port=8212
      password=apitest
      ip=127.0.0.1