Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I opened it up and decided to mess with it and I see what you mean - the tiles interact in realtime which is neat but I can expect that I'll have to understand how that loads into the engine which I'll be ok with.
I linked my friend to this: http://pyxeledit.com/ I'm curious if anyone has any opinions on programs for making tile graphics for this specific program though. I have experience with using various indie tools and I'd like to give good advice to my friend. Plus, it might be fun to try myself.
When it comes to programes to make tilesets, i would recommend paint :)
also long as you know that the programme recognizes and devides the tiles at 32x32 intervals you'll be fine :)
actors and other event stuff can be much bigger but if your character is bigger, doors and walls will not be so big anymore.
when you import your tilesets make sure that each square of colour is within 32x32 otherwise you will have half a tile here and only some of the other tile there.
there are quite alot of templates laying around the internet :)
Not sure if you're joking or not but I'd like something with more functionality than paint ;v If there aren't specified tools for tilesets that are free I might as well use SAI's binary brush and work on a small canvas.
Also, to be perfectly honest I dunno if I'll try that game, I don't like RPGs that much, they're too combat-focused and repetitive most of the time and anything I made wouldn't even have combat in it or work like an RPG in the traditional sense, I just like not having to program. Dunno about my friend's opinion on them except she really likes KH but she doesn't commit much of her time to playing video games. To my knowledge she just wanted to make a personal project.
Yes, you can make a game in rpgVXA using nothing but your own artwork if you want to. There are commands you can enact through Autorun evnts at the very moment the game begins to disable menu access, and you can instead create your own interactive inventory screens (even animated ones, using Move Image commands... I've done it). You can find custom scripts which are easy to import and allow you to bring in a sprite of any size and with as many walking frames and animations as you like, as long as you are okay drawing all the sprites and programming events to manage any specialist controls. You can absolutely make your own Pause / Quit menu, and I'll be b*ggered if you won't also be able to create yor own designated Save points with personal artwork. You're under no obligation to create an RPG using this engine. Using the switches, variables and random number capabilities, you could just as easily create a Whodunit murder mystery with a different killer every time and one massive QTE fight at the end with Frank Miller style splash art.
All of this is totally possible.
I figured you could make something besides an RPG with it - the game that sparked my interest in it wasn't an RPG - just that I'm not that interested in playing other RPGs simply because I don't care for the genre. I'm sure the game linked in an earlier post is a good game, just not one I'd play.
Also I dunno how much of that I'd need, but I guess it's good for my friend to know, she's less evasive about scripting than I am so I'll pass it on to her later.
I'm with you on not caring for the FF4 style graphics or battle system. But even with no knowledge of coding, you can completely ignore or hide all of these things and replace them with your own alternatives.
I intend my battle system to be more like Super Punch Up than FF4.
Awesome, thanks. I opened it up yesterday and fiddled with it out of boredom and messed with the map editor. It seems pretty straightforward compared to how other game engines deal with maps which is nice. I noticed there's some guides on steam already and I guess when either me or my friend want to do something we can always use a search engine to find more.
Incidentally I'd probably omit combat completely or just make it like zelda where you stab something and it stops moving. Less of a hassle that way.