Can you make it so there is 2 stroy lines, like you choose a character to start as out of say 3 people and then follow thier story through, or would that hve to be 3 different games?
Also, could you put a Story Book option on the main menu so you could read what has happened in so far in the game?
And finally, Can you make a character that has a disease (ex., lycanthropy) and turn into a werewolf at a certain time.
I thank any one who has positive and answers, and if you attempt to help me out.
________ Kawasaki KH100
Can you make it so there is 2 stroy lines, like you choose a character to start as out of say 3 people and then follow thier story through, or would that hve to be 3 different games?
Also, could you put a Story Book option on the main menu so you could read what has happened in so far in the game?
And finally, Can you make a character that has a disease (ex., lycanthropy) and turn into a werewolf at a certain time.
I thank any one who has positive and answers, and if you attempt to help me out.
As to the storybook question,yes it is possible.You should go to www.gamingw.net to find a tutorial on that.
As to the werewolf yes that is possible too.Just make it so that on the full moon day or nightime he changes into a werewolf.To do this you would need a night/day system or at least a timer. What you would do is set a certain switch for your transformation.Then you would make a common event with your transform switch for it's requirements.Then in the common event coding you would add a change sprite animation.After this you would need to make a battle character and a new hero for your werewolf if you want him to fight to.To implement the new werewolf battlechar you would have to go back to your common event and switch party members.Then to end your event you would make an off switch so that when it is activated it turns you back to normal.To do this just go back to your common event and make a fork condition if transform is off.In this fork condition just add your change sprite animation then change your hero back to his original form in the Hero array.you would have to change face graphics too if you altered those.
If I screwed up on anything just tell me and I'll post the code I used to figure it out.I used a bear instead of a werewolf though.
note:By changing the hero to werewolf by also using the hero array gives you the option to use to 1 character that has two totally different levelling systems.
I like Idraw for editing chars.As for the other question where you choose your look,do you mean you have like 5 choices of different premade chars or a generator where you choose pants,shirts,hats,etc.
Which would be a faster.
and i still need help with my multiple stories.
For faster it depends on how well you know the proggy.I wouldn't judge by faster but instead by quality.Still I go with Idraw because it's easy as hell to use for charsets.I haven't ever tried to make chipsets so I don't know where to go there.
As for you multiple stories,it depends on what you have planned for it.Tell me exactly how you want it and I'll try to help you make it work.
As to where you set it up in the beginning where you choose chars:
Having a generator with all the graphics loaded would be hard as hell in my opinion and not something I would want to undertake.
As to the choose between a couple pre made chars that is easy.
But again I would have to know exactly how you would wanna do it. This is because you might need to use a small CMS or a cursor.