06-26-2011, 09:31 AM 
	
	
	
		Customly written engine by me. Made with the SDL library for drawing and window. Written in C++.
  			
Walking, animations, objects, map, tiles, and NPCs is working. So is the main menu which I wont show right now. All written from scratch, I feel good about myself ^_^
Coming up: NPC interaction and Particles
EDIT: Oh and yeah. This engine uses pixel movement and pixel positioning for NPCs and objects which gives a much smoother experience than the RPG Maker RTP engine.
The sprites are also generated in runtime from the following attributes:
string gender;
string hair_id;
string hair_color;
string eyes_id;
string eye_color;
string base;
int nose_id;
int mouth_id;
string body1;
int body2_id;
string legs;
int feet_id;
	
	
 Content Hidden
  			
		Coming up: NPC interaction and Particles
EDIT: Oh and yeah. This engine uses pixel movement and pixel positioning for NPCs and objects which gives a much smoother experience than the RPG Maker RTP engine.
The sprites are also generated in runtime from the following attributes:
string gender;
string hair_id;
string hair_color;
string eyes_id;
string eye_color;
string base;
int nose_id;
int mouth_id;
string body1;
int body2_id;
string legs;
int feet_id;
Valdred
Tech Administrator of Save-Point
	
	
Tech Administrator of Save-Point

 
 
 Maps and screenshots thread
 Maps and screenshots thread
 
 
![[Image: walkingyeah.png]](http://bb.xieke.com/files/walkingyeah.png)
 
