User talk:Rezarg: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== HL2 Mod Chapters not Appearing ==
== HL2 Mod Chapters not Appearing ==
cfg/chapter1.cfg:
<span><source lang=txt>map pa_test</source></span>
resource/projectattainment_english.txt:
<span><source lang=txt>// Made with XBLAH's Modding tool.
// Download it at https://github.com/jean-knapp/windows-source-modding-tool/releases
"lang"
{
"language" "English"
"tokens"
{
"projectattainment_chapter1_title" "TestName"
"hl2_ammofull" "FULL"
"hl2_357handgun" ".357 MAGNUM"
"hl2_pulse_rifle" "OVERWATCH STANDARD ISSUE\n(PULSE-RIFLE)"
"hl2_bugbait" "PHEROPOD\n(BUGBAIT)"
"hl2_crossbow" "CROSSBOW"
"hl2_crowbar" "CROWBAR"
"hl2_grenade" "GRENADE"
"hl2_gravitygun" "ZERO-POINT ENERGY GUN\n(GRAVITY GUN)"
"hl2_pistol" "9MM PISTOL"
"hl2_rpg" "RPG\n(ROCKET PROPELLED GRENADE)"
"hl2_shotgun" "SHOTGUN"
"hl2_smg1" "SMG\n(SUBMACHINE GUN)"
"hl2_slam" "S.L.A.M\n(Selectable Lightweight Attack Munition)"
"hl2_stunbaton" "STUNSTICK"
"hl2_357handgun_menu" ".357 MAGNUM"
"hl2_pulse_rifle_menu" "PULSE RIFLE"
"hl2_crossbow_menu" "CROSSBOW"
"hl2_crowbar_menu" "CROWBAR"
"hl2_grenade_menu" "GRENADE"
"hl2_gravitygun_menu" "GRAVITY GUN"
"hl2_pistol_menu" "9MM PISTOL"
"hl2_rpg_menu" "RPG"
"hl2_shotgun_menu" "SHOTGUN"
"hl2_smg1_menu" "SMG"
"hl2_slam_menu" "S.L.A.M"
"hl2_stunbaton_menu" "STUNSTICK"
"hl2mp_scoreboard_dm" "Deathmatch"
"hl2mp_scoreboard_rebels" "Rebels"
"hl2mp_scoreboard_combine" "Combine"
"hl2mp_scoreboard_score" "Kills"
"hl2mp_scoreboard_deaths" "Deaths"
"scoreboard_player" "%s1 - %s2 player"
"scoreboard_players" "%s1 - %s2 players"
"scoreboard_deathmatch" "Deathmatch"
"scoreboard_teamdeathmatch" "Team Deathmatch"
"scoreboard_spectator" "%s1 spectator: %s2"
"scoreboard_spectator" "%s1 spectators: %s2"
"scoreboard_server" "%s1"
"scoreboard_ping" "Ping"
"playerid_sameteam" "Friend: %s1 Health: %s2"
"playerid_diffteam" "Enemy: %s1"
"playerid_noteam" "%s1 Health:%s2"
"team" "Team %s1"
"game_connected" "%s1 connected"
"game_disconnected" "%s1 has left the game"
"cannot_be_spectator" "This server does not allow spectating"
"hl2mp_chat_team_loc" "�(TEAM) �%s1� @ �%s3� : %s2"
"hl2mp_chat_team" "�(TEAM) �%s1� : %s2"
"hl2mp_chat_team_dead" "�*DEAD*(TEAM) �%s1� : %s2"
"hl2mp_chat_spec" "�(Spectator) �%s1� : %s2"
"hl2mp_chat_all" "�%s1 : %s2"
"hl2mp_chat_alldead" "�*DEAD* �%s1� : %s2"
"hl2mp_chat_allspec" "�*SPEC* �%s1� : %s2"
"hl2mp_name_change" "�* �%s1� changed name to �%s2"
"projectattainment_chapter2_title" "TestName 2"
}
}</source></span>
[[File:Screenshot 2022-04-17 053816.png|thumb|New Game chapters]]
--[[User:Rezarg|Rezarg]] ([[User talk:Rezarg|talk]]) 05:31, 17 April 2022 (PDT)

Latest revision as of 05:40, 17 April 2022

HL2 Mod Chapters not Appearing

cfg/chapter1.cfg:

map pa_test

resource/projectattainment_english.txt:

// Made with XBLAH's Modding tool.
// Download it at https://github.com/jean-knapp/windows-source-modding-tool/releases

"lang"
{
	"language"	"English"
	"tokens"
	{
		"projectattainment_chapter1_title"	"TestName"
		"hl2_ammofull"	"FULL"
		"hl2_357handgun"	".357 MAGNUM"
		"hl2_pulse_rifle"	"OVERWATCH STANDARD ISSUE\n(PULSE-RIFLE)"
		"hl2_bugbait"	"PHEROPOD\n(BUGBAIT)"
		"hl2_crossbow"	"CROSSBOW"
		"hl2_crowbar"	"CROWBAR"
		"hl2_grenade"	"GRENADE"
		"hl2_gravitygun"	"ZERO-POINT ENERGY GUN\n(GRAVITY GUN)"
		"hl2_pistol"	"9MM PISTOL"
		"hl2_rpg"	"RPG\n(ROCKET PROPELLED GRENADE)"
		"hl2_shotgun"	"SHOTGUN"
		"hl2_smg1"	"SMG\n(SUBMACHINE GUN)"
		"hl2_slam"	"S.L.A.M\n(Selectable Lightweight Attack Munition)"
		"hl2_stunbaton"	"STUNSTICK"
		"hl2_357handgun_menu"	".357 MAGNUM"
		"hl2_pulse_rifle_menu"	"PULSE RIFLE"
		"hl2_crossbow_menu"	"CROSSBOW"
		"hl2_crowbar_menu"	"CROWBAR"
		"hl2_grenade_menu"	"GRENADE"
		"hl2_gravitygun_menu"	"GRAVITY GUN"
		"hl2_pistol_menu"	"9MM PISTOL"
		"hl2_rpg_menu"	"RPG"
		"hl2_shotgun_menu"	"SHOTGUN"
		"hl2_smg1_menu"	"SMG"
		"hl2_slam_menu"	"S.L.A.M"
		"hl2_stunbaton_menu"	"STUNSTICK"
		"hl2mp_scoreboard_dm"	"Deathmatch"
		"hl2mp_scoreboard_rebels"	"Rebels"
		"hl2mp_scoreboard_combine"	"Combine"
		"hl2mp_scoreboard_score"	"Kills"
		"hl2mp_scoreboard_deaths"	"Deaths"
		"scoreboard_player"	"%s1 - %s2 player"
		"scoreboard_players"	"%s1 - %s2 players"
		"scoreboard_deathmatch"	"Deathmatch"
		"scoreboard_teamdeathmatch"	"Team Deathmatch"
		"scoreboard_spectator"	"%s1 spectator: %s2"
		"scoreboard_spectator"	"%s1 spectators: %s2"
		"scoreboard_server"	"%s1"
		"scoreboard_ping"	"Ping"
		"playerid_sameteam"	"Friend: %s1 Health: %s2"
		"playerid_diffteam"	"Enemy: %s1"
		"playerid_noteam"	"%s1 Health:%s2"
		"team"	"Team %s1"
		"game_connected"	"%s1 connected"
		"game_disconnected"	"%s1 has left the game"
		"cannot_be_spectator"	"This server does not allow spectating"
		"hl2mp_chat_team_loc"	"�(TEAM) �%s1� @ �%s3� : %s2"
		"hl2mp_chat_team"	"�(TEAM) �%s1� : %s2"
		"hl2mp_chat_team_dead"	"�*DEAD*(TEAM) �%s1� : %s2"
		"hl2mp_chat_spec"	"�(Spectator) �%s1� : %s2"
		"hl2mp_chat_all"	"�%s1 : %s2"
		"hl2mp_chat_alldead"	"�*DEAD* �%s1� : %s2"
		"hl2mp_chat_allspec"	"�*SPEC* �%s1� : %s2"
		"hl2mp_name_change"	"�* �%s1� changed name to �%s2"
		"projectattainment_chapter2_title"	"TestName 2"
	}
}
New Game chapters

--Rezarg (talk) 05:31, 17 April 2022 (PDT)