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:Multipage Base Pages Temp Storage/Making Icons and Integrating to Talk:Making Icons and Integrating without leaving a redirect: Moving back to proper place)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 17:17, 15 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)