Talk:Making Icons and Integrating: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Some Typos:)
m (Nesciuse moved page Talk:Making Icons and Integrating to Talk:Multipage Base Pages Temp Storage/Making Icons and Integrating without leaving a redirect: Move to temp storage to check and delete later)
(No difference)

Revision as of 08:16, 12 July 2024

I found this tutorial messy and unclear. I fixed a lot of mistakes, but gave up at the end, and I'm of the opinion that it could be clearer, cleaner, and just generally less oppressive and messy. Perhaps images would help...or just rewriting it all together. --vgxmaster


The following tags shouldn't be in quotes when pasted into your gameinfo.txt file:

The example they use

       "developer" 		"noob industries"
       "developer_url" 	"http://www.google.ie"
       "icon" "resource\GameIconSteam\icon_mymod"

Should actually be:

       developer 		"noob industries"
       developer_url 	        "http://www.google.ie"
       icon                    "resource\GameIconSteam\icon_mymod"

--Rvaldes63 15:34, 24 December 2012 (PST)