Tremulous Forum

Media => Modeling Center => Topic started by: curvedinfinity on June 09, 2010, 02:20:44 am

Title: Model Render Request: 2D tremulous
Post by: curvedinfinity on June 09, 2010, 02:20:44 am
Hi, I'm Curved and I usually hang out on the KoRX server. I'm trying to make a 2D javascript version of tremulous, but I'm not very good at art, and so I could use some help. First off, here's where I'm at so far:

http://umber.mobi/trem2d/game.html

Use WADS to run around. It looks ugly, but behind the scenes there is a decent amount of work put into it so far. I plan on using an AJAX netcode setup, and I have the framework for it in, but no implementation.

Anyway, why I'm in this forum is because I could use someone's help in rendering tremulous models so they could take the place of this guy:

http://umber.mobi/trem2d/img/lolguy.png

Here are the specs I'm looking for:

If anyone would be a dear and make some renders of a human according to that spec, I'd much appreciate it! Bonus points if you resize them to 20x40 and match up all of the animations. :D

P.S., I also need help with the background tiles, so if anyone can help there, mention it to me. :)
Title: Re: Model Render Request: 2D tremulous
Post by: freecd on June 09, 2010, 09:00:29 am
You should have saved google's pacman.  :angel:
Title: Re: Model Render Request: 2D tremulous
Post by: Redsky on June 12, 2010, 03:00:43 am
http://rapidshare.com/files/398031062/still.zip.html

Best render i can do at the moment. Check and see if you like it.
Animations WILL be tricky to make especially segmented models (humans) - lots of work. I don't like my work to just go for nothing so i'd like you to play around with it and when you will be 100% sure you wanna do this then pm me and ill do my thing. Good luck!
Title: Re: Model Render Request: 2D tremulous
Post by: curvedinfinity on June 16, 2010, 10:08:59 pm
Those are absolutely perfect!

Here's a sample of what's in the zip for everyone's benefit:
(http://i47.tinypic.com/34zd2ed.png)
(http://i48.tinypic.com/2s63ntl.png)

I'll put a link up when I get them in! :D
Title: Re: Model Render Request: 2D tremulous
Post by: curvedinfinity on June 17, 2010, 04:02:39 am
A human that points at your cursor is up at the current version's link:

(disclaimer: the guy flashes the first time you turn him because I'm currently not preloading the images)
http://umber.mobi/trem2d/game.html

Thanks again! This will be great for now. When it gets more put together, as you were saying, then you can do those animations. :D

I'm working on a collision model change, so nothing is noticeably different otherwise. Since this thread isn't the right spot for me to keep posting updates, you can follow the progress on my thread in the KoR forum:
http://knightsofreason.net/forum/viewtopic.php?f=6&t=6156

edit: screen cap:
(http://i49.tinypic.com/zir1x0.png)
Title: Re: Model Render Request: 2D tremulous
Post by: CorSair on June 20, 2010, 03:55:34 pm
Damn, now that's looking awesome, even as it is from top to down - view!

 :o

Argh, when you get your first alpha released? X_X
Title: Re: Model Render Request: 2D tremulous
Post by: KenuR on October 13, 2011, 08:13:11 am
I also tried making a 2D tremulous game a while back. I did a lot of work, but unfortunately I did it in the wrong language: python, which isn't really suitable for games. ^^
I think I'll give it another shot sometime soon (this time I'll develop it in C)
Title: Re: Model Render Request: 2D tremulous
Post by: jm82792 on October 14, 2011, 06:54:28 pm
Just understand blender a bit and this will be easy.
Title: Re: Model Render Request: 2D tremulous
Post by: Redsky on November 02, 2011, 12:25:22 pm
wrong language: python, which isn't really suitable for games. ^^
oh you silly banana, how come it's unsuitable?
Title: Re: Model Render Request: 2D tremulous
Post by: Haraldx on November 02, 2011, 06:00:51 pm
wrong language: python, which isn't really suitable for games. ^^
oh you silly banana, how come it's unsuitable?
Indeed, a great game called Severance: Blade of Darkness was made mostly on Python.
Title: Re: Model Render Request: 2D tremulous
Post by: KenuR on November 03, 2011, 09:52:31 am
wrong language: python, which isn't really suitable for games. ^^
oh you silly banana, how come it's unsuitable?
Because, firstly I'd probably need to bundle the game with python which takes up precious space. Secondly, python has a built-in compiler which makes the game run slower. And thirdly, python doesn't have a lot of good game libraries unlike C.
Title: Re: Model Render Request: 2D tremulous
Post by: Tremulant on November 03, 2011, 01:01:30 pm
Because, firstly I'd probably need to bundle the game with python which takes up precious space. Secondly, python has a built-in compiler which makes the game run slower. And thirdly, python doesn't have a lot of good game libraries unlike C.
Any screenshots of how awesome the game got before you had to kill it due to bloat and performance issues?
http://wiki.python.org/moin/PythonGameLibraries might give you some more ideas for libraries you can't use, and http://pygame.org/ will show you that hundreds of other people find python unsuitable for simple 2D games too...  ::)