commit
0d0472568d
22
README.md
22
README.md
@ -8,7 +8,7 @@ You will need an nvidia graphics card and I have tested with the latest version
|
||||
|
||||
## Dependencies
|
||||
|
||||
First make sure you have up to date nvidia drivers for your computer, and then install the following:
|
||||
First make sure you have up to date nVidia drivers for your computer, and then install the following:
|
||||
|
||||
```
|
||||
sudo dpkg --add-architecture i386
|
||||
@ -23,7 +23,7 @@ sudo apt install libstdc++5:i386
|
||||
|
||||
## Building & Running
|
||||
|
||||
To build run the makefile, and then copy the contents of the build directory into your game directory and run.
|
||||
To build, run the makefile, and then copy the contents of the build directory into your game directory and run.
|
||||
|
||||
```
|
||||
make
|
||||
@ -32,20 +32,22 @@ cd ~/the-house-of-the-dead-4/disk0/elf
|
||||
LD_PRELOAD=lindbergh.so LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./hod4M.elf
|
||||
```
|
||||
|
||||
It is likely that the games will require various other libraries from the Lindbergh system such as 'libkswapapi.so' and 'libposixtime.so'. These can be found in any dumps of the Lindbergh CF image.
|
||||
It is likely that the games will require various other libraries from the Lindbergh system such as `libkswapapi.so` and `libposixtime.so`. These can be found in any dumps of the Lindbergh CF image.
|
||||
|
||||
A default configuration file is provided in `docs/lindbergh.conf`. It should be placed in the same folder as the game is run from. If no config file is present a default setting will be used.
|
||||
|
||||
## Controls
|
||||
|
||||
Currently the controls are setup for The House of the Dead 4.
|
||||
Currently the controls are set up for The House of the Dead 4.
|
||||
|
||||
- t - Test
|
||||
- s - Service
|
||||
- 5 - Coin 1
|
||||
- 1 - Player 1 Start
|
||||
- Right Click - Reload
|
||||
- Left Click - Shoot
|
||||
| Key | Mapping |
|
||||
|-------------|----------------|
|
||||
| t | Test |
|
||||
| s | Service |
|
||||
| 5 | Coin 1 |
|
||||
| 1 | Player 1 Start |
|
||||
| Right Click | Reload |
|
||||
| Left Click | Shoot |
|
||||
|
||||
## Thanks
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
These games have been loaded at some point using this software, but this doesn't mean they currently work or there are instructions on how to get them running.
|
||||
|
||||
Working is defined by getting into attract mode and running the game, but not necciserily controlling it.
|
||||
Working is defined by getting into attract mode and running the game, but not necessarily controlling it.
|
||||
|
||||
- 2 Step 2 Spicy
|
||||
- Ghost Squad Evolution
|
||||
@ -33,6 +33,6 @@ Working is defined by getting into attract mode and running the game, but not ne
|
||||
|
||||
### Let's Go Jungle
|
||||
|
||||
Not this game will not start.
|
||||
No, this game will not start.
|
||||
|
||||
```LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. LD_PRELOAD=lindbergh.so TEA_DIR=`pwd` ./lgj_final```
|
||||
|
Loading…
Reference in New Issue
Block a user