tyrav2 init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Installing Tyra
|
||||
|
||||
[](#)
|
||||
|
||||
## Prerequisites:
|
||||
1. Git
|
||||
2. VSCode
|
||||
3. Docker with PowerShell as a default terminal
|
||||
4. [PCSX2](https://github.com/h4570/tyra/blob/master/docs/install/pcsx2.md#)
|
||||
|
||||
---
|
||||
|
||||
## Steps:
|
||||
1. Download [intellisense package](http://apgcglz.cluster028.hosting.ovh.net/tyra/ps2dev-intellisense.rar) and unzip it somewhere in your computer.
|
||||
2. Open terminal in your favourite repositories directory and execute:
|
||||
```
|
||||
docker pull h4570/tyra
|
||||
git clone https://github.com/h4570/tyra.git
|
||||
```
|
||||
3. Open `VSCode` and open previously cloned directory.
|
||||
4. In `VSCode` open `.vscode/configurations/windows-docker` and copy configuration files into `.vscode/`
|
||||
5. In `c_cpp_properties.json` fix all `YOUR-INTELLISENSE-PATH` with path from point 2.
|
||||
6. Click `CTRL+SHIFT+P`, type `Tasks: Run task` and run `Start docker container` - Repeat this step every time you want to start working with Tyra (every reboot)
|
||||
7. Click `CTRL+SHIFT+P`, type `Tasks: Run build task`
|
||||
8. Tyra should automatically compile engine, `wellinator` sample and run `PCSX2`. If you want to compile & run other sample, please change `buildDirectory` in `settings.json`
|
||||
@@ -0,0 +1,19 @@
|
||||
## Install & configure PCSX2
|
||||
|
||||
- Download & install PCSX2 (1.6+ version) from https://pcsx2.net/
|
||||
- Extract bios files from https://romsmania.cc/bios/pcsx2-playstation-2-bios-3 to `%UserProfile%\Documents\PCSX2\bios`
|
||||
- Close `PCSX2` if you have opened!
|
||||
- Open `%UserProfile%\Documents\PCSX2\inis\PCSX2_vm.ini` in notepad
|
||||
|
||||
```
|
||||
HostFs=enabled
|
||||
```
|
||||
|
||||
- Open PCSX2 and map pad to your keyboard, for example:
|
||||
|
||||
```
|
||||
WASD = Left joy
|
||||
Arrows = Right joy
|
||||
Space = X
|
||||
Circle = C
|
||||
```
|
||||
Reference in New Issue
Block a user