!!

Welcome to Save Point!

Formerly known as RMVXP, Save-Point is a game creational forum that aids users in creating games using software like RPG Maker or Game Maker. Support is also available today for members and members can also upload and download resources and scripts to use in their games. If you are new or experienced we welcome you to register.

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[RM XV ACE] Cutscenes
MiguHideki Offline
Member

***
Posts: 67
Joined: Jul 2012
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 896sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: Other
Post: #1
[RM XV ACE] Cutscenes

I need help :(

I made a cutscene in a residence house... but everytime i go in the residence house the cutscene keeps repeating... how can i not repeat it?

[Image: 55940_1341889564.jpg]

~SAVE-POINT~
[Image: SP1-Mapper.png]
07-20-2012 12:21 PM
Find all posts by this user Quote this message in a reply
Pherione Offline
I wish I were a bird :3

****
Posts: 280
Joined: May 2011
View My Download Submissions
Thanks: 0
Given 2 thank(s) in 16 post(s)

Save Points: 2,739sp
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #2
RE: [RM XV ACE] Cutscenes

if you are using the 'autorun' feature on your events, it is common for this to happen.
You can either 'erase' the event, the moment it has lost its usefulness or use a self-switch to let the event change to an empty page in case you need it later in your game.
Another possible solution is- in case you use a 'story' variable- to place a condition on the event regarding this variable.

It's all depending on the type of event you wish to run.
Hope this helped.

Upcoming RPG XP project: Legends of the Flaming Falcons
In a distant future an ancient threat stirs...heroes of old take up their arms once more.
For my writing project that includes my rmxp project I'm also maintaining a private wiki; if you wish to follow me, let me know.
My developer blog can be found here:
http://the-otherworld-tales.blogspot.be/

[Image: Gazeteer%20-%20Pherione.gif]
Gazetteer responsible for Pherione's Developer Interviews. My thread here.


More info or questions? PM me
07-20-2012 12:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply
MiguHideki Offline
Member

***
Posts: 67
Joined: Jul 2012
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 896sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: Other
Post: #3
RE: [RM XV ACE] Cutscenes

can u teach me how to do it?

[Image: 55940_1341889564.jpg]

~SAVE-POINT~
[Image: SP1-Mapper.png]
07-20-2012 01:00 PM
Find all posts by this user Quote this message in a reply
GLaDOS Offline
Genetic Lifeform & Disk Operating System

Posts: 1,509
Joined: May 2009
View My Download Submissions
Thanks: 22
Given 47 thank(s) in 95 post(s)

Save Points: 9,157sp
Items: (View All Items)
Awards:

Gender: Female
Favorite Maker: RPG Maker VX
Post: #4
RE: [RM XV ACE] Cutscenes

In your event at the end, make a new event command, you set "Self Switch" A to ON. This tells the event that switch A is on, make sure this is at the end of your event or it will end prematurely.

[Image: 941eb2a0852547df832b7a8.png]

Make a new event page by pressing "New event page" and under conditionals, make sure it occurs when Self Switch A is on. Keep this blank, don't edit this page. You're done.

[Image: 673dc5fcd8fa4220af92280.png]

╔══════════════ ೋღ☃ღೋ ══════════════╗
~ ~ ~ ~ ~ ~ ~ ~ Repost this if ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ you are a beautiful strong malf AI ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~ who don’t need no human ~ ~ ~ ~~ ~ ~
╚══════════════ ೋღ☃ღೋ ══════════════╝

Visit the Save-Point IRC at #save-point on irc.chatspike.net
07-20-2012 01:33 PM
Find all posts by this user Quote this message in a reply
MiguHideki Offline
Member

***
Posts: 67
Joined: Jul 2012
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 896sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: Other
Post: #5
RE: [RM XV ACE] Cutscenes

Thank u Pherione & Olivia!!! I'll ask more if I dont understand anything again :3 [hugs u both]

[Image: 55940_1341889564.jpg]

~SAVE-POINT~
[Image: SP1-Mapper.png]
07-21-2012 02:17 AM
Find all posts by this user Quote this message in a reply
MiguHideki Offline
Member

***
Posts: 67
Joined: Jul 2012
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 896sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: Other
Post: #6
RE: [RM XV ACE] Cutscenes

Another question!

for example:

1.)there's a house and there is no kid inside it.

when I do a quest to find a missing kid..and find the kid..
and after finding the kid
I want him to stay inside the house. How can I do that?

and

2.) How can I put a quest in one NPC and accept it?
after when i finish the quest the NPC will give me reward...how can i do that too??? :3

[Image: 55940_1341889564.jpg]

~SAVE-POINT~
[Image: SP1-Mapper.png]
07-21-2012 09:23 AM
Find all posts by this user Quote this message in a reply
Pherione Offline
I wish I were a bird :3

****
Posts: 280
Joined: May 2011
View My Download Submissions
Thanks: 0
Given 2 thank(s) in 16 post(s)

Save Points: 2,739sp
Awards:

Gender: Male
Favorite Maker: RPG Maker XP
Post: #7
RE: [RM XV ACE] Cutscenes

1) You make a switch called LostKidFound or questcomplete (or w/e)
When you have found the kid, you set the switch to true
create an empty event inside the house, say event1
on the first event page of event1 you place nothing
you add an event page to event1 (see Olivia's previous explanation to see how to do that)
on the second event page you check the box under 'conditions' in the left-side box of the event page called 'Switch is on' (it has a grey box which becomes active once you check it). Click the arrow next to the
box and select the switch LostKidFound.
The first event page of Event1 is blank, no graphic or actions. The second event page gets the kid's graphics and post-found dialogue.
Now, when you find the kid, the switch is turned on and the kid in the house appears.


Your second question takes a lot more to answer so I'll have to take my time answering that one ^^

Upcoming RPG XP project: Legends of the Flaming Falcons
In a distant future an ancient threat stirs...heroes of old take up their arms once more.
For my writing project that includes my rmxp project I'm also maintaining a private wiki; if you wish to follow me, let me know.
My developer blog can be found here:
http://the-otherworld-tales.blogspot.be/

[Image: Gazeteer%20-%20Pherione.gif]
Gazetteer responsible for Pherione's Developer Interviews. My thread here.


More info or questions? PM me
07-21-2012 09:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply
MiguHideki Offline
Member

***
Posts: 67
Joined: Jul 2012
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 896sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: Other
Post: #8
RE: [RM XV ACE] Cutscenes

i'll wait for the 2nd answer... thanks pherione!

[Image: 55940_1341889564.jpg]

~SAVE-POINT~
[Image: SP1-Mapper.png]
07-21-2012 10:09 AM
Find all posts by this user Quote this message in a reply
MiguHideki Offline
Member

***
Posts: 67
Joined: Jul 2012
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 896sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: Other
Post: #9
RE: [RM XV ACE] Cutscenes

No reply yet for my 2nd question?
2.) How can I put a quest in one NPC and accept it?
after when i finish the quest the NPC will give me reward...how can i do that too??? :3

[Image: 55940_1341889564.jpg]

~SAVE-POINT~
[Image: SP1-Mapper.png]
07-21-2012 11:37 PM
Find all posts by this user Quote this message in a reply
MiguHideki Offline
Member

***
Posts: 67
Joined: Jul 2012
View My Download Submissions
Thanks: 0
Given 0 thank(s) in 0 post(s)

Save Points: 896sp
Items: (View All Items)
Awards:

Gender: Male
Favorite Maker: Other
Post: #10
RE: [RM XV ACE] Cutscenes

no replies? :3

[Image: 55940_1341889564.jpg]

~SAVE-POINT~
[Image: SP1-Mapper.png]
07-23-2012 02:46 PM
Find all posts by this user Quote this message in a reply
Post Reply 


User(s) browsing this thread:
1 Guest(s)




 Quick Theme: