OmegaDev
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Alignment System

Go down

Alignment System Empty Alignment System

Post by Jet Thu Jul 22, 2010 8:20 pm

Introduction

This script adds a simple and easy-to-use alignment system to your game. This will allow the character to be good, evil, or anything in-between. You can even change it up from alignment to other stuff like Rank or Vampirism.

Features

- Adds Alignment

- Easy to add/subtract points

- Easy to make new alignment names

- Adds alignment name in status menu

- You can add tags to equipment/skills to require a certain alignment condition

Screenshots

Alignment System Alignment

Alignment System 98306276

How To Use

The alignment name and value match to the corresponding one in the other array.

EX: In the default, "Very Evil" is the first name, and -100 is the first condition

This means, if -100 or lower is the value of $game_system.alignment, the

character will be "Very Evil".

--------------------------------------------------------------------------------

How to change alignment: We have 2 command to change alignment points.

sub_alignment(points) and add_alignment(points)

In both commands, replace "points" with the amount of change you want in the

character's alignment points.

sub_alignment will subtract the amount of points.

add_alignment will add the amount of points


Script/Pictures

With the newest update, you can now use an image based bar/cursor to indicate the alignment. My good friend Xalidir was kind enough to whip up some defaults for use to use.

Alignment System Black_arrow_down

Alignment System Alignmentbar2

You need both if the bar is to be used.

-------> Script available here <--------

Patches also available there.

Future Features

- Weapons/armor/skills dependent on alignment DONE

- Choose bewteen an in-game variable and add_alignment(points) DONE

- Suggested Features

FAQ

Q: How do I add or subtract points?

A: Read the Instructions!

Q: How do I add more alignment names?

A: Add the name, in quotes, where you want to. Then add the points requirement in the same place, but in the other array.

EX:

ALIGNMENT_NAMES = ["Very Evil", "Kinda Evil", "evil", "neutral", "good", "very good"]

I added "Kinda Evil" between "very evil" and "evil". Now I must add the requirement.

ALIGNMENT_CONDITION = [-100, -75, -50, 0, 50, 100]

See how i added -75 between the requirement for "very evil" and "evil" just like i put "kinda evil"? Thats how.

Credit and Thanks

- Jet10985 (Jet, CaptainJet)

- CrimsonSeas (rpgmakervx.net)

- Piejamas (rpgmakervx.net)

- Mithran (rpgmakervx.net)

- Yanfly

- OriginalWij (rmcollective.com)

- Synthesis
Jet
Jet
Newcomer
Newcomer

Posts : 13
Gald : 91

Stats
Cookies: 0

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum