Open jorisvddonk opened 9 years ago
This is probably caused by line 90 in gameinfo.txt, which explicitly expects Neotokyo to be installed alongside Source SDK Base 2013 Multiplayer.
Interestingly, reading the documentation on gameinfo.txt
, I think that line should be able to be replaced with game |all_source_engine_paths|NeotokyoSource
, as |all_source_engine_paths|
expands to the root folder of AdditionalContentId
games as well (and NT is included as an AdditionalContentId
game in NT:R's gameinfo.txt
), but when I tried this it didn't actually work for me and the errors persisted.
Neotokyo assets aren't loaded if Source SDK Base 2013 Multiplayer and NT aren't installed in the same SteamLibrary.
To reproduce:
Expected behaviour: Models, soundeffects etc. are loaded.
Actual behaviour: Models, soundeffects etc. can't be loaded and you instead get errors like these:
Tested with changeset
3a5696793dc100693aa252038ba5c447ab1847a6
.