|
Script request
|
|
14 Apr 11, 06:37PM
(This post was last modified: 14 Apr 11 06:38PM by Vlad.)
Post: #1
|
|||
|
|||
|
Script request
Hey, scripters :)
Could somebody help me and make script, that will easaly change settings between two sets : 1. game set with low video and most of head-up display settings 2. screenrecording set with good video and only few head-up settings settings for sets i will descibe... thanks, Vlad |
|||
|
14 Apr 11, 06:56PM
Post: #2
|
|||
|
|||
|
RE: Script request
V-man is the just the guy for this
OY!! V-man! Vlad needs ya. |
|||
|
14 Apr 11, 07:20PM
Post: #3
|
|||
|
|||
|
RE: Script request
There are dozens of settings you'd need to specify for this.
If you can get specific, you could make your own... ;-) At any rate, Bukz made a script like that, meant for map editing. I don't know where he's hosting it, though... You should PM him. :D |
|||
|
15 Apr 11, 12:30AM
(This post was last modified: 15 Apr 11 02:39AM by Bukz.)
Post: #4
|
|||
|
|||
|
RE: Script request
I tried making one that was nice and fancy/efficient that uses loops - to no avail, so I wound up creating two seperate .cfg files, one for regular play settings (low gfx, high fps), and one for coop editing (mapping, high gfx, low fps) settings.
Example of regular play settings .cfg: Code: in_coopsets = 0Example of coop settings .cfg: Code: in_coopsets = 1Then I bound a key to allow me to easily flip back and fourth between the two: Code: in_coopsets = 0Then pressing the keybind will act as a toggle between your usual and other settings. HTH, if you need any more help with it feel free to ask! :) Edit: Here is a skeleton to reference from: Code: // Edit the two aliases below with names that you see fit |
|||
|
15 Apr 11, 04:00AM
Post: #5
|
|||
|
|||
|
RE: Script request
Don't forget to use "resetgl" for the settings that require it! :D
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)


