Eskarn's Reaction System Template

From XStoryPlayer Wiki
Jump to: navigation, search

THIS IS THE TEMPLATE OF ESKARN'S REACTION SYSTEM

The Reaction System files are located here


Programs you will need

XStoryPlayer v3.5 with betapatch

A program like notepad++ to make coding easier

The language we are going to be using is C++


Description

Eskarn's Reaction System is designed to allow the npc to react to all touches based on a relationship

It also has an Orgasm System added to it aswell

This is a basic template the rest is up to you

This had been made as modular as possible but has only been applied to Saiko

To change it for another character simply use Find and Replace to change the names saiko to monica for instance and place in the correct folders


For this part im going to be using the template names

To start you must copy all the files over to the desired location

(A few of the files will override base files so make sure you don't override changed files)

To get this system to work you must run saikoinit.dat

saikoinit()

This will set all the values needed to make this work

To raise or lower the relationship value use saikorelationshipchange.dat


saikorelationshipchange(UP)//will make the relationship go up
saikorelationshipchange(DOWN)//will make the relationship go down

That's it

Feel free to edit or modify this system to suit your needs

PM me if you require assistance getting this to work Eskarn