An FOV command?

Moderator: GZDoom Developers

User avatar
Apothem
Posts: 2070
Joined: Sat Nov 29, 2003 7:13 pm
Location: Performing open heart surgery on an ACS compiler.

An FOV command?

Post by Apothem »

would it be possible to have an FOV ACS command? I think it would be a great help toward making certain types of new monsters and/or effects on maps. Anyone agree?
User avatar
Caligari87
Admin
Posts: 6241
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Post by Caligari87 »

I agree, but at the same time I gotta kinda roll my eyes. You realize this is probably the thousandth time someone's asked for this, right?

8-)
User avatar
HobbsTiger1
Posts: 1235
Joined: Fri Jan 07, 2005 7:29 pm
Location: #DMClub
Contact:

Post by HobbsTiger1 »

We should have a contest to see what becomes the face bug thread of feature suggestions. Or, we could stop wasting randys time.
User avatar
Deathsong12
Posts: 1083
Joined: Sat May 07, 2005 1:29 pm
Location: On the hunt

Post by Deathsong12 »

It's a little annoying how often this comes up, but I can envision some cool efects with it. An Archvile type monster that warps your veiw inward as it sucks your soul?
User avatar
Apothem
Posts: 2070
Joined: Sat Nov 29, 2003 7:13 pm
Location: Performing open heart surgery on an ACS compiler.

Post by Apothem »

You mean this has been asked for before?.... Now I feel dumb. :(

The main reason why I presented this tho, is so we could finally make those damn sniper rifles at least half as good as we want them, instead of them being cheap imitations of the real thing :?
User avatar
Caligari87
Admin
Posts: 6241
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Post by Caligari87 »

In answer to your request, what's mostly been said is that it's hard to give just FOV to ACS or DECORATE; it would involve giving full console access, which could lead to potentially dangerous capabilities for the map maker (kill all your savegames, etc).

At least, that's what I've gathered.

8-)
User avatar
Skunk
Posts: 1189
Joined: Tue Jan 18, 2005 1:04 am
Contact:

Post by Skunk »

...wad viruses? What has the world come to...
User avatar
Caligari87
Admin
Posts: 6241
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Post by Caligari87 »

Not viruses in the true sense, but a malicious wadmaker could screw with all of your console variables and keybindings, making for an extremely long fixing-up process.

8-)
User avatar
Chris
Posts: 2982
Joined: Thu Jul 17, 2003 12:07 am
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Post by Chris »

Why would you need to give full console access to adjust the FOV? Just make a FOV command that's multiplied with the current FOV setting (with the result clamped appropriately), and not saved to the ini. The FOV console var would remain how it is, but what you'd see would be altered according to the ACS commands used. Thusly, if you have the FOV set to 45 or 60 or something, and do Set_FOV(0.5); the FOV variable would remain 45 or 60, but you'd have a 22.5 or 30 degree FOV. It would probably work best as an Actor property, and thusly be saved and restored properly with savegames/between levels.
User avatar
Doomguy0505
Posts: 625
Joined: Tue Mar 29, 2005 4:53 am
Contact:

Post by Doomguy0505 »

Because nowdays, everyone thinks about security too much
User avatar
Necromage
Posts: 484
Joined: Thu Feb 10, 2005 3:13 pm
Location: NJ
Contact:

Post by Necromage »

I would have to vote for this option. It would allow for so much. I also like Chris's idea on how to impliment this option.
User avatar
Cutmanmike
Posts: 11354
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Post by Cutmanmike »

A_Chanefov(fov)

How hard could it be?
User avatar
AFADoomer
Posts: 1344
Joined: Tue Jul 15, 2003 4:18 pm
Contact:

Post by AFADoomer »

Caligari_87 wrote:Not viruses in the true sense, but a malicious wadmaker could screw with all of your console variables and keybindings, making for an extremely long fixing-up process.

8-)
Erm. So just don't play their .wad?

Ideally, a per-wad config section would be nice to get around situations like this.
User avatar
Apothem
Posts: 2070
Joined: Sat Nov 29, 2003 7:13 pm
Location: Performing open heart surgery on an ACS compiler.

Post by Apothem »

Actually, what Chris described was exactly what I had in mind. Not full console access, as that is definently too much, but just command specific access, like FOV. Mayber down the line we could possibly get other ones too, but FOV is the biggest one in demand.
User avatar
chaoscentral
Posts: 677
Joined: Sun Feb 27, 2005 4:32 pm
Location: Revere, MA
Contact:

Post by chaoscentral »

if any of you remember, the kgwsw drivable vehicles build actually had a FOV command... maybe someone could take the source(if he released it) and possibly add it into the current 96x or something...
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”