Author Archives: Jari Vetoniemi

ViewGit repo

Git Repo Created a viewgit repository, not so interesting. But the way it runs is pretty interesting. I dint want to yet host the project on those big subversion sites so i made a local git with gitosis first. Then when browsing with the Opera Browser, I noticed something amazing. Service called Unity. It basically turns [...]
Posted in irrMaple | Tagged , , , , , , | Leave a comment

Rewriting in progress.

I’ve lost lots of my project files in HDD crash, so i started rewriting the whole thing from scratch, expect for the character loader.
Posted in irrMaple | Leave a comment

Open Pandora

Thanks to Irrlicht, i can port this project to Pandora console painless and easy way. And hopefully boost my speed at coding =) If someone is curious what Pandora is then i suggest to visit this link.
Posted in irrMaple | 1 Comment

Stress testing.

It seems i have to do some optimizing
Posted in irrMaple | Leave a comment

Start of Mob code

Moved to new place and got the internet. Here is video of Monster with basic AI Script.
Posted in irrMaple | Leave a comment

irrMaple, WTF?

irrMaple – A Maple Story “pseudo reverse-engineering” project The goal of this project is to take a free 2D Side-Scroller MMORPG called MapleStory and make own Client and Server which works with MapleStory data and media files when extracted and converted to my data format. The final result will be fully functional game engine that is [...]
Posted in irrMaple | Leave a comment

Working on the Scripting system.

I’ve been lately looking at the AngelScript’s manual and found out how to use the Objects and Handles. Then i implented GUI System that is pretty easy. When i get the Element system done then these combined they are really powerful as you have all image events automatically because of the Element system so you [...]
Posted in irrMaple | 2 Comments