The You Game!
Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
-
Hunchman801

- Posts: 87629
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640257
Re: The You Game!
< is thinking that we're gonna need a screenshot for the wiki too.
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: The You Game!
< just watched the film adaptation of Catch-22. It was 140 minutes, yet < felt it just scratched the surface of the source material. < enjoyed it anyway!
Re: The You Game!
<'s been trying to mess about with python since < is interested in learning programming. < isn't sure what < will do with it if < learns it, but it seems interesting either way.
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: The You Game!
< didn't really fancy Python until < was forced by circumstances to learn it. It can be quite cool, though the lack of strong typing can bite you if you're doing anything complicated (or maybe I just suck
).
< managed to make Rayman 2 segfault this morning. :teufou:
< managed to make Rayman 2 segfault this morning. :teufou:
Re: The You Game!
< thinks it is really different since it uses indenting instead of { and }. < doesn't mind what < learns, most programming languages have similarities anyway so if you learn one you should be able to adapt. Most people use C# but that's Windows.PluMGMK wrote: Thu Jan 02, 2020 8:30 pm < didn't really fancy Python until < was forced by circumstances to learn it. It can be quite cool, though the lack of strong typing can bite you if you're doing anything complicated (or maybe I just suck).
-
Elite Piranha

- Posts: 3514
- Joined: Sat Sep 14, 2019 5:47 am
- Location: Ly's Palace
- Tings: 141015
Re: The You Game!
< found out that there is a new season of Rick and Morty.
Re: The You Game!
< heard about the new season a couple of weeks ago. < wants to see the new episodes.
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: The You Game!
< can't help feeling targetted by the latest xkcd. Looks like < last used "okay" last October (Hamilton day), while <'s usage of "OK" has been on the rise since last March. Wow, xkcd has made < feel < is getting old, and it's not even one of "wanna feel old" issues!
Re: The You Game!
<'s been working on a simple program with a GUI that will install the dependencies needed for Rayman Control Panel on Linux, including adding the registry entries for winecfg for the DLL overrides, so it can all be done in one click. < knows a bash script would be able to do it, or alternatively you could just install the dependencies yourself, but this way < is learning about python.
< might add the games to it eventually when < can be sure everything works, like maybe just have a buttons for them that will install the dependencies and DLL overrides. < might have to implement a way to choose a different wine prefix though, as it can currently only use the default one, though the entries for Rayman Control Panel and its updater are added specifically for those programs anyway.
< might add the games to it eventually when < can be sure everything works, like maybe just have a buttons for them that will install the dependencies and DLL overrides. < might have to implement a way to choose a different wine prefix though, as it can currently only use the default one, though the entries for Rayman Control Panel and its updater are added specifically for those programs anyway.
Re: The You Game!
< wishes you luck 
Re: The You Game!
< has it working, but the GUI updates are a pain, as they only update once per task. This wouldn't be a problem, except switching from the window then switching back will render it blank until it finishes its current task and updates. < will work on resolving this, but for now, it performs the main task, it installs the wine dependencies and DLL overrides for Rayman Control Panel, and Rayman Control Panel runs successfully once it's done.
Another thing is that it requires wine and winetricks to be already installed to work. < would like to implement a way to install them, but that would need root permissions in order to work.
For now though, the first test manages to do its job as a standalone executable.
Another thing is that it requires wine and winetricks to be already installed to work. < would like to implement a way to install them, but that would need root permissions in order to work.
For now though, the first test manages to do its job as a standalone executable.
Re: The You Game!
< is feeling quite happy because his favorite esports game starcraft 2 will have another 3 years of esport guaranteed, which wasn't expected because there were a lot of budget cuts at Activision/Blizzard lately
-
The Jonster

- Posts: 40793
- Joined: Sat Mar 24, 2018 6:15 am
- Location: The realm of Mario Karting
- Tings: 51055
Re: The You Game!
< says ^^ is doing great, keep up the good work! 
< is still organizing <‘s files on <‘s laptop before < can start on anything. And there are a LOT of files to be sorted out.
< is still organizing <‘s files on <‘s laptop before < can start on anything. And there are a LOT of files to be sorted out.
Re: The You Game!
< says howdy to y’all 
< has finally got a replacement AirPod.
< has finally got a replacement AirPod.
Re: The You Game!
<'s glad ^ was able to get a replacement.
< has been playing Final Fantasy VII. < thinks it's a fun game.
< has been playing Final Fantasy VII. < thinks it's a fun game.
Re: The You Game!
< sees you’re really enjoying the game 
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: The You Game!
< is impressed with ^^'s tool. < wonders if you used Tkinter or something else for the GUI.
< is also happy that the government finally seems to be up and running again in Northern Ireland, though < can't help wondering how long it'll last…
< is also happy that the government finally seems to be up and running again in Northern Ireland, though < can't help wondering how long it'll last…
Re: The You Game!
< indeed used tkinter. < is just trying to get it to update the GUI so switching windows doesn't hang it on a blank window until it finishes its current task. < sees that multithreading is the solution, since it can only perform one task at a time otherwise.
< will share it if < gets that working properly since it could help others that don't know how to set it up, and < might implement game dll overrides too as another option. < could just make it add the game overrides by default, but not everyone would want that.
< will share it if < gets that working properly since it could help others that don't know how to set it up, and < might implement game dll overrides too as another option. < could just make it add the game overrides by default, but not everyone would want that.
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: The You Game!
< thinks the game DLL overrides would indeed be a good idea.
< sees GCC has finally migrated to Git.
< sees GCC has finally migrated to Git.
Re: The You Game!
< managed to figure out how to make multithreading work and also fixed the GUI. < will need to figure out how to make exceptions work, though < assumes all that can go wrong is wine or winetricks not being installed. < could probably manage to make it install those too, but that would mean it would need sudo permissions, along with having to try different package managers. That would probably get a bit messy.


