Лаунчер

Материал из CryWiki Russia

Перейти к: навигация, поиск
Эта страница страница помечена как находящиеся в процессе перевода с: 16 июня 2012.
Статью пометил сам автор статьи.


Included with the CryENGINE 3 Free SDK package is an application called Launcher.exe. This file can be found in both Bin32 and Bin64 directories, inside the main Free SDK folder.

Содержание

Startup

When you run the Launcher.exe, you'll be asked to login with your CryDev credentials. After doing this you will be greeted with a screen that looks like the following:

1 Main Menu.jpg

This is the sample main menu shipped with the SDK which gives you a number of options to adjust. If you'd like to create your own custom menu, we leave it up to you, the developer, to create a menu for your game.

Loading a level

To load a level click on either Singleplayer or Multiplayer, depending on which game mode you wish to play.

2 Single Player.jpg

Hosting/Joining Multiplayer

You can also Host or Join a multiplayer game via the Multiplayer menu. When joining a game, choose your name and the server you wish to join, which is the IP address of the Host.

3 Multi Player.jpg

Handy CVars

map
Load a map
i_reload
Reloads item scripts.
log_Verbosity
DUMPTODISK
defines the verbosity level for log messages written to console
-1=suppress all logs (including eAlways)
0=suppress all logs(except eAlways)
1=additional errors
2=additional warnings
3=additional messages
4=additional comments
r_DisplayInfo
DUMPTODISK, RESTRICTEDMODE
Toggles debugging information display.
Usage: r_DisplayInfo [0=off/1=show/2=enhanced]
r_VSync
DUMPTODISK, RESTRICTEDMODE
Toggles vertical sync.
0: Disabled
1: Enabled
2: Enabled, use asynchronous swaps on X360
r_Width
DUMPTODISK
Sets the display width, in pixels. Default is 1024.
Usage: r_Width [800/1024/..]
r_Height
DUMPTODISK
Sets the display height, in pixels. Default is 768.
Usage: r_Height [600/768/..]
sys_spec
Tells the system cfg spec. (0=custom, 1=low, 2=med, 3=high, 4=very high, 5=XBox360, 6=Playstation3)
s_SoundEnable
DUMPTODISK
Toggles sound on and off.
Usage: s_SoundEnable [0/1]
Default is 1 (on). Set to 0 to disable sound.
t_Scale
Game time scaled by this - for variable slow motion
quit
Quits the game