Changing my jumping CVARs would be one thing I consider dirty.Nash wrote:There's a whitelist system behind ST's ConsoleCommand(), it's not like anyone can do anything dirty with it if they wanted to.
Enforcing settings on your doom modification
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Re: Enforcing settings on your doom modification
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49234
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Enforcing settings on your doom modification
Good thing I don't use Skulltag... 
I hate mapping features that allow modders to play dirty so I'm dead set against ever adding them.

I hate mapping features that allow modders to play dirty so I'm dead set against ever adding them.
- CommanderZ
- Posts: 210
- Joined: Sun Nov 14, 2010 8:23 am
- Location: Czech Republic
- Contact:
Re: Enforcing settings on your doom modification
You people must really hate games where modders are allowed to create and load actual executable binaries (DLLs specifically) 
I remember my modding attempts for Civilization IV. I didn't even bother learning Python or whatever scripting language was used for higher-level modding environment. I always went straight for C++
Odd that I don't recall there being any malicious mods (though that of course doesn't mean there weren't any) - and you could create actual malware with that system. Nor do I remember there being any purposefully harmful mods mods for Skulltag (Ooo, wiping game settings, so evil
).

I remember my modding attempts for Civilization IV. I didn't even bother learning Python or whatever scripting language was used for higher-level modding environment. I always went straight for C++

Odd that I don't recall there being any malicious mods (though that of course doesn't mean there weren't any) - and you could create actual malware with that system. Nor do I remember there being any purposefully harmful mods mods for Skulltag (Ooo, wiping game settings, so evil

- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: Enforcing settings on your doom modification
This is a nice function, really - If I'm making a scoped weapon (such as a sniper rifle) which includes its own reticle, the normal crosshair makes it look rather odd. I add in a blank image to crosshair 99 and set the weapon to that whenever the scope is active. (A little tracking between the weapon's modes is all that is needed, thanks to it being weapon-specific like Zoom Factor.InsanityBringer wrote: believe ZDoom already does this. Use [wiki]A_SetCrosshair[/wiki] to do it. There's also a crosshairforce cvar which makes your crosshair setting override whatever the weapon wants.
