Jump to content

Close
Photo

NaruSaku RPG Fangame

NaruSaku Game RPG FanGame

  • Please log in to reply
81 replies to this topic

#61 FreakySandra1995

FreakySandra1995

    Elite Teacher

  • Elite Teacher
  • PipPipPip
  • 1,162 posts
  • Gender:Female

Posted 25 October 2014 - 07:25 PM

Yeah. I can easily do simple events. I'm a fast learner but the events where I want to transfer to a diff location and still have it continue is tedious. For example: I did an event where the teacher would introduce the new student and then a battle would commence and when I finished the battle, if I talk to him again it repeats itself. I don't want that to happen. :c

EDIT: No looping involved

You need to make a Conditional Branch and a Control Switch in that situation. 

Example

 

WIth that, you're telling the game that after the battle, it's not to play the same scene again. Watch out to place the correct scene in the corect line as well! If you for example do this:
 

Another example

 

Then you will have the dialogue in the conditional branch AND a looping, because you haven't put the commands in the section "Else"


Your wish has been heard loud and clear!

tumblr_n4c1f8AT2C1tswvyoo3_500.gif

 

Iki Hiyori

May our fates intertwine!


#62 Luna

Luna

    aespa

  • S-Class Missing Nin
  • PipPipPipPipPip
  • 2,550 posts
  • Gender:Female

Posted 25 October 2014 - 07:35 PM

You need to make a Conditional Branch and a Control Switch in that situation. 

Example

 
WIth that, you're telling the game that after the battle, it's not to play the same scene again. Watch out to place the correct scene in the corect line as well! If you for example do this:
 
Another example

 
Then you will have the dialogue in the conditional branch AND a looping, because you haven't put the commands in the section "Else"


That was really helpful. Thanks so much.


 


#63 FreakySandra1995

FreakySandra1995

    Elite Teacher

  • Elite Teacher
  • PipPipPip
  • 1,162 posts
  • Gender:Female

Posted 25 October 2014 - 07:40 PM

That was really helpful. Thanks so much.

Don't mention it :) If you have another problem, you can always ask.
Also, another tip: Make sure you actually name your events. That's important especially if one event is a character and needs to react while you interact with another event. 


Your wish has been heard loud and clear!

tumblr_n4c1f8AT2C1tswvyoo3_500.gif

 

Iki Hiyori

May our fates intertwine!


#64 Luna

Luna

    aespa

  • S-Class Missing Nin
  • PipPipPipPipPip
  • 2,550 posts
  • Gender:Female

Posted 25 October 2014 - 08:11 PM

Don't mention it :) If you have another problem, you can always ask.
Also, another tip: Make sure you actually name your events. That's important especially if one event is a character and needs to react while you interact with another event.


Naming the simple house transfers should be done as well?


 


#65 FreakySandra1995

FreakySandra1995

    Elite Teacher

  • Elite Teacher
  • PipPipPip
  • 1,162 posts
  • Gender:Female

Posted 25 October 2014 - 08:15 PM

Naming the simple house transfers should be done as well?

It wouldn't hurt to do. It makes it a lot more easier if you need to change some things afterwards when you haven't worked on a particular map for days or weeks.


Your wish has been heard loud and clear!

tumblr_n4c1f8AT2C1tswvyoo3_500.gif

 

Iki Hiyori

May our fates intertwine!


#66 *- ZerΩ -*

*- ZerΩ -*

    D E J A V U

  • Chakra Water Walker
  • PipPip
  • 341 posts
  • Gender:Male
  • Location:Greece, Athens
  • Interests:Sports-> Football,Basketball
    Video Games,The Mentalist,Supernatural..etc

Posted 25 October 2014 - 08:25 PM

Woow you know how to programming?

Thats so nicee!

I study Computer science, i know how to program in Java and in C++(im 2nd year).

But i cant make games like you do xD


tumblr_n09oo96JLS1sqdj5ko1_500.jpg


#67 Luna

Luna

    aespa

  • S-Class Missing Nin
  • PipPipPipPipPip
  • 2,550 posts
  • Gender:Female

Posted 25 October 2014 - 08:31 PM

It wouldn't hurt to do. It makes it a lot more easier if you need to change some things afterwards when you haven't worked on a particular map for days or weeks.


I have a few questions.... I hope I'm not bothering you. >.<

So I did the conditional branch and control switch but after the event is finished the player character won't finish.

Also for example: If I started an event in an Inn and part of that event was to transfer you to another part of the town how do you erase the event from the Inn because if I go back there the character I started the event with will be still there.


 


#68 FreakySandra1995

FreakySandra1995

    Elite Teacher

  • Elite Teacher
  • PipPipPip
  • 1,162 posts
  • Gender:Female

Posted 25 October 2014 - 08:37 PM

Woow you know how to programming?

Thats so nicee!

I study Computer science, i know how to program in Java and in C++(im 2nd year).

But i cant make games like you do xD

Ah, it's not really programming :) The program I made the games with basically made it a lot easier to breate a game, but I can't say I can programm out of nowhere x) I'm only at HTML level at school ;)

 

I have a few questions.... I hope I'm not bothering you. >.<

So I did the conditional branch and control switch but after the event is finished the player character won't finish.

Also for example: If I started an event in an Inn and part of that event was to transfer you to another part of the town how do you erase the event from the Inn because if I go back there the character I started the event with will be still there.

It's okay.

What exactly do you mean with won't finish? Is the character stuck? Can you maybe make a screenshot of the commands?

Umm, hm, there is a command that says "delete Event" as far as I know. Try to add it after the event is finished.


Your wish has been heard loud and clear!

tumblr_n4c1f8AT2C1tswvyoo3_500.gif

 

Iki Hiyori

May our fates intertwine!


#69 Luna

Luna

    aespa

  • S-Class Missing Nin
  • PipPipPipPipPip
  • 2,550 posts
  • Gender:Female

Posted 25 October 2014 - 08:41 PM

Ah, it's not really programming :) The program I made the games with basically made it a lot easier to breate a game, but I can't say I can programm out of nowhere x) I'm only at HTML level at school ;)
 
It's okay.

What exactly do you mean with won't finish? Is the character stuck? Can you maybe make a screenshot of the commands?

Umm, hm, there is a command that says "delete Event" as far as I know. Try to add it after the event is finished.


209db3c2a64c3741a9465d2e6184a252.png

Yeah the character is stuck :(

Edited by Luna, 25 October 2014 - 08:42 PM.


 


#70 FreakySandra1995

FreakySandra1995

    Elite Teacher

  • Elite Teacher
  • PipPipPip
  • 1,162 posts
  • Gender:Female

Posted 25 October 2014 - 08:55 PM

209db3c2a64c3741a9465d2e6184a252.png

Yeah the character is stuck :(

 

This is how it should look like:
 

Problem

 

You need to take everything into the "Else" section, the  beginning as well, or if you talk to the teacher again he will repeat the introduction. What you did was only adding the Command, but you didn't filled it. 
Also, is the event an Autorun or triggered with the Action button?

Edit: Also, make sure that the switch command is applied on every choices end!


Edited by FreakySandra1995, 25 October 2014 - 09:00 PM.

Your wish has been heard loud and clear!

tumblr_n4c1f8AT2C1tswvyoo3_500.gif

 

Iki Hiyori

May our fates intertwine!


#71 starlitestarbrite

starlitestarbrite

    Academy Teacher

  • Academy Teacher
  • PipPipPip
  • 666 posts
  • Gender:Female
  • Location:U.S

Posted 25 October 2014 - 09:00 PM

send me the link when the game is done



#72 Luna

Luna

    aespa

  • S-Class Missing Nin
  • PipPipPipPipPip
  • 2,550 posts
  • Gender:Female

Posted 25 October 2014 - 09:03 PM

This is how it should look like:
 

Problem

 
You need to take everything into the "Else" section, the  beginning as well, or if you talk to the teacher again he will repeat the introduction. What you did was only adding the Command, but you didn't filled it. 
Also, is the event an Autorun or triggered with the Action button?

Edit: Also, make sure that the switch command is applied on every choices end!


It's a action button.


 


#73 Luna

Luna

    aespa

  • S-Class Missing Nin
  • PipPipPipPipPip
  • 2,550 posts
  • Gender:Female

Posted 25 October 2014 - 09:03 PM

send me the link when the game is done

It's done already. It's amazing


 


#74 FreakySandra1995

FreakySandra1995

    Elite Teacher

  • Elite Teacher
  • PipPipPip
  • 1,162 posts
  • Gender:Female

Posted 25 October 2014 - 09:04 PM

It's a action button.

Try doing it then like I did, but don't forget to add the other Conrol switch at the other choice. It should work then.


Your wish has been heard loud and clear!

tumblr_n4c1f8AT2C1tswvyoo3_500.gif

 

Iki Hiyori

May our fates intertwine!


#75 Luna

Luna

    aespa

  • S-Class Missing Nin
  • PipPipPipPipPip
  • 2,550 posts
  • Gender:Female

Posted 25 October 2014 - 09:27 PM

Try doing it then like I did, but don't forget to add the other Conrol switch at the other choice. It should work then.


A bit confused. Which choice do you mean?


 


#76 FreakySandra1995

FreakySandra1995

    Elite Teacher

  • Elite Teacher
  • PipPipPip
  • 1,162 posts
  • Gender:Female

Posted 25 October 2014 - 09:34 PM

A bit confused. Which choice do you mean?

Choices

Your wish has been heard loud and clear!

tumblr_n4c1f8AT2C1tswvyoo3_500.gif

 

Iki Hiyori

May our fates intertwine!


#77 Rin_chan

Rin_chan

    Fresh Meat

  • Fresh Meat
  • 5 posts
  • Gender:Female
  • Location:Pakistan
  • Interests:watching animes, reading manga, playing games, drawing, being a neet

Posted 26 October 2014 - 12:19 PM

im getting a bit trouble

like in the forest as you answered that if im following the right path the wind sound will appear but i cant get out of the forest im still like going in circles it still the same how to get out of there??

sorry for bothering !!  :confused:  :ermm:  :mellow:  :sweatdrop: 



#78 FreakySandra1995

FreakySandra1995

    Elite Teacher

  • Elite Teacher
  • PipPipPip
  • 1,162 posts
  • Gender:Female

Posted 26 October 2014 - 12:24 PM

im getting a bit trouble
like in the forest as you answered that if im following the right path the wind sound will appear but i cant get out of the forest im still like going in circles it still the same how to get out of there??
sorry for bothering !!  :confused:  :ermm:  :mellow:  :sweatdrop: 


Did you download the patch?

Your wish has been heard loud and clear!

tumblr_n4c1f8AT2C1tswvyoo3_500.gif

 

Iki Hiyori

May our fates intertwine!


#79 Rin_chan

Rin_chan

    Fresh Meat

  • Fresh Meat
  • 5 posts
  • Gender:Female
  • Location:Pakistan
  • Interests:watching animes, reading manga, playing games, drawing, being a neet

Posted 26 October 2014 - 12:30 PM

Did you download the patch?

i just downloaded form the link you have given and then extracted the file and then started playing the game ...

it was going okay really good game but now im stucked maybe there is some trick but i cant get to it :/



#80 FreakySandra1995

FreakySandra1995

    Elite Teacher

  • Elite Teacher
  • PipPipPip
  • 1,162 posts
  • Gender:Female

Posted 26 October 2014 - 12:41 PM


i just downloaded form the link you have given and then extracted the file and then started playing the game ...

it was going okay really good game but now im stucked maybe there is some trick but i cant get to it :/


Go south, north, north, east, west.
Thay should definitely work. Is a dialogue popping up when you go down? (Because if yes, the patch wasn't installed correctly)

Your wish has been heard loud and clear!

tumblr_n4c1f8AT2C1tswvyoo3_500.gif

 

Iki Hiyori

May our fates intertwine!






Also tagged with one or more of these keywords: NaruSaku Game, RPG, FanGame

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users