Kaimonkey's Character Creation with Races (Version THREE Released)!

Joined
Jun 22, 2014
Messages
2
Reaction score
0
First Language
English
Primarily Uses
Hello ! Nice script ! :)

Is it possible to add some extra text box , so we can write characteristic about the selected race / class ?
I am a total noob, so this being done, or instructions on how to do it would be great, because this script is otherwise fantastic.
 

reynock

Warper
Member
Joined
Jul 9, 2014
Messages
4
Reaction score
1
First Language
English
Primarily Uses
for some reason the game breaks when I implement the script
 

reynock

Warper
Member
Joined
Jul 9, 2014
Messages
4
Reaction score
1
First Language
English
Primarily Uses
Nevermind, I got it working. What broke it is I deleted the actor instead of making the actor blank.
 

Kai Monkey

Veteran
Veteran
Joined
Apr 3, 2012
Messages
166
Reaction score
119
First Language
RGSS3
Primarily Uses
I am glad that you got it working! :D
 

Ultim

Kartoffel.
Veteran
Joined
May 21, 2014
Messages
787
Reaction score
117
First Language
Arabic
Primarily Uses
Pretty useful script for my planned project
 

Valentor Denesto

Villager
Member
Joined
Aug 9, 2014
Messages
36
Reaction score
3
First Language
English
Primarily Uses
Hey Kaimonkey!

Excellent script! I have a quick question on it. Once I have them go through the selection process and then check the variable for race is there a way to change that race's ex-parameters? For example they choose dwarf and now no matter what the class they can always wear heavy armor or Elves can always use bows etc?

Also is there a way to add in a description of the classes and races so that they player knows what bonuses they would be getting? Thank you!
 

lukasdrag0n

Warper
Member
Joined
Aug 27, 2014
Messages
3
Reaction score
0
First Language
English
Primarily Uses
Im having a little bit of trouble adding in new skins and races...

Im pretty new to ace so if you could help me that would be great! :)
 

luiscesjr

Veteran
Veteran
Joined
Jun 26, 2014
Messages
117
Reaction score
11
First Language
Portuguese
Excellent script! I have a quick question on it. Once I have them go through the selection process and then check the variable for race is there a way to change that race's ex-parameters? For example they choose dwarf and now no matter what the class they can always wear heavy armor or Elves can always use bows etc?
I am pretty sure you set that up in the database. Press F9 and go to classes tab (Second tab). On the right corner you will see what each race/class can wear, equip.

Also, have in mind that your weapons and armor must have a "type". If you go to those tabs you will also notice that each of them has it's own, and you can change

that as much as you want.

ANNNND on the last tab you can set which and how many weapon/armor types your game will have.

 

Im having a little bit of trouble adding in new skins and races...

Im pretty new to ace so if you could help me that would be great!  :)
On script line 14, you can change the races name and add more if you want so.

Then, for each race you will have (starting on line 65) the race's appearance names,

followed by the face images you want to use ( here you give the file name and on next line,

race face index, you will choose which face from this file you will use).

Then again we have a race character choice, which you will again give the file name and

on the next line you will again choose which of those sprites will represent the choice.

I'm sorry, I don't think I was clear enough, but maybe you will undertand me!!!

EDIT.:

I now have a problem of my own.:



Any ideas?
 
Last edited by a moderator:

Kai Monkey

Veteran
Veteran
Joined
Apr 3, 2012
Messages
166
Reaction score
119
First Language
RGSS3
Primarily Uses
Hello!

As I have said before, I no longer have a copy of RPG Maker so I can only be of limited help.

I do want to say that only CLASS traits can be modified in the database, RACIAL traits have to be added through events. 

This means that after the character creation screen is shown you should check the variable which stores the race index (I think i set it to 25 by default, but it can be changed in the config). Here you can say 

IF Variable025 = 2 Add 10 to Actor0 Strength IF Variable024 = 4 Give Actor0 Fire1 Skillect...I am not sure if events can add traits (Allowing actors to use certain categories of armor and weapons, dual wield, auto-battle, ect) but I think they might be able to. 
But the great thing about events is you can do anything there; the system can be as complicated as you make it!
 

Crystona123

Warper
Member
Joined
Feb 15, 2015
Messages
1
Reaction score
0
First Language
English
Primarily Uses
i love the script iv just run into a bit of a problem i'm getting an error on line 94 here's the error i cant take screen shots because idk how on my pc but here's the error Script 'Character Creation' (i named it that so i knew what it was) line94: NoMethodError occurred. undefined method 'id' for NilClass:Class that's the error i'm getting and i never even changed the class id from what the script had set if i could get some help id much appreciate it
 

Fallenstudio

Warper
Member
Joined
Feb 16, 2015
Messages
3
Reaction score
0
First Language
English
Primarily Uses
I am also having the same problem as Crystona123 and ive even tried replacing the script with a clean copy.
 

sir_face

Warper
Member
Joined
Apr 24, 2015
Messages
1
Reaction score
0
Primarily Uses
hello im tring to get this script to work im getting an error on line 1411 does any one know how to fix this?
 

Kai Monkey

Veteran
Veteran
Joined
Apr 3, 2012
Messages
166
Reaction score
119
First Language
RGSS3
Primarily Uses
Hi! Sorry for the late response. 

I believe the errors people are experiencing are coming from them deleted classes and actors out the database. Please:

  1. Ensure you have not deleted the default starting character
  2. Ensure that if you have less classes than the default, you modify the config section of the script to match. (If your game has 4 different classes, and the script tries to reference class number 7, it will crash)
Unfortunately I have lost my copy of RPG Maker, so there I cannot help people as much as I would like to be able to :(
 

b133d_4_u

Warper
Member
Joined
Nov 30, 2014
Messages
2
Reaction score
0
First Language
English
Primarily Uses
Licence... Now that'd require foreplanning wouldn't it...

If anyone wants to use it commercially, (Although I doubt I'd ever be that lucky) try and get me a free copy
Well, you can consider yourself one lucky sumb*tch! Look forward to receiving a free copy of Dark Galaxy by Venom Planet Studios!
 

Kai Monkey

Veteran
Veteran
Joined
Apr 3, 2012
Messages
166
Reaction score
119
First Language
RGSS3
Primarily Uses
Hey ♫

Good news everybody!

I got hold of my old copy of RpgMaker, and started development on a third version of this script. It is now MORE powerful than ever! Check the first post for more information, and, as always, post here if you have any issues at all!
 

Mojo907

Veteran
Veteran
Joined
May 21, 2013
Messages
164
Reaction score
38
First Language
English
Primarily Uses
RMMV
Third version is rather nice, and the multiple character creation aspect is lovely addition. Good stuff, apparently I've learned my way around RPG Maker enough to not require a demo of this anymore lol :p
 

Kai Monkey

Veteran
Veteran
Joined
Apr 3, 2012
Messages
166
Reaction score
119
First Language
RGSS3
Primarily Uses
I am glad I can help! If there are any other features you would like to suggest for future versions, do not hesitate to post them here!
 

Sainthell

WHY DID I FORGET RAZOR LEAF
Member
Joined
Jul 25, 2014
Messages
11
Reaction score
0
First Language
Portuguese
Primarily Uses
Hello, i'm currently using your script and Blackmorning's YEA Status menu Add-on: Advanced YEA Status (http://bmscripts.weebly.com/advanced-yea-status.html#.VWI3y_kziko), and i'm facing a bit of an issue. You have the choice of using a portrait for your character at the "Biography" section, but it's not working with the characters made with your script. And i tested with a pre-made character if changing his icon mid-game would change his portrait, and it did. Do you know why is this happening?

And also, thanks for this script, it's great for my type of game!
 

Kai Monkey

Veteran
Veteran
Joined
Apr 3, 2012
Messages
166
Reaction score
119
First Language
RGSS3
Primarily Uses
Everybody! I have made a small Demo which can be found here!
 
Last edited by a moderator:

Users Who Are Viewing This Thread (Users: 0, Guests: 3)

Latest Threads

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,081
Members
137,582
Latest member
Spartacraft
Top