Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification on some of the menu settings? (Steam Deck) #19

Open
kdliu86 opened this issue Sep 17, 2024 · 10 comments
Open

Clarification on some of the menu settings? (Steam Deck) #19

kdliu86 opened this issue Sep 17, 2024 · 10 comments

Comments

@kdliu86
Copy link

kdliu86 commented Sep 17, 2024

What does "Show In the Menu" do?

After installation, I can leftclick/rightclick and open the RPGM game using both the mount and options entries. But in the Steam Compatibility list only the cicpoffs mount shows up and it opens the option menu instead. #18

How do you add jpn-locale in the options menu?

(I'm newish to Linux).

@bakustarver
Copy link
Owner

bakustarver commented Oct 25, 2024

I've added an option to skip the menu in the steam to activate use

rpgmaker-linux --steamskipgui <true|false>     

I will later add the ariel font as well

@TheMSnap
Copy link

I've added an option to skip the menu in the steam to activate use

rpgmaker-linux --steamskipgui <true|false>     

I will later add the ariel font as well

Where do I type this command? It's not recognizing the command in Konsole

@bakustarver
Copy link
Owner

bakustarver commented Oct 28, 2024

activate skipping

rpgmaker-linux --steamskipgui true

deactivate skipping

rpgmaker-linux --steamskipgui false

@TheMSnap
Copy link

activate skipping

rpgmaker-linux --steamskipgui true

deactivate skipping

rpgmaker-linux --steamskipgui false

Yes, but where? It doesn't do anything in Konsole or the Steam launcher command

@bakustarver
Copy link
Owner

bakustarver commented Oct 29, 2024

If the command doesn't work, then you can use this command in konsole

"$HOME/desktopapps/nwjs/nwjs/packagefiles/nwjsstart-cicpoffs.sh" --steamskipgui true

@TheMSnap
Copy link

If the command doesn't work, then you can use this command

"$HOME/desktopapps/nwjs/nwjs/packagefiles/nwjsstart-cicpoffs.sh" --steamskipgui true

This worked! Thanks.

@bakustarver
Copy link
Owner

bakustarver commented Oct 29, 2024

If you want the rpgmaker-linux command to be able to work in the konsole, I need the output from these two console commands

cat "$HOME/.profile"

and

ls "$HOME/.local/bin"

@TheMSnap
Copy link

1)(deck@steamdeck ~)$ cat "$HOME/.profile" cat: /home/deck/.profile: No such file or directory (1)(deck@steamdeck ~)$ ls "$HOME/.local/bin" rpgmaker-linux

@bakustarver
Copy link
Owner

Ok,i undertand, thank you very much.

@bakustarver
Copy link
Owner

bakustarver commented Nov 3, 2024

@TheMSnap , you can try

echo 'if [ -d "$HOME/.local/bin" ]; then export PATH="$PATH:$HOME/.local/bin" ; fi' >> ~/.bash_profile

and then restart konsole, the command rpgmaker-linux should run successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants