I need a total control over the player >:D
RE: I need a total control over the player >:D
Or you can just spectate, that triggers the DISCONNECT scripts.
Last edited by Klofkac on Sat Aug 16, 2014 9:30 pm, edited 1 time in total.
πππ ππππ
- ZZYZX
- Posts a lot
- Posts: 742
- Joined: Thu Jun 07, 2012 5:56 pm
- Location: Ukraine
- Clan: A3
- Clan Tag: [A3]
RE: I need a total control over the player >:D
I think it's better to use this if this exceeds the values possible in the software renderer (ConsoleCommand is worse than uncapped interpolation errors anyway). An ENTER CLIENTSIDE script that runs itself in a cycle each tic.Zeberpal wrote: Consolecommand("cl_disallowfullpitch True"); //////////////<---This doesn't work :(
You might as well add a custom player class with custom sprite (custom sprite frame names, yet same Doomguy graphics) that'll break all the existing skins horribly (again, still better than using ConsoleCommand). Not sure of how the skins work though.
And well, sv_noidentifytarget is serverside anyway so you don't need to script it.
Last edited by ZZYZX on Sun Aug 17, 2014 12:55 am, edited 1 time in total.
quality DoomExplorer hackeringFilystyn wrote:Do you know what windows.h is? It's D, DWORD.
overcomplicated ZDoom grenade
random Doom things
GZDoomBuilder-Bugfix
RE: I need a total control over the player >:D
This works okay in singleplayer, but in online game it is extremely jittery. Still, better than nothing I suppose...
Or just add +NOSKIN flag to the player class.Circunei Z wrote: You might as well add a custom player class with custom sprite (custom sprite frame names, yet same Doomguy graphics) that'll break all the existing skins horribly (again, still better than using ConsoleCommand). Not sure of how the skins work though.
πππ ππππ
- ZZYZX
- Posts a lot
- Posts: 742
- Joined: Thu Jun 07, 2012 5:56 pm
- Location: Ukraine
- Clan: A3
- Clan Tag: [A3]
RE: I need a total control over the player >:D
Even in clientsided script? Then it should probably be serversided -_-Klofkac wrote: This works okay in singleplayer, but in online game it is extremely jittery. Still, better than nothing I suppose...
Last edited by ZZYZX on Mon Aug 18, 2014 6:32 pm, edited 1 time in total.
quality DoomExplorer hackeringFilystyn wrote:Do you know what windows.h is? It's D, DWORD.
overcomplicated ZDoom grenade
random Doom things
GZDoomBuilder-Bugfix
RE: I need a total control over the player >:D
Clientsided script would cause desynchronization, I'm concerned.Circunei Z wrote: Even in clientsided script?
πππ ππππ
-
Ijon Tichy
- Frequent Poster Miles card holder
- Posts: 901
- Joined: Mon Jun 04, 2012 5:07 am
RE: I need a total control over the player >:D
It wouldn't. Parkmore does client sided angle and pitch changes and it works just fine.
The problem is that it can only poll 35 times a second, in an engine where breaking 1000 FPS is entirely doable. It'll be jittery for that reason.
The problem is that it can only poll 35 times a second, in an engine where breaking 1000 FPS is entirely doable. It'll be jittery for that reason.
Last edited by Ijon Tichy on Mon Aug 18, 2014 9:04 pm, edited 1 time in total.