Tag: game
UT2004 Stats System Installed!
by Raptor85 on Aug.29, 2010, under UT2004
Check the upper right of the screen. The new button up there will launch a stats page for the custom RPG server. Needs a few customizations still. (rpg specific stuff, awards, etc..) but all in all i like it better than the custom one i was writing…it’s got more details).
Website re-design + forums
by Raptor85 on Aug.16, 2010, under UT2004
Now that I’ve re-launched my ut2004 server after being down nearly 3 years, I’ve added some forums and done a complete overhaul of the website. You should see a link to the new forums on the upper right hand side of the page, once it’s complete you’ll also see server statistics up there as well.
For now here’s the UT2004 Stat’s page for the server.
http://ut2004stats.epicgames.com/serverstats.php?server=30125310
Yet another sprite editor update!
by Raptor85 on Oct.23, 2009, under Games, Linux, My Games, My Software, Software
Another update to my editor, new features.
- Onion skinning for previous/next frames
- Ability to load, scale and position a background image as another onion skin layer, for tracing
- cleaned up the drawing routine, draws to a wxImage now and only draws to screen once, much faster.
(note: the image in the background being used to trace is iris, from Atelier Iris 3)
Sprite Editor Update
by Raptor85 on Oct.18, 2009, under Games, Linux, My Games, My Software, Software
![]()

More updates on my sprite editor.
- Increased Size of work area
- Dynamicly scale grid instead of pre-set to different sizes
- Ability to toggle grid on and off (for previews)
- Much larger range of sizes (16×16 to 256×256)
- Removed the ability to create non-square tiles, was more trouble than it was worth
- Added the ability to flip the frame fully horizontally/vertically
- Added the ability to import frames from 24 bit uncompressed bitmap files
- Managed to cross compile it for win32 (requires wxwidgets to be installed!), It may not work correctly, I haven’t really been able to test it