Talk:Making Icons and Integrating: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "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 oppr...")
 
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)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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
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"
--[[User:Rvaldes63|Rvaldes63]] 15:34, 24 December 2012 (PST)

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)