Kamrad.ru
 
 
дневники | кабинет | регистрация | календарь | участники | faq | правила | поиск | фотоальбом | каська | выйти
Kamrad.ru Kamrad.ru » Тематические форумы » Action / 3D-action » DooM 3 DoomConfig.cfg
новая тема  ответить следующая тема | предыдущая тема
Автор
 
Mitreya - offline Mitreya
07-11-2002 07:29 URL сообщения      K-Mail    Профиль    Поиск    Контакт-лист   Редактировать
Камрад



DooM 3 DoomConfig.cfg

Давайте немного разобъем тему Дума 3, дабы не опускаться во флейм. Конкретно - настройка файла DoomConfig.cfg Как ламер со стажем скажу, что привык настраивать его через меню, а редактировать файл не зная, какая команда для чего предназначена...

Вопросы:
*как инвертировать мышь?
*как настроить гамму?
*какие команды отвечают за антиальясинг и всякого рода фильтрации?
*какие команды еще влияют на производительность графической подсистемы?

Nikitos2002 - offline Nikitos2002
07-11-2002 13:46 URL сообщения Дневник     K-Mail    Профиль    Поиск    Контакт-лист   Редактировать
Камрад



С Fredo.cfg тоже лажа! Залез я туда, начал биндить клавиши и.... офигел! там был список забинденых клавиш (от F1 до F9),которые должны спаунить монстров( некоторых из них в демке не увидишь!). Но когда я зашел в игру у меня ничерта не вышло! Ни одна из забинденых клавишь не работала, включая мои!

P.S. Похоже, что к демке прилагается редактор!

jusio - offline jusio
07-11-2002 17:38 URL сообщения Дневник     K-Mail    Профиль    Поиск    Контакт-лист   Редактировать
Камрад



эээ
Ну коли пошла такая пьянка...
Патч ускоритель( если тачка непомерно крута, а дум даёт тока 3 фпс почемуто )
http://www.cncarmy.com/D3_Performence_fIX.rar
Инструкция по запуску всех карт которые тока есть в думе3 альфа:
Instructions for playing Doom 3 demo:

1. Unrar

2. In your Doom_III\base directory, open the runact.cfg file.

3. Comment out the last line. In other words, add the "#" sign in front of the string "devmap $e3_intro" so it looks like the following:

#devmap $e3_intro

4. Launch the game using the main exe.

5. Press the tilde key to bring down the console (just like Q3)

6. Type the following: exec runact.cfg

7. Hit enter, and then go grab a soda. Seriously, it takes about 5 mins to load all the crap.

8. Once it is done, you can launch the intro movie, or play yourself.

9. From the console, use the following commands:

map e3/intro (Loads intro movie)
map e3/e3_1 (Loads first map)
map e3/e3_2 (Loads second map)
map e3/e3_3 (Loads third map)
map fred/e3bathroom5 (won't work for some people)


Changing controls:
From the console, type: bindlist

This will list all the currently bound keys and their functions. Use the page up and page down keys to scroll through the list. The controls for standard movement are not bound to the regular WASD config, so type the following to put it back to normal:

bind w _forward
bind s _back
bind a _moveleft
bind d _moveright

Check out some of the other bindings, God mode and give health are already bound for you

Checking FPS: type com_drawfps 1
Пара советов по ускорению работы дума3:
seta com_maxfps "0" установите какой вам надо

seta r_useStandardGL "1" если у вас карточка GF1-2 или младше - то установите эту переменную в единицу

seta r_useParhelia "1" это ставьте если у вас матрас

seta r_useNV20 "1" это ставьте когда у вас GF3-4 или выше 8-)))

seta r_useNV30 "1" это пока никто не может поставить

seta r_useGL2 "1" это если вы обладатель ATI

ДАЛЕЕ по мелочам

seta r_shadows "1" сбросить нах в "0"

seta r_colorbits "32" нефиг - пусть будет "16"

seta r_ext_compress_textures "0" немедленно в "1"

pm_stamina 0
Как включается редактор в думе 3:
The leaked alpha has a built in map editor
And we are gonna get it to work ladies.

You need to do the following things to make it work, muhaha

Maybe there is a different way to do it , but the following steps made mine work ok ......

1. put the whole Doom_III in the root ( C:\ )

2. rename the C:\Doom_III dir to C:\Doom

3. Make a dir and call it sсripts place it in the C:\Doom\base

4. Create a text file and save it as doom.qe4 and place this file in the C:\Doom\base\sсripts directory

5. open doom.qe4 with notepad and cut paste the below text in it.

{
"basepath" "c:\doom\base"
"rshcmd" "c:\doom\base\"
"remotebasepath" "c:\doom\base\"
"entitypath" "c:\doom\base\def\*.def"
"texturepath" "c:\doom\base\textures"
"autosave" "c:\doom\base\maps\mre\"
"bsp_Relight" "!kpbsp -onlyents $ && !kprad -gamedir c:\doom\base\ $"
"bsp_Entities" "!kpbsp -onlyents $"
"bsp_FullVis (qrad -extra)" "!kpbsp $ && !kpvis $ && !kprad -bounce 4 -extra -gamedir c:\doom\base\ $"
"bsp_FullVis " "!kpbsp $ && !kpvis $ && !kprad -gamedir c:\doom\base\ $"
"bsp_FullVis (norad)" "!kpbsp $ && !kpvis $"
"bsp_FastVis" "!kpbsp $ && !kpvis -fast $ && !kprad -gamedir c:\doom\base\ $"
"bsp_FastVis (bleed)" "!kpbsp $ && !kpvis -fast $ && !kprad -nostopbleed -gamedir c:\doom\base\ $"
"bsp_only (novis/norad)" "!kpbsp $"
}

6. goto the dir c:\Doom\base\maps and create two directories named mre and mal

8. start doom.exe editor and hit the console key ~
When your in the console type editor

that's it folks !

If you want the default settings delete or rename the editor.cfg file in c:\doom\base

If you want to use that editor.cfg ( the settings of idsoftware team ) you will have to change the bottomline to seta ModelPath "C:\Doom\base\models\mapobjects\cpu\comrack2.lwo"

When the editor starts and it ask's for the doom.qe4 file... just point to it

Hope this works for you guys as it works for me

have fun
ЗЫ: Нагло стибрено с форума на www.progamer.ru вообще пинайте курилку он много чё про дум3 знает.

Nikitos2002 - offline Nikitos2002
08-11-2002 10:52 URL сообщения Дневник     K-Mail    Профиль    Поиск    Контакт-лист   Редактировать
Камрад



Как делать эти гребаные скриншоты и куда они записываются!

Текущее время: 04:41
новая тема  ответить следующая тема | предыдущая тема
 
Перейти:

версия для печати   отправить эту страницу по e-mail   подписаться на эту тему

 
Powered by: vBulletin Version 2.0.1
Copyright ©2000, 2001, Jelsoft Enterprises Limited.
Любое использование материалов сайта
возможно только с разрешения его администрации.


 

Рейтинг@Mail.ru
Рейтинг@Mail.ru