Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpbm committed Jan 6, 2024
1 parent 102a35b commit 5661979
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 19 deletions.
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cSpell.words": [
"boxtron",
"Ceville",
"dosbox",
"linux",
"lutris",
"Lutris",
"luxtorpeda",
"neovim",
"scummvm",
"Syberia",
"ubisoft",
"Ubisoft",
"winetricks",
"Wolfenstein"
]
}
58 changes: 39 additions & 19 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,61 @@
# My linux games

This repo contains some fixes that I've made for my linux games and related tools
This repo contains some fixes that I've made for my linux games and related tools.

Here I'm using `lutris` to manage all these games and tools, so if you don't have it installed [click here](https://lutris.net/). Although, some contributions can be made using other tools, so make sure you to follow the instructions from the tutorial.
By default, I'm using `lutris` to manage all these games and tools, so if you don't have it installed [click here](https://lutris.net/).
However, Some changes can also be made using the [heroic games launcher](https://heroicgameslauncher.com/), [steam runtime](https://store.steampowered.com/), or other tools. So, make sure you to follow the instructions from the tutorial.

## Games

### A
## required tools

* [Assassin's Creed Syndicate](./assassins-creed-syndicate/) [Epic Games]
These tools you need to have installed to run the fix scripts:

### C
- [bash](https://www.gnu.org/software/bash/)

* [Ceville](./ceville/) [GOG]
## Recommended tools

### G
These are general tools that may help you to do some fixes:

* [Gold Rush! Classic](./gold-rush-classic/) [Steam]
- [wine](https://www.winehq.org/)
- [winetricks](https://wiki.winehq.org/Winetricks)
- [protonUp-QT](https://davidotek.github.io/protonup-qt/)
- [steam runtime](https://store.steampowered.com/)
- [lutris](https://lutris.net/)
- [heroic games launcher](https://heroicgameslauncher.com/)

### J
Some old games may require:

* [Just Cause 2](./just-cause-2/) [Steam]
- [dosbox](https://www.dosbox.com/)
- [dosbox staging](https://dosbox-staging.github.io/)
- [scummvm](https://www.scummvm.org/)
- [luxtorpeda](https://github.com/dreamer/luxtorpeda)
- [roberta](https://github.com/dreamer/roberta)
- [boxtron](https://github.com/dreamer/boxtron)

### S
In other cases, it's a good a idea to install the windows version of a launcher, so check the [lutris runners](https://lutris.net/games) and some `wine tutorials` for that. A simpler way to run these applications is using [bottles](https://usebottles.com/), a way to run individual instances of a wine application.

* [Syberia](./syberia/) [Steam]
Besides that, it's a good idea to have a good text editor, here are some options that You could check:

### W
- [vscode](https://code.visualstudio.com/)
- [neovim](https://neovim.io/)
- [sublime text](https://www.sublimetext.com/)

* [Wolfenstein 3D](./wolfenstein-3d/) [Steam]

## Tools
## Games

### U
| game | fix path |
|-----------|----------|
|Assassin's Creed Syndicate [Epic Games version] | [fixes](./assassins-creed-syndicate/) |
| Ceville [GOG version] | [fixes](./ceville/) |
| Gold Rush! Classic [Steam version] | [fixes](./gold-rush-classic/) |
| Just Cause 2 [Steam version] | [fixes](./just-cause-2/) |
| Syberia [Steam version] | [fixes](./syberia/) |
| Wolfenstein 3D [Steam version] | [fixes](./wolfenstein-3d/) |

* [Ubisoft Connect](./ubisoft-connect/)
## Tools

| tool | fix path |
|-----------|----------|
| Ubisoft Connect [Lutris] | [file](./ubisoft-connect/) |

## Contribute

Expand Down

0 comments on commit 5661979

Please sign in to comment.