Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 ARGSS - Remaking RGSS/2 Player
#1
Introduction
I am working right now on this new project called "ARGSS". ARGSS aims to replace the RGSS Player and Library, namely Game.exe and RGSS102E.dll. (And also RGSS202E.dll from RMVX)
I am working in C++, with ruby embedded, and using some opensource libraries for graphics loading and audio playing, and for rendering I'm working with OpenGL. I am using right now ruby 1.8.6 embedded, but I plan to use ruby 1.9 which is faster, however I can't make it work right now and I haven't tried that hard yet.

Website, forums, svn
http://argss.com.ar/
http://argss.com.ar/forums
http://sourceforge.net/projects/argss/
Code:
svn co https://argss.svn.sourceforge.net/svnroot/argss argss

The ARGSS Icon/Logo
[Image: argssicon48.png]
Thanks and credits to grafikal009 from rmrk.net.

Why doing something that is already done?
  • RMXP is shareware, this will be under a custom free bsd license.
  • RMXP library is slow, this may be faster and be able to run games with more fps.
  • RMXP library has a limited version of Ruby and only include some basic things, this will include full ruby support and maybe latest version.
  • Being able to modify the hidden classes in c++, what improves performance compared when rewritting hidden classes in ruby.
  • New functions and less limitations, for example changing window resolution, better audio support, more graphical methods, portability to other OS.
  • And even more.

Progress List

Downloads
ARGSS Alpha Test Fix - Rev 31.rar
ARGSS Alpha Test Fix - Rev 31.7z
ARGSS Alpha Test Fix - Rev 31.zip

It is included the VC++ 2008 runtimes instaler for x86 with the downloads. If you have a x64 machine, you can download the runtimes from: http://www.microsoft.com/downloads/detai...laylang=en

Old SDL Demo 12/11/09(d/m/y)
Old SFML Demo

Notes
Please, give me your opinions, thoughts, advices, ideas, suggestiong about this project. All constructive comments are welcomed.

Special thanks
Trebor777 for his RMXP Ruby SDL project and his help on msn.
Grafikal009 for the ARGSS Icon.
And all the people who are supporting this!
Reply }
#2
I'm following this project since some time, and I 100% support this idea. One of the big drawbacks of RGSS is that you're forced to write DLLs and calling them with Win32API in order to do anything really substantial.
Another thing: I know than Ruby has an OpenGL extension, and maybe this is why you're using it for rendering, but wouldn't it more practical to use DirectX ?
Reply }
#3
Thanks for the support :) I'm not using any ruby OpenGL extension, all OpenGL code is made on c++. I could use DirectX, but this project targets not only Windows, but Linux and Mac, too. So, OpenGL is the best choice, at least by now. I may add a DirectX render engine later.
Reply }
#4
That's a good thing to hear. I am myself a Linux user (mainly) and sometimes I have to resort to Wine to do any RPG-Maker related work when I can't switch back to my Windows partition.
I'll check on your site when I'll have less work to do - perhaps I could give you a hand.
Even if I don't, I wish you the best of luck with this project.
Reply }
#5
wow I don't understand much about scripting but a RPG Maker XP with higher FPs would be great^^ sounds really nice and I hope you can finish it :)
Reply }
#6
@Zarox: Open up your scripts and go to main, just below the line 'begin' type in
Code:
Graphics.frame_rate = 60
Theres your higher fps. :D


Also, this project sounds pretty cool, it seems more oriented towards compatibility with other systems. The customisation sounds good too, changing window resolution could be pretty handy.
Reply }
#7
I can't see a difference but ok, thx xD
Reply }
#8
This project is really great !
To be unable to require a dynamic library is really the main drawback of RMXP.
Some scripts :
Working on :
Reply }
#9
Damn, ARGSS returned. Good to see that he does not stand still. Vgvgf RULES!
Reply }
#10
Thanks all for the support :)

Here is a test video, from the demo:


Also, some people reported that "zlib1.dll" was missing wheb they tried the demo, if that's so, you can download it from: http://www.dlldump.com/download-dll-file...nload.html
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   HiddenChest RGSS Player Executable kyonides 136 105,438 03-15-2024, 06:14 PM
Last Post: DerVVulfman
   Neko RMXP Player for Android JayRay 2 7,374 10-05-2014, 03:46 AM
Last Post: DerVVulfman



Users browsing this thread: