Skip to content

Commit

Permalink
updated ceville fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpbm committed Jan 6, 2024
1 parent ee661cf commit a75ba5f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"cSpell.words": [
"boxtron",
"ceville",
"Ceville",
"dosbox",
"linux",
"lutris",
"Lutris",
"luxtorpeda",
"neovim",
"Protondb",
"scummvm",
"Syberia",
"ubisoft",
"Ubisoft",
"WINEPREFIX",
"winetricks",
"Wolfenstein"
]
Expand Down
32 changes: 23 additions & 9 deletions ceville/readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# Ceville (GOG version)
# Ceville [GOG version]

## game not open
## needed tools

- [Lutris](https://lutris.net/)
- [wine](https://www.winehq.org/)
- [winetricks](https://wiki.winehq.org/Winetricks)

## Problems

### game don't open

1. run

1. install [winetricks](https://wiki.winehq.org/Winetricks)
2. run
```bash
sh fix-not-open.sh PATH_TO_YOUR_WINEPREFIX_FOLDER PATH_TO_YOUR_BASE_INSTALLATION_GAME_FOLDER
sh fix-not-open.sh PATH_TO_YOUR_WINEPREFIX_FOLDER PATH_TO_YOUR_BASE_INSTALLATION_GAME_FOLDER
```
3. go to `Lutris`
4. right click on Ceville game
5. go to `configure > Game options`
6. in the `executable` field change `Ceville.exe` to `ceville.sh`

2. go to `Lutris`

3. right click on Ceville game

4. go to `configure > Game options`

5. in the `executable` field change `Ceville.exe` to `ceville.sh`

#### references

[Ceville Protondb](https://www.protondb.com/app/23460)

0 comments on commit a75ba5f

Please sign in to comment.