Wasnt sure where this was supposed to go.. but I needed help so Im trying support.
THIS IS FOR SOURCE.
I'm getting some compile errors. Some errors based on my part, nonetheless. Help is appreciated.
1>------ Build started: Project: server_hl2mp, Configuration: Debug HL2MP Win32 ------
2>------ Build started: Project: client_hl2mp, Configuration: Debug HL2MP Win32 ------
1>Compiling...
1>stdafx.cpp
2>Compiling...
2>stdafx.cpp
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(179) : error C2535: 'const int CPlayerInfo::GetArchery(void)' : member function already defined or declared
1> c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(174) : see declaration of 'CPlayerInfo::GetArchery'
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : error C2146: syntax error : missing ';' before identifier 'GetPlayerName'
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : error C2433: 'CPlayerInfo::string' : 'virtual' not permitted on data declarations
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : warning C4183: 'GetPlayerName': missing return type; assumed to be a member function returning 'int'
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(134) : error C2758: 'CPlayerInfo::string' : must be initialized in constructor base/member initializer list
1> c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : see declaration of 'CPlayerInfo::string'
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '.\debug hl2mp\AI_Activity.sbr': No such file or directory
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(141) : error C2146: syntax error : missing ';' before identifier 'GetPlayerName'
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(141) : error C2433: 'C_BasePlayer::string' : 'virtual' not permitted on data declarations
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(141) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(141) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(141) : warning C4183: 'GetPlayerName': missing return type; assumed to be a member function returning 'int'
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(416) : error C2146: syntax error : missing ';' before identifier 'ms_playerName'
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(416) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>Build log was saved at "file://c:\Program Files\Steam\steamapps\SourceMods\Master Sword Source\src\dlls\Debug HL2MP\BuildLog.htm"
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(416) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(128) : error C2065: 'ms_AxeHandling' : undeclared identifier
1>server_hl2mp - 7 error(s), 1 warning(s)
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(129) : error C2065: 'ms_BluntArms' : undeclared identifier
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(142) : warning C4800: 'const int' : forcing value to bool 'true' or 'false' (performance warning)
2>Creating browse information file...
2>Microsoft Browse Information Maintenance Utility Version 8.00.50727
2>Copyright (C) Microsoft Corporation. All rights reserved.
2>BSCMAKE: error BK1506 : cannot open file '.\debug hl2mp\AlphaMaterialProxy.sbr': No such file or directory
2>Build log was saved at "file://c:\Program Files\Steam\steamapps\SourceMods\Master Sword Source\src\cl_dll\Debug HL2MP\BuildLog.htm"
2>client_hl2mp - 10 error(s), 2 warning(s)
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
THIS IS FOR SOURCE.
I'm getting some compile errors. Some errors based on my part, nonetheless. Help is appreciated.
1>------ Build started: Project: server_hl2mp, Configuration: Debug HL2MP Win32 ------
2>------ Build started: Project: client_hl2mp, Configuration: Debug HL2MP Win32 ------
1>Compiling...
1>stdafx.cpp
2>Compiling...
2>stdafx.cpp
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(179) : error C2535: 'const int CPlayerInfo::GetArchery(void)' : member function already defined or declared
1> c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(174) : see declaration of 'CPlayerInfo::GetArchery'
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : error C2146: syntax error : missing ';' before identifier 'GetPlayerName'
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : error C2433: 'CPlayerInfo::string' : 'virtual' not permitted on data declarations
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : warning C4183: 'GetPlayerName': missing return type; assumed to be a member function returning 'int'
1>c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(134) : error C2758: 'CPlayerInfo::string' : must be initialized in constructor base/member initializer list
1> c:\program files\steam\steamapps\sourcemods\master sword source\src\dlls\player.h(186) : see declaration of 'CPlayerInfo::string'
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '.\debug hl2mp\AI_Activity.sbr': No such file or directory
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(141) : error C2146: syntax error : missing ';' before identifier 'GetPlayerName'
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(141) : error C2433: 'C_BasePlayer::string' : 'virtual' not permitted on data declarations
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(141) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(141) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(141) : warning C4183: 'GetPlayerName': missing return type; assumed to be a member function returning 'int'
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(416) : error C2146: syntax error : missing ';' before identifier 'ms_playerName'
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(416) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>Build log was saved at "file://c:\Program Files\Steam\steamapps\SourceMods\Master Sword Source\src\dlls\Debug HL2MP\BuildLog.htm"
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(416) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(128) : error C2065: 'ms_AxeHandling' : undeclared identifier
1>server_hl2mp - 7 error(s), 1 warning(s)
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(129) : error C2065: 'ms_BluntArms' : undeclared identifier
2>c:\program files\steam\steamapps\sourcemods\master sword source\src\cl_dll\c_baseplayer.h(142) : warning C4800: 'const int' : forcing value to bool 'true' or 'false' (performance warning)
2>Creating browse information file...
2>Microsoft Browse Information Maintenance Utility Version 8.00.50727
2>Copyright (C) Microsoft Corporation. All rights reserved.
2>BSCMAKE: error BK1506 : cannot open file '.\debug hl2mp\AlphaMaterialProxy.sbr': No such file or directory
2>Build log was saved at "file://c:\Program Files\Steam\steamapps\SourceMods\Master Sword Source\src\cl_dll\Debug HL2MP\BuildLog.htm"
2>client_hl2mp - 10 error(s), 2 warning(s)
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========