Forum

realm test

Discuss anything not covered by any of the other categories.

Moderator: InsideQC Admins

realm test

Postby revelator » Tue Feb 17, 2009 2:52 pm

completly forgot to upload the "hopefully fixed" realm engine.

i set blooms initial value to something not as obtrusive.
added on the fly video res changing "needs a tweak to the menu offsets but works".
ARB fragment shaded lava haze replacing the nvidia only code "newer worked right anyway weird blend artifacts" the code may make it into slime haze to perhaps using entity scripts. i have an idea for something but atm its hush hush :twisted:

http://www.savefile.com/files/2006905

sorry it took so long but i caught a nasty infection after getting a root canal so been "out of order for a while".
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Postby MeTcHsteekle » Tue Feb 17, 2009 4:22 pm

ouch i hear root canal is really painful, and an infection on top :S

but the engine works :D and i get reasonable frame rate for all the sweetness going on, a good cool:fps ratio

also perhaps you should put it on www.quaketastic.com so it wont get lost to the void ;)

GJ :O

//id make comments but then again im the guy who likes to play quake with extremely low gamma/brightness with square alpha'd partials that linger for a bit...i also like stainmaps
bah
MeTcHsteekle
 
Posts: 399
Joined: Thu May 15, 2008 10:46 pm
Location: its a secret

Postby revelator » Tue Feb 17, 2009 8:55 pm

sure m8 :D and glad to hear it works yay.

and for those who dont know it supports compressed pk3 so if you have a sheetload of textures and or models you can save quite some space using that :wink: the performance hit isnt to bad actually i only feel it on load times.

the engine loads pretty much any map regardless of size yes even marcher no extra commandlines needed :wink: the memory handling was totally rewritten it now uses what is nessesary automatically.

it also frees up the loaded memory at map change "everything gets cleared".

surfs are bumpmapped using a technique to calculate the cubemap origin based on player position mh can fill you in on it :wink: its also way way faster than normal bumpmapping unfortunatly havent got around making code for alias models yet its in the drawer though i hope mh can give me a hand with it sometimes cause i dunno if my skills are sufficient.

the engine doesnt need any external data but will load it if present im working on an idea to use entity scripts to fill in gaps where quake's bsp format falls short "like data for stainmaps decals etc" without them the game will run like normal with them you could define things the bsp doesnt normally hold the info for and hence make effects that would normally be impossible.

so off to code some more :shock:

and aye root canal is nasty :(
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Postby revelator » Tue Feb 17, 2009 9:04 pm

uploaded source and compiled engine + dll's :wink: its in singleplayer.

http://www.quaketastic.com/upload/files ... 9_2_17.zip
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Postby Error » Wed Feb 18, 2009 5:46 am

ok, am I living under a rock?

what is "realm"?
User avatar
Error
InsideQC Staff
 
Posts: 865
Joined: Fri Nov 05, 2004 5:15 am
Location: VA, USA

Postby revelator » Wed Feb 18, 2009 3:00 pm

its a project i been working on based on one of mh's older engines
that supported bumpmaps.

i changed it quite a bit over time but still called it mhquake some users felt i should give it my own feel tho cause i pretty much rewrote the entire engine so being the mmo nut i am i called it realm :lol:

its a quake engine :wink: simple doesnt use any fancy models like md3 and such just plain ol mdl and some nifty feats to please the eye.

it also has some rather scary limits as to what a mapper can do with it since the vm is based on aquires code it can litterally take maps the size of stuff that would frighten godzilla. models to ;).
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Postby MeTcHsteekle » Wed Feb 18, 2009 4:05 pm

hehe turn the bloom alpha all the way up, Trippe disco quake
bah
MeTcHsteekle
 
Posts: 399
Joined: Thu May 15, 2008 10:46 pm
Location: its a secret

Postby revelator » Thu Feb 19, 2009 3:15 am

:lol: aye it can be a bit over the top :lol:

currently working on destroying mh's mp3 player :twisted: well not destroying but since dx is more or less win only peeps who might want to port this will have a tough time so im looking at alternatives hmm lamemp3 im looking at you!!!

also trying to figure out a way to dynamically allocate handles for pk3 atm it uses a static array with a max size of 1gb which may spell trouble on lower end machines heh.

also need to get rid of the old demo code which is the only part i still miss from being able to load the entire game from pk3 "pretty massive rewrite ahead umf".

and if anyone is fluent in ARB fragment shaders i could use a hand on the water slime lava etc. i tried porting kmquake2's water shaders but the engine crashes not quite sure whats up with that :( the port i made for heat haze works so im a bit puzzled maybe the dsttexture code hmmm ?
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

flippin' cool

Postby hondobondo » Fri Feb 20, 2009 7:16 pm

if it's based on aguirre's quake then i can play super duper quake on it. not even the new fitzquake can handle it
hondobondo
 
Posts: 207
Joined: Tue Sep 26, 2006 2:48 am

Postby revelator » Sat Feb 21, 2009 5:37 am

:) the vm and most of the model code is, so unless it uses anything outside of that then aye it should run :wink:

it cant run mods that require specialized engines like some telejano mods "lack of scripting etc."

in excempt its a just a solid glquake engine with its limits upped "or removed" with some better gfx and a more stable renderer for modern cards it doesnt support md2 nor md3 models only plain ol mdl ;) it does have its poly limits upped considerably though so can actually make some pretty detailed mdl's for it.

trying to stay as close as possible to normal quake with it but i guess i could add in md2 and md3 support without breaking anything but only if people want it ?.

things that are planned are nehahra support atleast since aquires engine supports that mod also.
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Postby revelator » Sat Feb 21, 2009 6:23 am

well tried it and no doesnt run alltho i use some of aquires code i dont have frikbot support in yet. sdquake also uses some nehahra extensions it seems from looking at the code im working on that part ;).

but atm the vm will bitch LOUDLY!!! if you try it on realm :lol:

ill see what can be done.
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

Postby xaGe » Mon Feb 23, 2009 8:51 pm

..Well this latest one works on my new laptop. I couldn't afford a great one so this one has another Intel video chipset. This one sports a GMA 4500MHD..
User avatar
xaGe
 
Posts: 461
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York

...

Postby hondobondo » Tue Feb 24, 2009 3:11 am

the nehahra requirements are minimal. i added a few gl_glows to my version of the engine, that's about it for qc. i tried realm and it looks good in quake, but it chokes on skin heights. i fixed those in the models, and the engine hangs. keep working on it. looking forward to another engine to use. right now it's only darkplaces and aguirre quake.
hondobondo
 
Posts: 207
Joined: Tue Sep 26, 2006 2:48 am

Postby revelator » Tue Feb 24, 2009 4:15 am

ah good to know :wink:

shouldnt be a problem once i get full nehahra support running "planned anyway".

ill have a look at the glow code but i suspect it to require some rewriting in realm cause the glows in realm arent qc controlled hmm, well might as well start adding qc scaling in as well.

and glad it works on the intel boards now :)
User avatar
revelator
 
Posts: 2567
Joined: Thu Jan 24, 2008 12:04 pm
Location: inside tha debugger

...

Postby hondobondo » Tue Feb 24, 2009 6:25 pm

had to think about what i did. gl_glows aren't actually controlled in qc. i was thinking about EF_RED and EF_BLUE. i only added some models which have glow effects: TE_beam, some models for the freedom bomb, and the flame2 model. but i run it in standard aguirre glquake all the time without the glows. anyway. hope this helps. i can post a debug output of the glquake warnings if you like, but i'm sure you can do the same. it's mostly skin heights, model vertices, excessive commands in models, and excessive model skin size. i might just post it anyway to get some input
hondobondo
 
Posts: 207
Joined: Tue Sep 26, 2006 2:48 am

Next

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 3 guests