is it possible to force cockpit views on players?

Post here if you need help setting up your server, etc.
Post Reply
User avatar
2020
Outside Corner Grinder
Posts: 1322
Joined: Thu Dec 29, 2005 9:21 pm
Location: the present, finally

is it possible to force cockpit views on players?

Post by 2020 »

can players always choose their cameras?

if they can be forced to be in cockpit view
can a wide view be allowed once player dies?

are these in the current settings
or would this have to be patched specific to a server?
hold the line
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

That's possible currenly with the CAMERA_FORBID_* settings.
If you're dead you can use any camera mode.
There's no place like ::1
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Keep in mind that those with basic programming abilities can easily circumvent it.
User avatar
2020
Outside Corner Grinder
Posts: 1322
Joined: Thu Dec 29, 2005 9:21 pm
Location: the present, finally

thanks

Post by 2020 »

Jonathan wrote:Keep in mind that those with basic programming abilities can easily circumvent it.
suppose so

i don't think it would be very popular
and those who did turn up
would probably enter into the spirit of things

thanks for the warning jon
and the commands wrtl
hold the line
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

Note that you don't even need any programming ability, a hexeditor will do.
There's no place like ::1
User avatar
2020
Outside Corner Grinder
Posts: 1322
Joined: Thu Dec 29, 2005 9:21 pm
Location: the present, finally

Post by 2020 »

wrtlprnft wrote:Note that you don't even need any programming ability, a hexeditor will do.
hexeditor?
qed
hold the line
User avatar
Kamikaze
On Lightcycle Grid
Posts: 30
Joined: Thu Jul 15, 2004 11:50 pm
Location: Belgium, Liège

Post by Kamikaze »

2020 wrote: hexeditor?
qed
Hexadecimal Editor :

http://www.hhdsoftware.com/Family/hex-editor.html

I advise you this one : http://www.chmaas.handshake.de/delphi/f ... /xvi32.htm
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

wrtlprnft wrote:Note that you don't even need any programming ability, a hexeditor will do.
Just a lower-level form of programming (in a way that I meant?).
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

I wouldn't do any programming at all, I'd simply replace all instances of “SOME_STRING_…” by “0123456789ABCD” :P
Last edited by wrtlprnft on Mon Sep 25, 2006 7:56 am, edited 1 time in total.
There's no place like ::1
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

But that can also be done in a text editor! (and many other things, but I'd like to keep those out of this discussion)
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

As long as your text editor is binary-safe. I wouldn't try my luck in notepad/wordpad…
There's no place like ::1
User avatar
2020
Outside Corner Grinder
Posts: 1322
Joined: Thu Dec 29, 2005 9:21 pm
Location: the present, finally

hehhe

Post by 2020 »

i am glad you are finding something amusing...
hold the line
User avatar
2020
Outside Corner Grinder
Posts: 1322
Joined: Thu Dec 29, 2005 9:21 pm
Location: the present, finally

Post by 2020 »

what's the difference between
CAMERA_FORBID_SMART
and
ALLOW_CAM_1_0
?

also
why are there only six forbid commands
and there are eight for the allow command
?

just curious...

edit:
i set all forbid commands to 1 except for internal
but there is still one external camera in place...
what camera is that?
and how do i forbid it?
hold the line
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

I believe forbids are there so servers can forbid cameras, whereas allows exist so clients can choose only to cycle through their favorite cameras.
User avatar
Z-Man
God & Project Admin
Posts: 11589
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

Yep, the ALLOW_CAM_X_Y are the clientside settings which store player preferences. They have no effect on the server and shouldn't even exist there, I'll take care of that.
Post Reply