Game Development Community

dev|Pro Game Development Curriculum

Constructor - Plug-in Command Reference on TDN

by Konrad Kiss · 09/30/2008 (4:17 am) · 9 comments

As you might recall, Apparatus started a blog and forum post as an initiative to help the development and usage of Constructor.

Recently Jaimi McEntire sent me a list of methods that can be used in plug-in development for Constructor. After he received an OK from Matt Fairfax of GG, I got the green light to put it all up on TDN.

So, here you go:

Constructor - Plug-in Command Reference on TDN

There's still stuff being put up there continously (a general plugin sctructure description and some examples are to follow soon), but this is probably the most critical info you might need to start working on a new plug-in for Constructor. Good luck!

@konradkiss
KonradKiss @ GitHub
konradkiss.com

#1
09/30/2008 (5:11 am)
Nice, I bet we'll be seeing a lot more Constructor plug-ins now.
#2
09/30/2008 (6:37 am)
Goodies.
#3
09/30/2008 (8:56 am)
Does anyone have the IP address of the tdn page? I'm STILL having the "error on page" problem and can only access the gg page from the supplied direct IP method. I've been having to do this for almost a year now... thanks.
#4
09/30/2008 (9:39 am)
Brian, why don't you try the following:

Find the file :\WINDOWS\system32\drivers\etc\hosts and add the following at the end of the file: (that's the ip you were looking for btw)

69.64.36.246	tdn.garagegames.com

See if this works for you. Might need to restart for this to take effect - just to make sure - you never know with Windows.

Also, be warned that once the ip changes for tdn, you will have to either clear or change this to be able to see the site's contents.

You might try flushing your dns via ipconfig /flushdns as well.
#5
09/30/2008 (10:15 am)
Awesome! This is getting linked in the documentation. Good work
#6
09/30/2008 (10:21 am)
Thanks Michael! I linked this into the Constructor docs on TDN as well.
#7
09/30/2008 (10:55 am)
Yay! Yet another thing for me to mess with!
#8
10/01/2008 (3:21 am)
@Brian - you can also add:

216.116.32.49 www.garagegames.com

For the main site. I've had to have both these settings or I can't do anything that involves logging in.
#9
10/01/2008 (6:27 am)
Thanks guys... works great now... no restart was needed.