• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Trying to compile TFS 1.2

Bigslug

New Member
Joined
Mar 20, 2016
Messages
2
Reaction score
0
I'm trying to compile TFS 1.2 in VS 2017 and I keep getting this error "\tfs-sdk-3.2\pugixml\include\pugixml.cpp(10398): fatal error C1075: the left angle-bracket '<' was unmatched at the end of the file", but it's not highlighting anything in the file itself. I can't figure out where the open <> might be.

Line 10398: size_t pos = first < 1 ? 1 : static_cast<size_t>(first);



I'm trying to create multiple summon creature spells(sorcerers summon elemental creatures and paladins summon natural creatures ex: wolves, bears etc) and thought the best way to handle this would be to edit the source itself.
 
Back
Top