Jump to content

Recommended Posts

app is a module that's being built inside the binary. So you have to edit the client source, probably you're missing something.

So you have two options: Either you remove it, which is not what you may want. Or you add the function to your binary.

 

For further information: You can create modules in c++ and add them to the python via it's c-api. This is happening with modules like player, net, etc.... and also app. So the error tells you that the function ENABLE_DEWS_PLUS does not exist. According to the name I think it's more or less a bool variable that either enables the system or not. So even if this function is unknown, you'd try to just return true in this function. You have to edit it. WeedHex mentioned PythonApplicationModule. You can add more functions to the app module in this file. Note that you also have to add it to the module_list at the end of the file, otherwise the function will not be loaded into the app module.

  • Love 2

We are the tortured.
We're not your friends.
As long as we're not visible.
We are unfixable.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 5

      OLDGODSMT2 [ MEGA SF RELEASE ]

    2. 24

      Experimental Renderer

    3. 11

      Multi Language System

    4. 0

      [FREE DESIGN] Interface + Logo + Discord Banner and Avatar

    5. 4

      Feeding game source to LLM

    6. 0

      Quest 6/7 Problem

    7. 5

      Effect weapons

    8. 0

      [C++] Fix Core Downer Using Negative Number in GM Codes

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.