Code Monkey home page Code Monkey logo

Comments (7)

BanCrash avatar BanCrash commented on June 23, 2024

Hello, this is an issue with the skin, and there is nothing you can do to fix this without changing somethings on the code.

Do you use custom starting and / or stopping bangs instead general bangs? Because if not, because you don't have custom bangs or because you want to use general bangs, you can easily fix this changing two lines of code. But if you use them, you'll have to modify more lines.

Let me know if you want to use custom bangs instead general bangs or not and I'll help you fix this.

Regards.

from lauhdutin.

Dididoo12 avatar Dididoo12 commented on June 23, 2024

Hi, thanks for the reply! I don't use custom bangs; I don't think I messed with the bangs at all and instead used the "add custom game" option from right clicking the skin. Please let me know if there's anywhere to change those couple of lines, thanks! And as a heads up I'm out of town right now so I won't be able to try the fix immediately; I'll be back Aug. 30 though, so if something comes up even after applying the fix I'll reply back to this thread :)

from lauhdutin.

BanCrash avatar BanCrash commented on June 23, 2024

Hello, perfect then. This is an issue present on the code, nothing of your fault.

For solving it replacing custom bangs with global bangs go to skin folder -> @Resources -> shared -> settings.lua and open it with a text editor.

Go to line 763 and replace self.settings.platforms.custom.bangs.starting with self.settings.bangs.global.starting

Go to line 777 and replace self.settings.platforms.custom.bangs.stopping with
self.settings.bangs.global.stopping

Save and reload the skin and done, you shouldn't have more issues with this matter.

If some day you wanna have custom bangs then let me know and I'll give you a more complicated solution for them to work.

Regards.

from lauhdutin.

Dididoo12 avatar Dididoo12 commented on June 23, 2024

Hi, thanks for the reply! I got back from out of town and tried the fix, though clicking the game's rectangle still doesn't seem to launch anything. I looked at games.json and the custom game's section shows:

image

Here is the section where I applied the fix in settlings.lua:
image

If there is anything else I can show to help in finding the issue, please feel free to let me know!

from lauhdutin.

BanCrash avatar BanCrash commented on June 23, 2024

Hello again.

This is other issue completely different, but more easy to solve.

When you manually add a game, please add double \ (so \\) instead only one. Because \ is an escape character on lua.

So, when you add a game, instead writing C:\Program Files (x86)\ you have to write C:\\Program Files (x86)\\

Edit the path for that game taking this as consideration and your issue should be solved.

Regards.

from lauhdutin.

Dididoo12 avatar Dididoo12 commented on June 23, 2024

That makes complete sense, thanks so much! The issue is solved now.

Best regards!

from lauhdutin.

BanCrash avatar BanCrash commented on June 23, 2024

Glad you solved ;)

from lauhdutin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.