Main Menu
  • Welcome to The RPG Maker Resource Kit.

Composite Character Sets / Visual Equipment

Started by modern algebra, July 05, 2008, 10:33:07 PM

0 Members and 1 Guest are viewing this topic.

modern algebra

umm yeah, send me a demo and I'll take a look when I have time. It might be a while from now though.

RPGManiac

#126
http://dl.dropbox.com/u/15385392/Gio%20Adventures%20Origins.exe

Every time I try to change something in the code, something else goes wrong. Now the hairstyles are stacking on top of each other even though I put a script call to remove the previous style, in addition to the previous problem.

EDIT:

To cycle between styles, use left or right. To switch between hair and clothing, press up or down. All articles start on the left so you should start cycling right.

RPGManiac

#127
EDIT:

I fixed it. It's weird and I don't understand why, but it works perfectly now. Apparently I have to run both common events that handle the clothing and hair one right after another so that the game checks both.

modern algebra

Weird. Well, I'm glad you managed to fix it.

Infinate X

THANK YOU!!!! I HAVE BEEN SEARCHING RPGMAKERVX.NET FOR THIS SCRIPT BECAUSE I SAW IT THERE AND I'M AM GLAD YOU HAVE IT HERE BECAUSE SOMEONE ELSE POSTED A LINK!!!! :tpg:

nekollx

Hope this isn't considered a necro post:

don't supose that Yanfly's extended moviement could be made compatible with this?

modern algebra



Watfordj

#133
I'm making a dungeon game, and i'm trying to use your script.
but I cant figue out how to configure the 'add_graphic_to_actor' script
the problem is, i dont get how the numbers after that are configured.

       This is the part i dont understand
'index         : the index of the graphic in the actor's composite_character'
              what does it mean?

SADRavin

#134
 :tpg: Wow lots of info!
Ok, my question was asked by some one else, but not responded to...
My question: How do I remove a hair style from the hero when I equip a helm?

More to the point, I need to remove it from the (note) field on the helm, until the helm is unequipped. I have studied this code and this form for months, and all my attempts led me to think the script doesn't support the (note) field to remove graphics. I don't want to clear all of it, just the hair until the helm is removed. Any ideas would be of great help?  :-\

#  You can now remove and add graphics to the actor using the following codes
#  in a script call:
#
#   remove_graphic_from_actor (actor_id, index)
#   remove_graphic_from_actor (actor_id, graphic_name, graphic_index, graphic_hue)
#   add_graphic_to_actor (actor_id, graphic_name, graphic_index, graphic_hue, index)

I also think its odd that the last remove code is an add code, is this a typo?
Want to try my game? Zelda like non-encrypted.
Download it here:
https://sdemoor.wordpress.com/category/how-to/

thebard

This is a brilliant script, and will save me a lot of time on resource creation, so let me first thank you for it.

Second, and I don't hold out too much hope for this, but is there any way to make it compatible with GubiD's tactical battle system (GTBS)?

It's available here: http://www.mediafire.com/?alyjzm4qgyg

fatapi_shadramon

i really hope this isnt a necropsted but... is this thing gonna work on GTBS? i was hoping to minimize my work by using this and some of my tweaks. since i will do a character creation for my game, this might be helpful. i am afraid it might not work for GTBS animated or non animated battlers.

trubear

#137
Im sorry is there a way to make this compatible with tankantai sbs 3.4d

crimexxstudios

I am very new to rpg maker vx and  would like to know how i can add options provided by : http://rmrk.net/index.php/topic,31574.0.html to add more Armour / choices to my game.
Thanks for your time.

-Crimexx
Current Projects :

Light's Darkest War


modern algebra

Just import them into your game like you would any other character sets? If they are singles and not a set of 8 then put a $ in front of them as you would normally.

I really don't know what you mean - all the relevant instructions are in the header of the script and I really don't know how I could explain it any better in such a general way. There's also a demo which (I think) demonstrates every feature of the script. If maybe you have a more specific and focussed question about what you don't understand about the instructions or the demo, then I can clarify. But as it is, I have already explained the general aspects of the script to the best of my ability inside the script and demo and I don't know how to improve on that without knowing where you are having difficulty.

Watfordj

im trying to use this script, but when i start the game, the actor always has green hair. How do i get rid of this?

exhydra

Sounds like you have a hue set on your hair sprites. Set the third option to zero and that should make it normal.

Example :
@ma_composite_character.push (['VisEquipSample', 2, 75])

Change to :
@ma_composite_character.push (['VisEquipSample', 2, 0])

UPDATED 05-29-14


IS YOUR PROJECT OPTIMIZED?
UPDATED 07/04/15 - v2.5

RPG MAKER TOOLBOX
UPDATED 07/04/15 - v1.5

nekollx

W0 was just curious if you ever hand a chance to look at Yanfy extended movement to find a way to make it work with that

nirshu05

excuse me!
can you make this run with extra movement frames? will this work with bigger sprite set??
hmm not 32x32?
im using RO sprite sheet. can you make it run to have 8 frames width, 9 frames height??

im using the kaduki SBS. so it would be nice to be my $actor_idle, $actor_walk, $actor_run just have the Headgears in map.
and for my $actor_idle_1(for battle scene) should be like this.
i want to make my $actor_idle_1 graphic to be the 1st layer
2nd layer is for my weapon graphic, 3rd layer is my shield graphic, if two handed also in 2nd layer,
then 4th layer is for my head gear low, 5th layer for my headgear mid, 6th layer is for my head gear top..
Sorry For my bad English im asian, please do tell me if my english is worst and u understand what im saying i will try my best to make it more clear.
thanks in advance..
My Profile Picture is made of RMVXACE

Infinate X

#144
Is it possible to add an extra tag so this can effect different classes specialy, but if special class tages aren't used, the other tags will effect any untagged class?

I was thinking something like:

\cg[Actor2, 3, 50, 2, 5] # Character Set = Actor2 : index = 3 : hue = 50 : z = 2 class :5

By the way, what does z do?

EDIT: I just realized I don't need this anymore :( It probably won't work when I use the animation frames with Tankentai SBS ATB D: They extra frames make the game more awesome

crimexxstudios

Is it possible to add folder support so I could organize hair, armor, accessories, and helmets into folders?

Thanks for the awesome script,

-Crimexx
Current Projects :

Light's Darkest War


darkdar4

How do you fix Tankentai Sideview Battle System3.4 for the skin?

darkdar4


protoman113

Is it possible to tell us how to set up the Charsets for this script?

digdarkevil

dunno. i should check this out too,

hey,modern allegra,i looked trough the posts and it seems that you have made a LOT of Edit,
so, can you post the edited script please? i dont wanna have the same error everyone had, :lol:
and one more thing..do you know a script similar  to this 1 but instead of changing the sprite it change the face?
this would be COOOL for a chara maker :D and your script is AWESOOOMME!!!!!!