Talk:CScriptParser: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 2: Line 2:


--Dolphin's Eye
--Dolphin's Eye
=== Weapon scripts ===
Etc.. I wish Valve would have just used XML. Though, shouldn't it be possible to replace all instances of this kind of stuff (if you were really up to it?) I think you could just replace all instances of the current parser in the code with another that parses XML of it instead. Even the tools. (Unfortunately we'd have to recompile Hammer to save in XML format) --[[User:AndrewNeo|AndrewNeo]] 19:22, 6 Aug 2006 (PDT)

Revision as of 19:22, 6 August 2006

Thanks, this is a very usefull "lib" to get that working.

--Dolphin's Eye

Weapon scripts

Etc.. I wish Valve would have just used XML. Though, shouldn't it be possible to replace all instances of this kind of stuff (if you were really up to it?) I think you could just replace all instances of the current parser in the code with another that parses XML of it instead. Even the tools. (Unfortunately we'd have to recompile Hammer to save in XML format) --AndrewNeo 19:22, 6 Aug 2006 (PDT)