Forum

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 Julius » Sun Nov 13, 2016 6:17 am

Error wrote:Sadly, I still haven't found a reliable way to take good videos... so I'll have to look more into that.


Maybe: https://sourceforge.net/p/fteqw/code/HE ... apture.txt

Looks like a cool start though!
Julius
 
Posts: 93
Joined: Sun Aug 29, 2010 4:32 pm

Re: What are you working on?

Postby toneddu2000 » Sun Nov 13, 2016 7:56 am

This could be another option if you're on Windows 10. Also Fraps demo.
On Linux I noticed that this is quite cool (I tried and some of the videos on my Youtube channel have been recorded with that software)
Meadow Fun!! - my first commercial game, made with FTEQW game engine
toneddu2000
 
Posts: 1352
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby Barnes » Sun Nov 13, 2016 10:50 am

multimonitor support (tnx to Berserker)

Image

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

Re: What are you working on?

Postby c0burn » Wed Nov 30, 2016 1:11 pm

https://www.youtube.com/watch?v=iooijPc7dbY

Still working on my revamped AI, monsters can now use waypoints that have a jump flag set. They won't hesitate to jump down and smash you up.
c0burn
 
Posts: 208
Joined: Fri Nov 05, 2004 12:48 pm
Location: Liverpool, England

Re: What are you working on?

Postby frag.machine » Wed Nov 30, 2016 1:50 pm

Nice... I´d suggest, for a bit more realistic behavior, adding the pain animation when they fall from higher points (maybe randomly so players can't count always on this during combat).

It's interesting how a game that basically brought actual 3D combat don't have a more 3D-aware AI. Heck, even Quake 2 was full of dumb monsters trying to lob grenades against you when you were in higher ground.
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

Re: What are you working on?

Postby toneddu2000 » Fri Dec 23, 2016 4:51 pm

Crafter - realtime game editor for FTE engine

Project page

Youtube video

Happy holidays guys! :biggrin:
Meadow Fun!! - my first commercial game, made with FTEQW game engine
toneddu2000
 
Posts: 1352
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby Barnes » Sat Dec 24, 2016 9:22 am

very interesting level editor)
User avatar
Barnes
 
Posts: 226
Joined: Thu Dec 24, 2009 2:26 pm
Location: Russia, Moscow

Re: What are you working on?

Postby toneddu2000 » Sat Dec 24, 2016 9:48 am

Thanks Barnes! I'll try to keep update the project page
Meadow Fun!! - my first commercial game, made with FTEQW game engine
toneddu2000
 
Posts: 1352
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby qbism » Sat Dec 24, 2016 2:44 pm

Good video on the editor. Will it be for making entire levels, or sandbox inside large open maps? Building as part of gameplay sounds interesting. Either way it looks fun!
User avatar
qbism
 
Posts: 1236
Joined: Thu Nov 04, 2004 5:51 am

Re: What are you working on?

Postby toneddu2000 » Sat Dec 24, 2016 2:57 pm

qbism wrote:Good video on the editor. Will it be for making entire levels, or sandbox inside large open maps?
Thanks, qbism! Unfortunately, to make it work like sandbox editor, lighting system in FTE should be totally changed and I don't think Spike will do it soon, so I consider it (if I fix some problems with translate gizmo) a good alternative to radiant for small levels with dynamic lights and for ones who want to test in realtime their maps without recompiling

A good "killer application" could be the observer mode, where designers decide AI behaviours with a click but, right now, I don't know how to implement it
Meadow Fun!! - my first commercial game, made with FTEQW game engine
toneddu2000
 
Posts: 1352
Joined: Tue Feb 24, 2009 4:39 pm
Location: Italy

Re: What are you working on?

Postby xaGe » Sat Dec 31, 2016 1:42 pm

If you're on Linux then Simple Screen Recorder is easy to use and works great. OBS Studio is also free, Linux, Mac, Windows, fairly easy to use and works great.

If you use darkplaces, it's very easy to record a quake demo and then using DP it can be captured/converted to an OGV(Theora video) file with Vorbis audio. In the console minus the quotes type, "cl_capturevideo 1; playdemo yourdemo" to play yourdemo.

Sit back and watch it slowly record until your demo is finished it will drop to the console and the video capture will automagically stop. During the capture of the demo inside DP the FPS will be low, but the finished video file plays at normal quake speeds for me at least under Linux with an Intel Core i5-3570K @4.2Ghz with 32Gb of ram. I've done 10 to 15 minute demos at most so far. Might be best to do this for small demos only, but you could do longer ones. The video file will be saved into, "video/dpvideo001.ogv" of whatever quake mod you were playing in darkplaces. If no mod used the video would be in id1/video/dpvideo001.ogv.

Whatever engine you use it's easy to just record regular quake demos to be played back whenever and recorded using video capture software like I mentioned in the beginning of this post. I've noticed much less lag when recording that way.

Error wrote:Sadly, I still haven't found a reliable way to take good videos... so I'll have to look more into that.


I look forward to trying your mod someday. Maybe I can get my six year old son to play as he does play other mods like Qreate and Dodgeball with me from time to time.
User avatar
xaGe
 
Posts: 461
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York

Re: What are you working on?

Postby Barnes » Sun Jan 01, 2017 10:17 pm

try to use nvidia api (get num of gpu's)

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

Re: What are you working on?

Postby qbism » Mon Jan 02, 2017 3:01 pm

Barnes wrote:try to use nvidia api (get num of gpu's)
Cool, plus a detailed list of hardware specifications and OS. This is great for diagnosing user issues.
User avatar
qbism
 
Posts: 1236
Joined: Thu Nov 04, 2004 5:51 am

Re: What are you working on?

Postby Barnes » Thu Jan 05, 2017 8:06 pm

qbism wrote:
Barnes wrote:try to use nvidia api (get num of gpu's)
Cool, plus a detailed list of hardware specifications and OS. This is great for diagnosing user issues.

Yea) It is very comfortable
litte updade - get per gpu temperature :mrgreen:

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

Re: What are you working on?

Postby frag.machine » Mon Jan 30, 2017 12:42 am

A small gameplay footage from my current WIP, Battle Mage Quake:

https://youtu.be/Rj0dKJ3hIac

It's a stealth-oriented single player mod, inspired by the In the Shadows mod by sock, and also uses (and abuses of) some of the great Arcane Dimensions assets (another fine work from our friends at Func_MsgBoard). I'll release another video soon, showing more features that sets it a bit apart from ITS, gameplay wise (hint: it goes a bit more the Hexen/Heretic way). Right know I just finished the first map and the base gameplay. Next, some CSQC UI. Mod is Darkplaces primarily, but I'll test it against FTEQW to evaluate the effort of supporting both engines. Contrary to most of other stuff I started, this is fairly complete and may even see a public release... 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

PreviousNext

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest