Forum

What are you working on?

Discuss anything not covered by any of the other categories.

Moderator: InsideQC Admins

thanks

Postby Mad John » Sun Jan 30, 2011 5:40 am

Thanks!
Mad John
 
Posts: 14
Joined: Fri Jan 21, 2011 2:16 pm

Postby Chip » Sun Jan 30, 2011 12:09 pm

ceriux wrote:lol no making that ORPG i been talking bout since i got here.


Hope you'll have some alpha or beta game 'til the Expo. Looks nice. What engine are you using? DP or some custom modified one?
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays

Fear not the dark, but what the dark hides.
User avatar
Chip
 
Posts: 575
Joined: Wed Jan 21, 2009 9:12 am
Location: Dublin, Ireland

Postby ceriux » Sun Jan 30, 2011 12:55 pm

for now i'm using bakers fitz plus. till LH fix's hlbsp on darkplaces. i have a feeling i'm not good enough to do my own engine coding. so i'm developing with what i have for now.
User avatar
ceriux
 
Posts: 2223
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Postby MasterSplinter » Sun Jan 30, 2011 4:56 pm

ceriux wrote:lol no making that ORPG i been talking bout since i got here.


What ORPG is that?
User avatar
MasterSplinter
 
Posts: 54
Joined: Tue Dec 07, 2010 8:00 pm

Postby ceriux » Sun Jan 30, 2011 8:06 pm

it's unnamed at the moment.
User avatar
ceriux
 
Posts: 2223
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Postby xaGe » Sun Jan 30, 2011 9:12 pm

What is "broke" exactly?

ceriux wrote:for now i'm using bakers fitz plus. till LH fix's hlbsp on darkplaces. i have a feeling i'm not good enough to do my own engine coding. so i'm developing with what i have for now.
User avatar
xaGe
 
Posts: 461
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York

Postby ceriux » Sun Jan 30, 2011 9:13 pm

when loading the bsp it says something about missing textures for hlbsp. which the map works in fitz i already spoke with him. he needs help from someone doing debugging.

anyways, shacks for the slightly richer.

Image

Tavern WIP

Image

this ones a little large so im just going to post the link.

http://img819.imageshack.us/img819/5455/hlbsp.png

it has all 3 buildings.

market stall

Image

Video
User avatar
ceriux
 
Posts: 2223
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Postby frag.machine » Sun Feb 06, 2011 2:25 am

Image
"When it's done(tm)."
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2090
Joined: Sat Nov 25, 2006 1:49 pm

Postby Dr. Shadowborg » Sun Feb 06, 2011 2:52 am

Awesome. :D

Just don't make us wait 12+ years for this. :wink:
User avatar
Dr. Shadowborg
InsideQC Staff
 
Posts: 1110
Joined: Sat Oct 16, 2004 3:34 pm

Postby leileilol » Sun Feb 06, 2011 3:07 am

Make it well commented so it's super stealab I MEAN, portable too


though, stuffcmding that would be heavy traffic....
i should not be here
leileilol
 
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Postby frag.machine » Sun Feb 06, 2011 4:23 am

Yeah, highly portable is my priority, don't worry. :)
And you don't need to stuffcmd everything: you can simply build the hud in a regular .cfg file and simply "exec hud.cfg".

Image

In the pic above, the map name, the BSP file, the player name and the health are read from the engine itself ($mapname, $bspname, $names[0] and $health). Also, there's a picture and a solid black strip (badly placed by me over the picture, not a bug :) ). You can set the strip color and/or alpha, and for text and pictures you can set alpha, too.

Now, I need to sleep a bit, I've been coding straight for like 8 hours :)
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2090
Joined: Sat Nov 25, 2006 1:49 pm

Postby ceriux » Sun Feb 06, 2011 5:06 am

this could be awesome
User avatar
ceriux
 
Posts: 2223
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Postby Urre » Sun Feb 06, 2011 7:33 am

*gives it an official Urre thumbs up*
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Postby ceriux » Sun Feb 06, 2011 7:38 am

will you be able to do things like visual inventories with this?
User avatar
ceriux
 
Posts: 2223
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Postby frag.machine » Sun Feb 06, 2011 1:10 pm

ceriux wrote:will you be able to do things like visual inventories with this?


Like a chest in a RPG, for example ? Yeah, with a bit of work it's quite possible. ATM I'm sticking to the available information in the standard status bar (plus some additional stuff like if you're in the intermission or if the -rogue/-hipnotic flags are set), but without breaking compatibility with standard protocol 15 you could check the unused positions into the cl.stats array for custom stuff and draw/print accordingly. Or, if you're doing something completely unrelated to Quake itself, you can just ignore the predefined for convenience engine variables ($health, $currentammo, etc) and look directly into the cl.stats ($stats[0], $stats[1], etc). What, where, when and how is drawn/printed in your HUD is up to you.
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
User avatar
frag.machine
 
Posts: 2090
Joined: Sat Nov 25, 2006 1:49 pm

PreviousNext

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest