Installation

This installation guide walks you through installing the Github version of the AwSW modtools - this should not be required by normal users as the Steam Workshop files are often more up to date.

Download the mod tools here. Extract the zip and copy-paste the contents to the game directory in your AWSW installation.

The DRM-free installation directory is wherever you extracted the game. The Steam installation directory can be found by right-clicking the entry in your Steam library, hitting ‘Properties’, clicking the ‘Local Files’ tab, and then clicking ‘Browse Local Files’.

The only mod required is the core mod. The core mod loads some crucial components of the mod framework.

The resulting directory structure should look like the following:

Installation Directory
|-- game
    |-- mods
        |-- core
        |-- ...
    |-- modloader
        |-- ...
    |-- archive.rpa
|-- lib
    |-- ...
|-- renpy
    |-- ...
|-- Angels with Scaly Wings.exe
|-- Angels with Scaly Wings.py
|-- Angels with Scaly Wings.sh

## Roadmap

[*] Complete

[!] Important!

[.] In progress

#### Level 1 (usability: barely*)

You are here. Good luck.

[*] # Modify Renpy screens

[*] # Hook interpreted opcodes

[*] # Virtual file system for resources

#### Level 2 (usability: better)

[.] # Hook Menus

[.] # Better menu finding algorithm

# Easy hooking for any instruction type

# Docs and easy hooking for screen lang objects

#### Level 3 (usability: easy)

[.] # Complete abstraction of apartment menu

# Debug overlay(menu option jump viewing, code peaking, on the fly decompilation)

[*] # Post true ending hook

# Post chracter ending hooks

# Pre ending hooks

# Ending determination point hook

# Fine grain character patching

# Postponing chapters and key game events without manual label lookup

* results may vary