Page 1 of 5

[OLD SHIT ENGINE] Pointless arena shooter

Posted: Sat Jan 18, 2014 12:28 am
by leileilol
Julius wrote: why not use your art skills (which have come a long way!) for something more... hmmm original?
Julius wrote: why not use your art skills (which have come a long way!) for something more... hmmm original?
Julius wrote: for something more... hmmm original?

Re: [id3][WIP] OpenArena3

Posted: Sat Jan 18, 2014 3:52 am
by Irritant
I am curious, what are the performance issues you are having with IQM? Or is this due to something coded in IOQ3?

Re: [id3][WIP] OpenArena3

Posted: Sat Jan 18, 2014 4:03 am
by leileilol
MDR's designed for performance and the implementation is already mature, functional, and does what I want - the only issue are the models getting there.

I see no reason to go for IQM, even if Ioq3 had a fixed and patched up perfect IQM implementation - that still doesn't have tags or internal LODs, and that's more suited for projects that require full skeletal manipulation which OA is not one of.

I actually use IQM as an exchange format to MDR using Noesis and run a script like.....

Code: Select all

\noesis\noesis.exe ?cmode upper.iqm 	upper.mdr -mdrbtag "tag_weapon;tag_weapon" -mdrbtag "tag_head;tag_head" -mdrbtag "tag_flag;tag_flag"
\noesis\noesis.exe ?cmode lower.iqm 	lower.mdr -mdrbtag "tag_torso;tag_torso"

\noesis\noesis.exe ?cmode head.iqm 	head.md3
\noesis\noesis.exe ?cmode headlow.iqm head_1.md3 

move *.mdr \prj\oa\devl\models\players\sorceress
move *.md3 \prj\oa\devl\models\players\sorceress

Re: [id3][WIP] OpenArena3

Posted: Sat Jan 18, 2014 7:33 am
by gnounc
A good bit of information there about OA3 that I wouldn't have thought to ask.
Very interesting! Thanks for the post
Also I'd never heard of MDR, so it was fun to get wind of that.

The polycount and stuff is a bit difficult to read on the model timeline. ctrl+ helped a bit, but not much.
the 2008 and 2012 models are the only ones who's face makes me believe they are alive. so those 2 are my favorites
I enjoy seeing the iterations, if you have any other models that have been around as long, and gone through as many starkly contrasting changes,
we'd love to see those as well.

Re: [id3][WIP] OpenArena3

Posted: Sat Jan 18, 2014 11:52 pm
by leileilol
Not enough characters have gone through that many iterations. Merman is more drastic though... Had a sex change, lost the flipper for legs, then lost the legs and then turned into a lamia.


MDR is developed for Star Trek Voyager Elite Force, a game developed on mostly late Pentium IIs @~450MHz range, so surely MDR is lean enough for that. The motivation for MDR were the memory savings and the allowing of a crapload of animation frames for believable single player drama, and using MD3 to do the same task would be unfeasible.

However, this doesn't mean OA will start supporting STVEF players. That would require cgame changes, to allow players2/, jpeg icons and worst of all, mp3 decoding for their sounds (MP3 is strongly undesirable). Supporting the MDR format doesn't mean these must be done.

OA doesn't need craploads of frames either - i'd be happy to just use MDR to exchange memory usage for CPU usage. I have been playing with extending animation though (torso running, jumping and aiming animations)

Re: [id3][WIP] OpenArena3

Posted: Mon Jan 20, 2014 12:13 am
by leileilol
I should mention there was an unfortunate incident with the Community Map Pack with a contributing mapper sneaking in some non-Free textures. The pack has since been retracted (as much as it can be, since mirroring is contagious and some filehosts don't care *cough*Gamefront*cough*) and is in the process of a cleaner rerelease. It kills momentum and places new burdens on development, and versioning systems don't help either.

Stuff like that is why I have a very strict commit process for the base project (it only is allowed through one specific forum thread where I try to audit every contribution).

Re: [id3][WIP] OpenArena3

Posted: Fri Jan 24, 2014 10:46 am
by leileilol
Any recommendations for IK rigging a torso?

That quick IK tutorial is not very helpful when I absolutely need strict hand positions (for weapon holding without jitter, as well as flag holding).

Re: [id3][WIP] OpenArena3

Posted: Thu Jan 30, 2014 5:43 pm
by jitspoe
Regarding textures, these are all open source if you want any of them for anything:

http://dplogin.com/files/textures/pball/hr4/

Zip: http://dplogin.com/files/hr4_gpl.zip

Re: [id3][WIP] OpenArena3

Posted: Fri Feb 07, 2014 1:11 pm
by leileilol
Some weapon design doodle shapes

[rejected material]

Re: [id3][WIP] OpenArena3

Posted: Fri Feb 07, 2014 5:16 pm
by qbism
BFG: expanding gob of translucent goo
Grapple: robotic tendrils with suction cups

Re: [id3][WIP] OpenArena3

Posted: Fri Feb 07, 2014 6:36 pm
by goldenboy
niiiiice concepts leilei!

Re: [id3][WIP] OpenArena3

Posted: Sat Feb 08, 2014 12:00 am
by leileilol
They're not nice concepts. I intended to scribble as many different identifiable shapes as I can to avoid confusion with each other while also attempting to make their funciton clear. Weapon size varies as well, since the railgun would be long etc

Re: [id3][WIP] OpenArena3

Posted: Sat Feb 08, 2014 1:12 am
by goldenboy
I understood that. That's why I thought they were nice. Nevermind, I'll go back to my own thread then.

Re: [id3][WIP] OpenArena3

Posted: Sat Feb 08, 2014 11:16 am
by frag.machine
@leileilol: do you intend to have a common theme between weapons (and by extension, the rest of game elements), like steampunk, futuristic, etc?

Re: [id3][WIP] OpenArena3

Posted: Sat Feb 08, 2014 3:33 pm
by leileilol
Guns that fire blue stuff are futurisitc and slightly mecha inspired. Guns that fire bullets seem more traditional and conventional but are still going to be abusrdly shaped so you can make out with them at a distance. There's no avoiding the shotgun and grenade launcher looking genericish. I'm still a bit lost on how to depict a functional rocket launcher that doesn't look like some RPG.


Also a note that I am still avoiding alpha channels and multiple textures. For example the scrolling shader on the railgun will be part of the same weapon texture as an all vertical strip being scrolled without light calculations, as a part of my aggressive optimization about texture switching.