[FTEQW]spriteED - 2d sprite and game editor

The home for dedicated threads to specific projects, be they mods, tools, or independent games.
Post Reply
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

[FTEQW]spriteED - 2d sprite and game editor

Post by toneddu2000 »

Hi folks! This is my last fatigue! I created a 2d sprite editor that works on FTEQW game engine with CSQC. I was intrigued if it was possible to display 2d images with animations like sprites in CSQC and, if it was possible to create 2d artworks with it. I think it's quite good, you can test it by yourself.

Youtube video
Image

Image

Features:
  1. entities placement and editing (group remove, single remove by middle click, group image editing)
  2. possiblity to add top / shadow part to entities
  3. sprite collisions (for now just forced to 32x32)
  4. particles animation
  5. 2d character frame animations
  6. builtin artwork editor to build your own sprite (experimental! FPS drop when too much artworks used!! USE WITH CAUTION!!)
  7. pretty solid game states for fast switch from one game state to another
  8. CUI embedded (craFTEr User Interface, see my other project on GithHub, Youtube) for easy UI placementof buttons, checkbox, lists, titles, etc.
  9. nice (kinda) look and feel
GitHub repo (MIT licensed)
Last edited by toneddu2000 on Sun Oct 13, 2019 4:49 pm, edited 2 times in total.
Meadow Fun!! - my first commercial game, made with FTEQW game engine
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: [FTEQW]spriteED - 2d sprite and game editor

Post by toneddu2000 »

Ooops, I forgot simple istructions
Meadow Fun!! - my first commercial game, made with FTEQW game engine
toneddu2000
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: [FTEQW]spriteED - 2d sprite and game editor

Post by toneddu2000 »

Added, thanks to Spike, the possibility to export artworks to .pfm files, so, now, instead of using raw artworks, spriteED uses exported .pfm files (saved in /data/pfm folder) to render user created tiles, with an unreal performance boost!! No idea why, but image is Y axis flipped, but, anyway, it's a great addition to spriteED!
Image
Thanks man!

some screenshot too!
Image
Image
Meadow Fun!! - my first commercial game, made with FTEQW game engine
JasonX
Posts: 422
Joined: Tue Apr 21, 2009 2:08 pm

Re: [FTEQW]spriteED - 2d sprite and game editor

Post by JasonX »

It's incredible what FTE can do. :biggrin:
Post Reply