You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,24 +26,23 @@ sudo make install # install the game into your system
26
26
make package # generate both .deb package and .tar.gz package
27
27
```
28
28
You can see the dependancies for GNU/Linux systems [here](https://github.com/cyrioncentori/OpMon/wiki/Dependencies).
29
-
If you want to edit the *data* folder location, edit the macros containing the resources, log and saves path in `src/opmon/start/main.hpp`.<br/>
30
29
If you want to play to the game quickly, use build-and-run.sh. The game will be built in bin/Release, and the data will be pasted in this repertory. The game will launch after building.<br/>
31
-
If you don't use build-and-run.sh, don't forget to copy the data folder in the game's folder of in the path you have set.
32
-
If you want to compile OPMon from A to Zfor Windows, Mac OS or other, it's [here](https://github.com/cyrioncentori/OpMon/wiki/Compilation)
30
+
If you don't use build-and-run.sh, don't forget to copy the data folder in the game's folder or use `sudo make install` if you are on linux.
31
+
If you want to compile OPMon from A to Z for Windows, Mac OS or other, it's [here](https://github.com/cyrioncentori/OpMon/wiki/Compilation)
33
32
### Contact Us
34
33
*jlppcprog@ntymail.com for bugs, lags or about the code
35
34
*evandib@gmail.com for sprites, the graphics, design or graphics bugs
36
35
*[Discord server](https://discord.gg/XwyKFzh)
36
+
* IRC channel on Freenode : #OpMon
37
37
<br>
38
38
English is not our native language, but we do our best! If you see some errors, don't hesitate to tell us, so we won't make them again!
39
39
40
40
If there are problems understanding the old commits or monthly reports that are in French, don't hesitate to ask!
41
41
42
-
__The current game version is Alpha 0.14__ Download link: <a
* Alpha 0.15 : Ajout du premier combat entre dresseurs
72
70
* Alpha 0.16 : Amelioration du système de combat et ameliorations des OpMOns et de leurs stats
73
71
*[Voir la RoadMap](https://github.com/cyrioncentori/OpMon/wiki/ROADMAP)
74
72
@@ -101,8 +99,7 @@ make package # génère deux paquets: un fichier générique .tar.gz et u
101
99
```
102
100
103
101
Vous pouvez aussi utiliser le build-and-run.sh pour compiler et jouer au jeu rapidement. Le jeu se trouvera alors dans le dossier bin/Release, avec le dossier data copié dedans. Il se lancera dès la fin de la compilation.<br/>
104
-
Si vous voulez modifier l'emplacement des dossiers, vous pouvez aller dans `src/opmon/start/main.hpp` et modifier les macros correspondantes.<br/>
105
-
Si vous n'utilisez pas le `build-and-run.sh`, n'oubliez pas de copier le dossier data dans le dossier du jeu ou à l'emplacement que vous avez configuré !
102
+
Si vous n'utilisez pas le `build-and-run.sh`, n'oubliez pas de copier le dossier data dans le dossier du jeu, ou de faire `sudo make install` si vous êtes sous linux !
106
103
Si vous voulez compiler de A à Z OpMon pour Windows, Mac OS ou autres, c'est [ici](https://github.com/cyrioncentori/OpMon/wiki/Compilation)(en anglais)
107
104
## Changelog des versions
108
105
[Voir le changelog de toutes les versions du jeu](http://github.com/cyrioncentori/OpMon/wiki/Releases)
0 commit comments