Game Development Community

Publishing Online

by Christopher Figueroa · in Torque 3D Professional · 12/10/2009 (12:14 pm) · 4 replies

How does publishing online with Torque 3D work? Do you have to go through instant action or can I just publish it using the "Publish to web" button in the toolbox? I hope someone can tell me some information on this!

#1
12/10/2009 (12:18 pm)
you can just use the publish to web button :)

will generate the required data
#2
12/10/2009 (12:20 pm)
Have you done it before? Because there are settings in the publish to web that I don't know what to put in there. Can you explain them to me? I would appreciate that alot!!
#3
12/10/2009 (12:31 pm)
when I just build a web project without changing any settings it gives me a Jscript file, css file, Mygameinstaller.exe, sample.html, and two jpg images. So what do i do with those to put it on my website?
#4
12/10/2009 (2:08 pm)
You would host those files on your site and use the html to access the game. You can use the sample html page to run the game or you can copy that html code into a different page of your site to embed it there.