Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI-Nspire => Topic started by: northern_snow on September 07, 2014, 06:55:29 am

Title: KuroRPG - RPG Maker - Demo released
Post by: northern_snow on September 07, 2014, 06:55:29 am
hikari.uiharu from Scalc is working on a RPG maker for NSpire. The project is named KuroRPG. Now a game demo created by KuroRPG has just been released. (The demo is in Chinese. But don't worry, there will be English interface support for the game maker.)
The demo is compiled directly from a PC version and doesn't have a good optimization.

-Installation-

1. Create a folder named "krpg" on your NSpire.

2. Put game files in this folder.


-Game Play-
W/A/S/D or 8/5/4/6 for up/down/left/right.
Z/X or 1/2 for OK/Cancel.
Esc for a force exit.


Based on SDL, KuroRPG will support most functions of RPG MAKER XP.
Future plan includes a RPG creator, a data editor and a script editor. The script language will be lua.
Also there will be a special development mode for Tower of the Sorcerer, a very popular RPG in China, originated in Japan.
Coming Soon...


Source: Scalc (http://scalc.org/forum.php?mod=viewthread&tid=107)
Project Homepage (http://anderainlovelace.github.io/KuroRPGHome/)
Title: Re: KuroRPG - RPG Maker - Demo released
Post by: DJ Omnimaga on September 07, 2014, 11:51:10 am
Awesome to see it's still progressing. Thanks for posting the update by the way. I used RM2K3 before and if this one lets me use my own graphics I might definitively use it. nReuben anyone? :D
Title: Re: KuroRPG - RPG Maker - Demo released
Post by: LDStudios on September 07, 2014, 12:55:59 pm
Interesting, but it will be sad if a ton of game makers come out for nspire, because then it would become pointless to actually program games.
Title: Re: KuroRPG - RPG Maker - Demo released
Post by: kevinkore3 on September 07, 2014, 03:45:11 pm
Interesting, but it will be sad if a ton of game makers come out for nspire, because then it would become pointless to actually program games.
Not really.
The Nspire's 132MHz CPU can't handle much, and most game makers I know have lots of overhead.
Title: Re: KuroRPG - RPG Maker - Demo released
Post by: DJ Omnimaga on September 07, 2014, 05:33:55 pm
I personally see it as giving more freedom to game creators. TI-Nspire game making will simply enlarge its audience, although the issue is that n00bs will start flooding ticalc.org with absolutely horrible games like what happened with the TI-83+ RPG Maker (ARPG Construction Set) back in the early 2000's, making it hard to find the good ones.


By the way, will the general public be able to create RPGs on the computer like in the screenshots above or will it be exclusively on-calc? Although creating on-calc might be more convenient for some people (and perhaps a good feature addition in the future), with the small screen and processor speed this might slow down development considerably, while on the computer it might be faster to create games.
Title: Re: KuroRPG - RPG Maker - Demo released
Post by: Princetonlion.tibd on September 07, 2014, 08:26:33 pm
Is it in Chinese/support Chinese/any language? Because in the screenshots the middle one has text in Chinese

EDIT: I didn't read the first post correctly, thanks DJ for reminding
Title: Re: KuroRPG - RPG Maker - Demo released
Post by: DJ Omnimaga on September 07, 2014, 10:57:24 pm
If you check the first post, only Chinese is supported for the time being. English support will be added later.
Title: Re: KuroRPG - RPG Maker - Demo released
Post by: northern_snow on September 07, 2014, 11:04:05 pm
By the way, will the general public be able to create RPGs on the computer like in the screenshots above or will it be exclusively on-calc?

The current game maker is a PC program based on SDL. Thus it's easy to port to NSpire. Yet the author plans to re-write the PC version of the game maker in Qt.


I've added the homepage of this project.
Title: Re: KuroRPG - RPG Maker - Demo released
Post by: TIfanx1999 on September 07, 2014, 11:11:09 pm
This looks quite awesome. I hope the author has great sucess with it. I think it'd be a great addition to the nspire. It'll make game creation accessible to a lot more people.
Title: Re: KuroRPG - RPG Maker - Demo released
Post by: DJ Omnimaga on September 07, 2014, 11:37:21 pm
By the way, will the general public be able to create RPGs on the computer like in the screenshots above or will it be exclusively on-calc?

The current game maker is a PC program based on SDL. Thus it's easy to port to NSpire. Yet the author plans to re-write the PC version of the game maker in Qt.


I've added the homepage of this project.
Ok thanks for the info. Developing calculator games on the computer is much easier in some cases.