Coder Social home page Coder Social logo

autohotkey-suikoden-psx's Introduction

AutoHotkey Suikoden PSX

Fight.ahk preview on Suikoden 2.

AutoHotkey scripts for Suikoden 1 and 2. For when you want to maximize all characters' level and stats without GameShark.

Install

Configure 2 sections of preferences.ini.

Controls

Enter gamepad key bindings in this section. Avoid using uppercase letters, as the Shift key will also be triggered by AutoHotkey.

[Controls]
DUp=w
DLeft=a
DDown=s
DRight=d
Triangle=i
Circle=l
Cross=k
Square=j

Scans

Use Window Spy to find a coordinate and color for scanning fight and finish state. Here's an example of preferences for ePSXe running at 640x480 with Pete's OpenGL2 Driver 2.9.

[Scans]
EnemyColor=0xfefefe
S1FightPoint=10,388,0x31e5fd
S1FinishPoint=70,238,0x31e5fd
S2FightPoint=12,400,0x398acc
S2FinishPoint=30,246,0xfefefe

A point in this INI file is 3 comma-separated values of X-coordinate, Y-coordinate, and color.

INI Key Screenshot Note
S1FightPoint Fight state scan target of Suikoden 1. Any border of the boxes showing party members, enemies, or moves.
S1FinishPoint Finish state scan target of Suikoden 1. Any border of center box showing money and item gained.
S2FightPoint Fight state scan target of Suikoden 2. Any border of the boxes showing party members, enemies, or moves.
S2FinishPoint Finish state scan target of Suikoden 2. First Lv text of top-left box showing character exp gained.

Usage

All of the runnable scripts are semi-automatic triggered by keystroke (mostly Backspace). Run the script and read the instruction in the initial message box.

The only tested speed of these scripts are above 300 FPS.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.