Immerse: General Purpose Immersive Camera Mutator
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 676
- Joined: Wed Apr 03, 2013 11:36 am
- Location: Elsewhere.
Immerse: General Purpose Immersive Camera Mutator
This is something I worked on for about 5 consecutive hours. It is a combination of Nash's Tilt++, Zombie Killer's footsteps, and a new version of my RealAim script combined with Thief-style leaning. Your camera will tilt and bob in harmony with the sound of your footfalls, all synchronized to bring a heightened illusion of actual concerted bipedal movement.
You probably won't like this if you get motion sick easily or don't like any form of move bobbing or dynamic weapon inaccuracy.
Screenshots won't really do this mod/mutator justice, seeing as it is entirely about the camera in motion.
Download the latest official release (v1.0.4) here.
I intend to expose this thing's terrible guts on GitHub at some point in the future. It's mostly the listed mods stitched together and made to share a couple variables here and there. It's rough around the edges in its presentation, but it seems functional.
Do play around with the in-game options menu for Immerse, as it is unlikely to look good out-of-the-box. For instance, you would use very different settings for something like Hideous Destructor as opposed to Smooth Doom, since the player's movement speed will be considerably different between the two.
This mod contains scripts and code by Nash and The Zombie Killer, so a big thanks to them. I believe I've left comments in the .pk3 indicating who wrote what code, but if my credits aren't up to code just let me know and I will correct the situation.
You probably won't like this if you get motion sick easily or don't like any form of move bobbing or dynamic weapon inaccuracy.
Screenshots won't really do this mod/mutator justice, seeing as it is entirely about the camera in motion.
Download the latest official release (v1.0.4) here.
I intend to expose this thing's terrible guts on GitHub at some point in the future. It's mostly the listed mods stitched together and made to share a couple variables here and there. It's rough around the edges in its presentation, but it seems functional.
Do play around with the in-game options menu for Immerse, as it is unlikely to look good out-of-the-box. For instance, you would use very different settings for something like Hideous Destructor as opposed to Smooth Doom, since the player's movement speed will be considerably different between the two.
This mod contains scripts and code by Nash and The Zombie Killer, so a big thanks to them. I believe I've left comments in the .pk3 indicating who wrote what code, but if my credits aren't up to code just let me know and I will correct the situation.
Last edited by Josh771 on Wed Nov 21, 2018 9:27 am, edited 6 times in total.
-
- Posts: 37
- Joined: Sat Jan 14, 2017 11:53 pm
Re: Immerse: General Purpose Immersive Camera Mutator
it's perfect! abused camera physics aside, it seems to work pretty great. wish i had something better to say than a good job, though. now that i've had time to properly sit down and enjoy it with with headphones everything just comes together perfectly. fits HD like a glove out of the box, assuming you don't have any problems with motion in general. wonderful job bringing everything together like this
+1 buyer beware on using it with normal doom speed without tweaking the settings, it's pretty violent.
Spoiler:
-
- Posts: 412
- Joined: Fri Nov 25, 2016 7:17 am
- Location: some northern german shithole
Re: Immerse: General Purpose Immersive Camera Mutator
just wondering, am I allowed to use this in commercial projects?
-
- Posts: 106
- Joined: Sun Feb 25, 2018 10:53 am
- Location: Tatarstan
-
-
- Posts: 26540
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: Immerse: General Purpose Immersive Camera Mutator
Very nicely done.
-
- Posts: 676
- Joined: Wed Apr 03, 2013 11:36 am
- Location: Elsewhere.
Re: Immerse: General Purpose Immersive Camera Mutator
Zombie Killer's code was licensed under the MIT license, meaning you'd need to include a copyright notice and a copy of the MIT license with their code.Zen3001 wrote:just wondering, am I allowed to use this in commercial projects?
For example, Zombie Killer's source files have this notice at the top of them:
Copyright (c) 2018 Benjamin Moir. All rights reserved.
This work is licensed under the terms of the MIT license.
To obtain a copy, visit <https://opensource.org/licenses/MIT>.
You'd need to ask Nash what his position on this is. I don't suppose I would care as long as Nash approved of it; I have tentatively considered the entire project to be subject to the MIT license, but I can't honestly say I'd given licensing much thought.
The Tilt++ code I've used had this comment in it:
He seems to have a generally permissive attitude, but that does say "mods" and not "commercial projects." You should contact him. If he gives permission, then I suppose the whole thing could be used in a commercial project, yes.Nash Muhandes wrote:Feel free to use this in your mods. You don't have to ask my permission!
-
- Posts: 490
- Joined: Sat Oct 08, 2016 9:10 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Win10
- Graphics Processor: nVidia with Vulkan support
Re: Immerse: General Purpose Immersive Camera Mutator
Into the auto load you go. Nice job as always.
-
- Posts: 106
- Joined: Sun Feb 25, 2018 10:53 am
- Location: Tatarstan
Re: Immerse: General Purpose Immersive Camera Mutator
If you quickly and simultaneously press LeanLeft and LeanRight, then there is a very interesting effect of the roll.
-
- Posts: 148
- Joined: Fri Nov 11, 2016 9:45 am
Re: Immerse: General Purpose Immersive Camera Mutator
Now that we have this and Sneaky Doom, i wonder when will someone make a Thief TC.
-
- Posts: 412
- Joined: Fri Nov 25, 2016 7:17 am
- Location: some northern german shithole
Re: Immerse: General Purpose Immersive Camera Mutator
what's sneaky doom?
-
- Posts: 148
- Joined: Fri Nov 11, 2016 9:45 am
Re: Immerse: General Purpose Immersive Camera Mutator
viewtopic.php?f=19&t=46174 A stealth mod by the same author, E2M2 is a pretty good map for this.Zen3001 wrote:what's sneaky doom?
-
- Posts: 676
- Joined: Wed Apr 03, 2013 11:36 am
- Location: Elsewhere.
Re: Immerse: General Purpose Immersive Camera Mutator
I've fixed the bug that allowed you to lean endlessly or would leave you stuck leaning. The download link in the OP has been updated.
-
- Posts: 139
- Joined: Wed Aug 06, 2014 9:02 pm
- Preferred Pronouns: He/Him
Re: Immerse: General Purpose Immersive Camera Mutator
Ooooh! This sounds really nice for my autoloads! Though, im not really a fan of the inaccuracy stuff. Although its personal preference, would it be too much to possibly ask for a version that doesn't affect accuracy and whatnot?
-
- Posts: 65
- Joined: Sun Jun 24, 2018 10:09 pm
Re: Immerse: General Purpose Immersive Camera Mutator
I'm not sure exactly what all of the customization options do in the options menu for the mod, but it seems like you can switch it off. I turned it off in mine as well and I don't notice a difference in aiming.
-
- Posts: 37
- Joined: Sat Jan 14, 2017 11:53 pm
Re: Immerse: General Purpose Immersive Camera Mutator
should be the real aim settings you want off, and that'll give you waht you're after