xTVaser / pcsx2-rr

PCSX2-rr - The Playstation 2 Emulator with TAS Tools (Now Merged into PCSX2 Core!)
http://pcsx2.net/
Other
33 stars 6 forks source link
emulator ps2 speedrunning tas

PCSX2-RR

Future of this repository

PCSX2's re-recording tools have been merged into PCSX2 for quite sometime, meaning that releases will not occur here anymore. This fork will serve as a staging ground for my own personal changes and is no longer a distinct fork.

If you are interested in improving the recording tools or fixing a bug, please consider making a pull-request on pcsx2's main repository, as well as directing any issues / bug reports there as well.

Credit

This is a fork of https://github.com/DocSkellington/pcsx2-1.4.0-rr which itself is a fork of https://github.com/pocokhc/pcsx2-1.4.0-rr, which itself is based off the original pcsx2-rr. However, since the content has changed a lot and simple merging can not be done, the source code has changed considerably from this original version.

About

This work tries to bring TAS tools to the latest version of the PCSX2 emulator. If you have other ideas (or if you find bugs), don't hesitate to open an issue (or write a post in TASVideos' forum).

If you would like to make an improvement to the project, don't hesitate to follow the steps to build from source and submit a pull request.

Have fun while creating TAS! :D

Video Examples

Here is a simple tutorial on getting started with PCSX2-rr, note that keybindings may have changed!

Here are some TAS examples (made with the original pcsx2-rr v.1):

Getting the Emulator

Check the release page for the latest build, there is also a build for the old 1.4.0 release of pcsx2 that may be better suited for some games.
You will need:

This was tested only on Windows 10, but the application should work on the other OS supported by PCSX2.

Features

For more detail, see the wikis:

New shortcuts

Activate Shortcuts for save/load

If you wish to activate the keyboard shortcuts for saving to (or loading from) a specific slot without having to manually switch the current slot to this one (so, if you don't want to use only F1, F2 and F3), here are the steps:

  1. In the PCSX2-rr_keys.ini remove the # before States_SaveSlot0, States_SaveSlot1 (and so on)
  2. Change the 10 into a 0 (zero)
  3. In LilyPad settings, switch the Keyboard API to Raw input

Fast Frame Advance

If you set Lilypad's Keyboard API to Raw Input (in the Plugin Settings), you will be able to hold space to "frame advance" multiple times in a row (the number of times per second should depend on your operating system's settings).

Desync

See this wiki page

How to build for development (Windows 10) full details to come

See this wiki article

Current Issues (probably should just move to an issue page

Titlebar during FrameAdvance

Had to cheat a little to force the frame counter to update in the titlebar. So, the other information displayed is not accurate (because it's not updated).


PCSX2

Windows Build Status Linux Build Status MacOS Build Status Codacy Badge Discord Server

PCSX2 is a free and open-source PlayStation 2 (PS2) emulator. Its purpose is to emulate the PS2's hardware, using a combination of MIPS CPU Interpreters, Recompilers and a Virtual Machine which manages hardware states and PS2 system memory. This allows you to play PS2 games on your PC, with many additional features and benefits.

Project Details

The PCSX2 project has been running for more than twenty years. Past versions could only run a few public domain game demos, but newer versions can run most games at full speed, including popular titles such as Final Fantasy X and Devil May Cry 3. Visit the PCSX2 compatibility list to check the latest compatibility status of games (with more than 2500 titles tested), or ask for help in the official forums.

The latest officially released stable version is version 1.6.0.

Installers and binaries for both stable and development builds are available from our website.

System Requirements

Minimum

Operating System CPU GPU RAM
- Windows 10 Version 1809 or later (64-bit)
- Ubuntu 22.04/Debian or newer, Arch Linux, or other distro (64-bit)
- macOS 11.0
- Supports SSE4.1
- PassMark Thread Performance rating near or greater than 1500
- Two physical cores, with hyperthreading
- Direct3D 11 (Feature Level 11.0) support
- OpenGL 3.3 support
- Vulkan 1.1 support
- Metal support
- PassMark G3D Mark rating around 3000 (Geforce GTX 750, Radeon RX 560, Intel Arc A380)
- 2 GB Video Memory
4 GB

Recommended

Operating System CPU GPU RAM
- Windows 10 22H2 (64-bit)
- Ubuntu 23.04/Debian or newer, Arch Linux, or other distro (64-bit)
- macOS 11.0
- Supports AVX2
- PassMark Single Thread Performance rating near or greater than 2000
- Four physical cores, with or without hyperthreading
- Direct3D12 support
- OpenGL 4.6 support
- Vulkan 1.3 support
- Metal support
- PassMark G3D Mark rating around 6000 (GeForce GTX 1650, Radeon RX 570)
- 4 GB Video Memory
8 GB

Heavy

Operating System CPU GPU RAM
- Windows 10 22H2 (64-bit)
- Ubuntu 23.04/Debian or newer, Arch Linux, or other distro (64-bit)
- macOS 11.0
- Supports AVX2
- PassMark Single Thread Performance rating near or greater than 2600
- Four physical cores, with or without hyperthreading
- Direct3D12 support
- OpenGL 4.6 support
- Vulkan 1.3 support
- Metal support
- PassMark G3D Mark rating around 6000 (GeForce GTX 1650, Radeon RX 570)
- 4 GB Video Memory
8 GB

_Note1: Recommended Single Thread Performance is based on moderately complex games. Games that pushed the PS2 hardware to its limits will struggle on CPUs at this level. Some release titles and 2D games which underutilized the PS2 hardware may run on CPUs rated as low as 1200. A quick reference for CPU intensive games: Wiki, Forum and CPU light games: Forum_

_Note2: Recommended GPU is based on 3x Internal, ~1080p resolution requirements. Higher resolutions will require stronger cards; 6x Internal, ~4K resolution will require a PassMark G3D Mark rating around 12000 (GeForce RTX 2060 Radeon RX 6600 Intel Arc A750). Just like CPU requirements, this is also highly game dependent. A quick reference for GPU intensive games: Wiki_

Technical Notes

Contributing / Building

Want to contribute to the development of PCSX2?

See the Contributing Guidelines or visit the GitHub Wiki

Want more? Check out the PCSX2 website.