Computer HardwareXbox GamesGameCubePlaystation 2PSOnePC/Windows GamesGameboy AdvanceDreamcastNintendo 64Gameboy ColorNintendo DSSony PSPXbox 360Nintendo Wii GamesPS3 Games

All RPG Maker Forums
Neoseeker Forums » PC Games » RPG » RPG Tsukuru VX » Help and request.

RPG Tsukuru VX Discussion Board

profile  screens  discussion board  

REPLY TO THIS THREAD   START NEW THREAD
Options: Print   subscribe   remove   send to friend   PM this thread to a friendNeoPM
Topic: Help and request.
Vassiliss
newseeker

Vassiliss's profile
total posts: 15
since: Oct 2007
May 13, 08 at 06:20PM
Help and request.

Hi, I'm new here and also to rpg maker VX. I used to use rpg maker XP, but know that I changed... it is harder... :/ so first of all if someone could help me make a side view battle system like in FFII. if possible can someone tell me if I can add enemies from the XP database to the VX database? also graphics and sprites? Or how can I maker for each person who plays the game can choose their own name and in game characters call them by that name? Thanks in advance

quote   quick quote   edit   quick edit   del  report
Members, log in or register to remove these ads.
jaydenfox
Still attempting to script in 1337 T_T
forum raider



jaydenfox's profilejaydenfox's neohomeEmail jaydenfoxNeoPM jaydenfox
total posts: 2646
since: Jul 2007
May 14, 08 at 11:55AM
re: Help and request.

For making people choose their own names, that's easy! For making people choose their own person... Well, that's a bit harder, but I think I can explain it.

To have them name their character, simply use the "Enter Hero Name" command. It's on the third page.

To have them choose the grahpic, I suggest that you make a screen before you play. On that screen, a lot of events with graphics as the guy they would select. They'd walk up to it, select it, and you'd change that to the player graphic with the "Change Hero Graphic" thing, which is also on the third page.



-------------------

RMXP-Make games today!
quote   quick quote   edit   quick edit   del  report
Fragment of Chaos
Red Fusion
s-e-e-k-e-r



Fragment of Chaos's profileFragment of Chaos's neohomeNeoPM Fragment of Chaos
since: Nov 2005
May 14, 08 at 04:40PM
re: Help and request.

Silly jayden, words can only describe so much.

Heres a CharGen Demo I whipped up in 20 minutes or so, its rather basic but its a foundation so you'd be able to use it in your game.


CharGen Link


I Hope its what your looking for.. for some reason that reminded me of a song..



-------------------

New Gamertag


quote   quick quote   edit   quick edit   del  report
Vassiliss
newseeker

Vassiliss's profile
total posts: 15
since: Oct 2007
May 14, 08 at 04:58PM
re: Help and request.

yes! thank you just what I needed... but, how can I make the other characters mention the chosen name? and how did you make for the text screen to be black? it looks really cool. and if by any chance if you know how to change the battle system please tell me...

quote   quick quote   edit   quick edit   del  report
jaydenfox
Still attempting to script in 1337 T_T
forum raider



jaydenfox's profilejaydenfox's neohomeEmail jaydenfoxNeoPM jaydenfox
total posts: 2646
since: Jul 2007
May 14, 08 at 05:10PM
re: Help and request.

You need a script. That's it. It depends on why kind of side-view battle system you want, but there's one in the resource thread that's stickied. Here's the thread to it on rmxp.org.



-------------------

RMXP-Make games today!
quote   quick quote   edit   quick edit   del  report
Fragment of Chaos
Red Fusion
s-e-e-k-e-r



Fragment of Chaos's profileFragment of Chaos's neohomeNeoPM Fragment of Chaos
since: Nov 2005
May 14, 08 at 05:37PM
re: Help and request.

The black text-screen is from the window picture in System in the resource manager, just export/import it into your game.

Also to make other people mention the characters name you'll need this script and once you have that script loaded on your game just whenever you want someone to mention the main-characters name just input \np[1] anywhere in the Show Text screen and that'll state the name off the first party member which will always be the main character.

Heres an example of a conversation that mentions the heroes name:

quote
Hello \np[1], its been while my friend.
In game it'll read this:
quote
Hello Felix, its been a while my friend.
You need the script asforemention, it should be a easy install and shouldn't conflict with anything. I guess I should of added the script to the CharGen.



-------------------

New Gamertag


quote   quick quote   edit   quick edit   del  report
Vassiliss
newseeker

Vassiliss's profile
total posts: 15
since: Oct 2007
May 15, 08 at 05:39PM
re: Help and request.

thanks

quote   quick quote   edit   quick edit   del  report
Fragment of Chaos
Red Fusion
s-e-e-k-e-r



Fragment of Chaos's profileFragment of Chaos's neohomeNeoPM Fragment of Chaos
since: Nov 2005
May 16, 08 at 12:32AM
re: Help and request.

Good luck on your project and if you need help with anything that involves Events I'll be able to help you with most of it.



-------------------

New Gamertag


quote   quick quote   edit   quick edit   del  report
Mcilrath
FFX Trivia Tournament: Round 1
Hooked on Neo



Mcilrath's profileMcilrath's neohomeNeoPM Mcilrath
total posts: 4305
since: Mar 2008
May 16, 08 at 10:24AM
re: Help and request.

quote Fragment of Chaos
You need the script asforemention, it should be a easy install and shouldn't conflict with anything. I guess I should of added the script to the CharGen.
For making it display their name, you don't need a script :/

You just use the code, \n[#] where the # represents their actor ID. For example, if I were to type

code
\n[001]


assuming I hadn't editted the database yet, it would read

code
Ralph


No script required.



-------------------

quote   quick quote   edit   quick edit   del  report
Fragment of Chaos
Red Fusion
s-e-e-k-e-r



Fragment of Chaos's profileFragment of Chaos's neohomeNeoPM Fragment of Chaos
since: Nov 2005
May 16, 08 at 08:40PM
re: Help and request.

No, you need a script for this since you are able to choose from 4 different characters and they are 4 different characters in the database so you can't use that command or else it'll display someone elses name in the database.

If you use a AMS you're able to use it where it states the name of the first character in the party so you don't have to worry about the names getting messed up.



-------------------

New Gamertag


quote   quick quote   edit   quick edit   del  report
Mcilrath
FFX Trivia Tournament: Round 1
Hooked on Neo



Mcilrath's profileMcilrath's neohomeNeoPM Mcilrath
total posts: 4305
since: Mar 2008
May 17, 08 at 10:04AM
re: Help and request.

quote Fragment of Chaos
No, you need a script for this
No, no you don't. The only scripts you (might) need are the default ones. The code works with ALL character IDs. Just set up a basic text event and press F1 in the actual text box then tell me I'm wrong.



-------------------

quote   quick quote   edit   quick edit   del  report
Samot
Byte me..
member: postin' posse



Samot's profileEmail SamotNeoPM Samot
total posts: 542
since: Sep 2007
May 17, 08 at 10:43AM
re: Help and request.

Yeah, but Fragment's method is easier.
With the AMS you wont have to type \n[002], or \n[003].
That way, things just aren't possible.
Not if you have multiple people you can choose in your database.

Ah, it's a bit hard to explain.



-------------------

Project thread here..
Dangling Bucket
quote   quick quote   edit   quick edit   del  report
Mcilrath
FFX Trivia Tournament: Round 1
Hooked on Neo



Mcilrath's profileMcilrath's neohomeNeoPM Mcilrath
total posts: 4305
since: Mar 2008
May 17, 08 at 03:11PM
re: Help and request.

You start with multiple people in the database :/

Besides, it could be done with Conditional Branches thereby rendering Scripts not needed.



-------------------

quote   quick quote   edit   quick edit   del  report
Samot
Byte me..
member: postin' posse



Samot's profileEmail SamotNeoPM Samot
total posts: 542
since: Sep 2007
May 17, 08 at 03:13PM
re: Help and request.

But the script is easier.
No conditional branches.. ^^



-------------------

Project thread here..
Dangling Bucket
quote   quick quote   edit   quick edit   del  report
Mcilrath
FFX Trivia Tournament: Round 1
Hooked on Neo



Mcilrath's profileMcilrath's neohomeNeoPM Mcilrath
total posts: 4305
since: Mar 2008
May 17, 08 at 03:16PM
re: Help and request.

Meh, to each his own. I find CB's easier to understand since everytime I try reading a script, I feel stupider and stupider.



-------------------

quote   quick quote   edit   quick edit   del  report
[All dates in (PST) time]Threads List   « Next Newest   Next Oldest »
REPLY TO THIS THREAD   START A NEW THREAD



Jump to another forum:

Powered by neoforums v0.9.3d (equilibrium)
Copyright Neo Era Media, Inc. 1999-2008

neoseeker forum community
Neoseeker.com   |   Forum Rules   |   Forum FAQ   |   Neoseeker Terms of Use   |   Supermods On Duty [ server id: nova ··· elapsed: 0.0742990971]
Affiliated sites:   GameGrep - Football Manager Wiki - Halo Wiki - MGS Wiki - GTA Wiki - Smackdown Wiki - Zelda Wiki - PS2seeker - Xbox seeker - GC seeker - DEVPEN - GFXcess