View Single Post
Old
  (#8)
DogMeat is Offline
Senior Member
 
Posts: 469
Join Date: Jan 2002
Location: Rockwood, MI
 Send a message via ICQ to DogMeat Send a message via AIM to DogMeat Send a message via MSN to DogMeat Send a message via Yahoo to DogMeat  
Default 08-28-2002, 05:00 PM

Yes, you will be able to put your own website, etc on the scroller. You can even change it (via the main config file) to not scroll, instead using it as a "slideshow" with longer delays between changes.

Actually I'm using a setup just to test, that ordinarily would not be used. Forcing the actual client side model/skin selection is an additional security measure that's almost unnessesary if you have Force Models turned off. Mine is setup currently to Force Models off, and to force what skins to use:
[code:42eee]// sec_forcemodel : 0 Use Client Setting : 1 Use Server Setting
level.dmzdt_sec_forcemodel = 1
level.dmzdt_securityforcemodel = 0

//sec_playermodel : 0 Use Client Setting : 1 Use Server Setting
level.dmzdt_sec_playermodel = 1
level.dmzdt_securityplayermodel = "allied_airborne"

//sec_playergermanmodel : 0 Use Client Setting : 1 Use Server Setting
level.dmzdt_sec_playergermanmodel = 1
level.dmzdt_securityplayergermanmodel = "german_waffenss_shutze"[/code:42eee] Here is how most people would run it, with Force Models Off, and Use Client Settings for the skins. [code:42eee]// sec_forcemodel : 0 Use Client Setting : 1 Use Server Setting
level.dmzdt_sec_forcemodel = 1
level.dmzdt_securityforcemodel = 0

//sec_playermodel : 0 Use Client Setting : 1 Use Server Setting
level.dmzdt_sec_playermodel = 0
level.dmzdt_securityplayermodel = "allied_airborne"

//sec_playergermanmodel : 0 Use Client Setting : 1 Use Server Setting
level.dmzdt_sec_playergermanmodel = 0
level.dmzdt_securityplayergermanmodel = "german_waffenss_shutze"[/code:42eee] However you are correct, not much I can do about modified or renamed default skins. For that EA would have to fix the sv_pure option, which of course would also fix a hell of alot of cheats.

I'm hoping to get the beta out this weekend, no clue on release date yet. However I am going to be releasing the DMz Dogtag server component before I continue work on the client component. (more info: [url:42eee]http://www.alliedassault.com/phpBB2/viewtopic.php?p=239279[/url:42eee])
  
Reply With Quote