Guest Access
Go to page : 1, 2
Active Member
Active Member

Active Member
profile
Here's an early demo (only 29megs) of the project:
[You must be registered and logged in to see this link.]
Link of the demo updated with some corrections.
Some screenshots:



Until I fix all the bugs, the project is in french. I'll translate it into english later.
Bugs found:
- No charge graphic for Claire's sword.
- No pickup graphic when Claire carries an item due to caterpillar script.
- No _Act and _Hit for the enemies who transform themselves.
- Each time I kill an enemy, I've got this kind of message with the Respawn Timer script: example: "Dead and added id 168,1 = -1"
Kill a human, go out town and try to survive if you want some challenge.
Have fun and give me your impressions!
kimono
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

[You must be registered and logged in to see this link.]
Link of the demo updated with some corrections.
Some screenshots:



Until I fix all the bugs, the project is in french. I'll translate it into english later.
Bugs found:
- No pickup graphic when Claire carries an item due to caterpillar script.
- No _Act and _Hit for the enemies who transform themselves.
Kill a human, go out town and try to survive if you want some challenge.
Have fun and give me your impressions!
Active Member
Show Signature
Active Member
EVENTALIST
EVENTALIST

EVENTALIST
profile
If your using my re spawn timer, its prob a bug i left in there when i was debugging.
You can just go in to the script and (crtl+F) look for "print(" and just add a # symbol in front of print.
mr_wiggles
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

You can just go in to the script and (crtl+F) look for "print(" and just add a # symbol in front of print.
EVENTALIST
Show Signature
EVENTALIST
Active Member
Active Member

Active Member
profile
@Mr Wiggles: It was this line that shows the message, thank you very much.
Can someone take a look at the demo and have an idea with the others bugs?
kimono
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

Can someone take a look at the demo and have an idea with the others bugs?
Active Member
Show Signature
Active Member
C.O.R.N.
C.O.R.N.

C.O.R.N.
profile
I just downloaded it and I will look at it after school. : D
EDIT: nvm i cant script. Playing it is fun though.
BluE
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

EDIT: nvm i cant script. Playing it is fun though.
C.O.R.N.
Show Signature
Administrator
Administrator

Administrator
profile
this looks amazing kimono! @,@
thx 4 sharing, I will be happy test it out.
so cool that you made a game based off of the anime ^,^
+++
G@MeF@Ce
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

thx 4 sharing, I will be happy test it out.
so cool that you made a game based off of the anime ^,^
+++
Administrator
Show Signature
Active Member
Active Member

Active Member
profile
@G@mef@ce and Blue: Thanks for your comment, these give me the motivation to go on.
I only wish I can solve these graphic bug, can you please take a look at it?
kimono
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

I only wish I can solve these graphic bug, can you please take a look at it?
Active Member
Show Signature
Active Member
EVENTALIST
EVENTALIST

EVENTALIST
profile
I looked at your demo to try and find out why the enemies where not swapping character sets to the _hit and _act. I couldn't find anything, But you shouldn't give up hope.
Have you checked on Calvin's website?
[You must be registered and logged in to see this link.]
mr_wiggles
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

Have you checked on Calvin's website?
[You must be registered and logged in to see this link.]
EVENTALIST
Show Signature
EVENTALIST
Active Member
Active Member

Active Member
profile
@Mr_wiggles:
Thunder has told me to activate a self_switch via call script, so I can create a new event page to “transformed monster” to control perfectly his graphics and movements.
The syntax to change a self_switch is:
$game_self_switches[[MAP_ID, EVENT_ID, "SELF_SWITCH"]] = STATE
ex.:
$game_self_switches[[21, 3, "A"]] = true
(MAP 21, EVENT 3, SELF_SWITCH A)
I tried it but the attack blocks on its first frame and I don't have hit animation.
Maybye it's easier to view what the matter is with pickup and charge for the hero, I don't understand what is wrong with this?
Like Thomas Edison could say: Making is 1% idea, 99% perseverance.
kimono
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

Thunder has told me to activate a self_switch via call script, so I can create a new event page to “transformed monster” to control perfectly his graphics and movements.
The syntax to change a self_switch is:
$game_self_switches[[MAP_ID, EVENT_ID, "SELF_SWITCH"]] = STATE
ex.:
$game_self_switches[[21, 3, "A"]] = true
(MAP 21, EVENT 3, SELF_SWITCH A)
I tried it but the attack blocks on its first frame and I don't have hit animation.
Maybye it's easier to view what the matter is with pickup and charge for the hero, I don't understand what is wrong with this?
Like Thomas Edison could say: Making is 1% idea, 99% perseverance.
Active Member
Show Signature
Active Member
EVENTALIST
EVENTALIST

EVENTALIST
profile
Seeing that you said in a different post that this was fixed by thunder and the problem was with the caterpillar script.
Is this true, or do you still need a fix?
mr_wiggles
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

Is this true, or do you still need a fix?
EVENTALIST
Show Signature
EVENTALIST
Active Member
Active Member

Active Member
profile
@Mr_Wiggles: The caterpillar script contains some bugs (no _ani for the followers, no _pickup and _hit for the main character).
The enemies that transform themselves still need a fix, they don't have _act and _hit animation.
The _charge is resolved, I removed the suffix in XAS Sprite line 950.
kimono
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

The enemies that transform themselves still need a fix, they don't have _act and _hit animation.
The _charge is resolved, I removed the suffix in XAS Sprite line 950.
Active Member
Show Signature
Active Member
Go to page : 1, 2