[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4787: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4789: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4790: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4791: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
InsideQC Forums • View topic - What are you working on?

What are you working on?

Discuss anything not covered by any of the other categories.

Moderator: InsideQC Admins

Re: What are you working on?

Postby ceriux » Tue May 26, 2015 3:38 am

hogsy what is that?
User avatar
ceriux
 
Posts: 2230
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Re: What are you working on?

Postby hogsy » Tue May 26, 2015 2:22 pm

A while ago I made the decision to split the engine off into a separate module that gets loaded by a launcher, which would mean that multiple launchers could be created with their own icon and name for whatever game they'd be specifically assigned to... That was just some thinking ahead for the future and wasn't exactly a lot of work. Essentially that arose from when we wrote the game-logic in C and I split it into its own separate module, and then did the same for the code behind the menu.

Since the start of the project, I've always been interested in creating an integrated editor within the engine, similar to say Unreal. Well not too long ago I wrote out my own material system from scratch for the engine and thought that we could use an editor, so we could modify those materials and see the results within the engine in real-time, using the exact same rendering pipeline that the engine uses. This would also mean I can more easily add in new features and debug them at the same time, which would be incredibly useful.

So I started working on an interface and then worked on adding support to the engine so that it can run in an embedded state (or rather I'm doing both at the same time.) It's a little sloppy right now and I need to mature it out a little bit more, but as you can see the results are already there; you can load a material and display its properties, tell the engine to draw things and override the console output (with support for input incoming literally today.)

Essentially this is just laying down the ground work for an integrated model viewer too, which a friend of mine will be working on. Though I'm still debating if they should be separate tools or all integrated into one unified editor.

Edit:
Some further progress...


Edit:
Moar
Image

Planning on backtracking a lot of this though and cleaning things up a little bit.
User avatar
hogsy
 
Posts: 198
Joined: Wed Aug 03, 2011 3:44 pm
Location: UK

Re: What are you working on?

Postby sock » Thu May 28, 2015 11:12 am

Well he was evil, but he did build a lot of roads. - Gogglor
User avatar
sock
 
Posts: 137
Joined: Thu Aug 23, 2012 7:16 pm
Location: Wandering Around

Re: What are you working on?

Postby toneddu2000 » Thu May 28, 2015 11:45 am

@motorsep: just..wow. Can't wait to see dynamic light working! Are you gonna use glsl to lit dynamically map objects or did you add into the engine the possibility to draw parallel sun light?

@hogsy: great, you're spending surely lots of effort on engine tools! Keep it up the great work!

@sock: every map sock creates it has its own mood.. very good
- my first commercial game, made with FTEQW game engine
toneddu2000
 
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby motorsep » Thu May 28, 2015 1:02 pm

motorsep
 
Posts: 231
Joined: Wed Aug 02, 2006 11:46 pm
Location: Texas, USA

Re: What are you working on?

Postby toneddu2000 » Thu May 28, 2015 2:13 pm

- my first commercial game, made with FTEQW game engine
toneddu2000
 
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby sock » Sun May 31, 2015 10:44 pm

A short video showing how breakables can enhance a map environment and improve AI interactions!
Links - -
Well he was evil, but he did build a lot of roads. - Gogglor
User avatar
sock
 
Posts: 137
Joined: Thu Aug 23, 2012 7:16 pm
Location: Wandering Around

Re: What are you working on?

Postby mankrip » Mon Jun 01, 2015 3:01 am

Lightmapped liquids. Work in progress:
Image
Ph'nglui mglw'nafh mankrip Hell's end wgah'nagl fhtagn.
==-=-=-=-=-=-=-=-=-=-==
/ /
User avatar
mankrip
 
Posts: 915
Joined: Fri Jul 04, 2008 3:02 am

Re: What are you working on?

Postby gnounc » Mon Jun 01, 2015 3:37 am

Hot Damn Sock! I didnt expect that video to be so visually expressive. The breakables really burst forward in an action movie kind of way, thats awesome to look at.
my
gnounc's
User avatar
gnounc
 
Posts: 424
Joined: Mon Apr 06, 2009 6:26 am

Re: What are you working on?

Postby Barnes » Mon Jun 01, 2015 8:01 pm

fake sub surface scattering

User avatar
Barnes
 
Posts: 232
Joined: Thu Dec 24, 2009 2:26 pm
Location: Russia, Moscow

Re: What are you working on?

Postby frag.machine » Mon Jun 01, 2015 9:19 pm

@mankrip: lightmapped water is so much more moody...
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: 2120
Joined: Sat Nov 25, 2006 1:49 pm

Re: What are you working on?

Postby gnounc » Tue Jun 02, 2015 5:59 am

Yeah mankrip, that does make quite the difference
my
gnounc's
User avatar
gnounc
 
Posts: 424
Joined: Mon Apr 06, 2009 6:26 am

Re: What are you working on?

Postby toneddu2000 » Tue Jun 02, 2015 10:45 am

@mankrip: the shadowmapped water adds an extra atmosphere. So good! I bet that was a lot of hard work, congrats!
@Barnes: the effect is SO COOL (like the others you added in your engine) but it would be better imo to use high poly rounded models to emphasize the effect. Also, upload 3MB pngs to display progresses maybe it's not the best choice :( (better 50% quality jpegs)
PS: how did you achieve fake sub surface scattering effect?
- my first commercial game, made with FTEQW game engine
toneddu2000
 
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby Barnes » Tue Jun 02, 2015 12:01 pm

User avatar
Barnes
 
Posts: 232
Joined: Thu Dec 24, 2009 2:26 pm
Location: Russia, Moscow

Re: What are you working on?

Postby toneddu2000 » Tue Jun 02, 2015 12:37 pm

for the.. it's a glsl shader?! Wow, now I can use it in fte!! WOOOW! Thanks Barnes for the link!
- my first commercial game, made with FTEQW game engine
toneddu2000
 
Posts: 1395
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

PreviousNext

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 2 guests