Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
en:games:star_trek_-_voyager_elite_force:cvars [2023-12-02-00-45] – 7saturn | en:games:star_trek_-_voyager_elite_force:cvars [2025-02-22-13-49] (current) – [Star Trek: Voyager Elite Force Cvars] 7saturn |
---|
Console Variables or [[..:..:game_tech:cvar|cvars]] are usually defined with ''set'' or a derivative thereof by the principle ''set variable <nowiki>"value"</nowiki>''. The following variations of ''set'' are available: | Console Variables or [[..:..:game_tech:cvar|cvars]] are usually defined with ''set'' or a derivative thereof by the principle ''set variable <nowiki>"value"</nowiki>''. The following variations of ''set'' are available: |
^ ''set'' variation ^ Meaning ^ | ^ ''set'' variation ^ Meaning ^ |
| ''set'' | sets a cvar | | | ''set'' | Sets a cvar. | |
| ''seta'' | sets a cvar and marks it as archive (meaning it will be included in the config, in ''hmconfig.cfg'' in the respective mod folders or ''baseEF'') | | | ''seta'' | Sets a cvar and marks it as archive (meaning it will be included in the config, in //hmconfig.cfg// in the respective mod folders or //baseEF//) | |
| ''sets'' | sets a cvar marks it as server information | | | ''sets'' | Sets a cvar and marks it as server information. This means, the information is also delivered to clients and for example stored in demo files. | |
| ''sett'' | sets a cvar marks it as a tool | | | ''sett'' | Sets a cvar and marks it as a tool. | |
| ''setu'' | sets a cvar marks it as user information | | | ''setu'' | Sets a cvar and marks it as user information. By default this kind of information is **not** delivered to the clients. | |
| |
''sv_'' at the beginning of a variable name usually stands for server variables, ''cl_'' at the beginning usually stands for client variables. | ''sv_'' at the beginning of a variable name usually stands for server variables, ''cl_'' at the beginning usually stands for client variables. |