Printable Version of Topic

Click here to view this topic in its original format

Forum 17B _ 'How To' 17b _ [tut] Create A Proper Mainscreen With Binds :)

Posted by: S3B 25/06/2014 - 05:47:27

Russian text below.

Everybody knows that on 17b map screenshots must not contain any logos, borders, texts, double black bars of spectator mode, etc.
That's why it is not so easy task to get perfect screenshots for CS 1.6. But there is a simple solution - it is using of noclip mode. But you must exactly know how to enable it because noclip is not available in multiplayer mode. This little guide explains that.






GoldSrc :

All 'commands' are executed into console, with binds or with Commandmenu.txt !

• start listen server (use item 'New Game' in game menu)
• disable multiplayer mode (activate singleplayer one): deathmatch 0
• enable using 'integrated cheats': sv_cheats 1
• restart the server in order to settings take effect: restart
• enable noclip: noclip

Now your screen is clear and you can make screenshots from any point you want.

QUOTE
Tip : Add hud_draw 0;deathmatch 0;sv_cheats 1;noclip;net_graph 0;r_speeds 0;developer 0;restart in a bind or in your
commandmenu.txt, then you can launch the map, run the bind, and the map will restart automatically, with settings fixed wink.gif

config.cfg :
bind "key" "hud_draw 0;deathmatch 0;sv_cheats 1;noclip;net_graph 0;r_speeds 0;developer 0;restart"
Or
commandmenu.txt :
"1" "Screens 17b" "hud_draw 0;deathmatch 0;sv_cheats 1;noclip;net_graph 0;r_speeds 0;developer 0;restart"




Как известно, на 17b скрины карт не должны содержать ничего лишнего: лого, границы, тексты, двойные чёрные линии режима spectator и т.д. - запрещены. Поэтому довольно неудобно делать хорошие скрины в CS 1.6. Но есть простой способ - использовать режим noclip. Только надо уметь его включать. Вот об этом гайд.



GoldSrc :

Все 'команды' выполняются в консоли!

• запустите listen-сервер (пункт 'New Game' в Главном меню)
• выключите мультиплейер: deathmatch 0
• включите использование 'встроенных читов': sv_cheats 1
• перезапустите сервер, чтобы настройки вступили в силу: restart
• включите noclip: noclip

Теперь экран будет девственно чист и вы сможете делать скрины с любой позиции.


Author : Safety1st



Hl² & Mods :




CsGo :

Add these two binds in your config.cfg :

bind "YourKey 1" "sv_cheats 1; cl_drawhud 0; noclip; jpeg_quality 100; r_drawviewmodel 0; crosshair 0;"

bind "YourKey 2" "cl_drawhud 1; noclip 0; r_drawviewmodel 1; crosshair 1; sv_cheats 0;"

The first bind removes all things not needed ( Hud, ... ) and the second re-adds this things biggrin.gif



Author : S3B


Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)