Jump to content

Julio

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Julio

  1. Hi guys, like I said in the title, I just can't access any page from my homepage. I get a 404 ERROR every single time I press a button. Even if I write directly inside the search bar : siteURL/register or, siteurl/download, it's not working. In .htaccess file from Pages and Include, I have a single line " Deny from all" , i thought that this might be the problem. Basically, I have all the pages .php, rank, register,download,players etc , I just can't access them.

  2. 23 minutes ago, Mali said:

    Thx Mali, I'm pretty new so, you know how it is haha. First of all, I have the source of the game, and the client with its files (pack), the images for the animation were added in locale ( I have never worked inside the source because I'm not a developer, I just design stuff in PS, so, coding is not my thing, but....) From what I understand, those lines have to be added inside the client source then re-compiled in order for the client to take the resize function for the "ani_image" part that is added inside  loginwindow.py. Right? Can you please tell me where inside the source are those ///@@@PythonWindowManagerModule.cpp:    ....... ///@@@PythonWindow.h:......... ###@@@ui.py:...

    Thx a lot Mali!

  3. what about the fact that those images don't resize?

    Code used:

    "name" : "bg1","type" : "expanded_image", "x" : 0, "y" : 0,
                "type" : "ani_image",
                "x" : 0,
                "y" : 0,
                "width"  : SCREEN_WIDTH,
                "height" : SCREEN_HEIGHT,
                "x_scale" : float(SCREEN_WIDTH) /1980.0, "y_scale" : float(SCREEN_HEIGHT) /1080.0,
                
                "delay" : 6,
                "images" :
                (

×
×
  • 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.