Plugin Progress
by Neil Marshall · 03/01/2006 (1:50 pm) · 4 comments
I made some progress with the plugin today. It's taken me a while to figure out Unicode as I've never had to deal with it before and for now I seem to be past that hurdal.
A few moments ago I saw this:

Which is TGE 1.4 starting to load in FireFox. But sadly it was quickly followed by this dreaded screen:

I just love the interesting error messages you find in Torque. While working on this project I've seen comments ranging from "D3D Sucks" to "Flux capacitor unavailable" to the ever popular "D3D still sucks". They do lighten up the drudgery of coding but they aren't always helpful. (The capacitor one is in a round about way).
Anyways, I should have the updated code up on TDN sometime tomorrow for people to check out.
A few moments ago I saw this:

Which is TGE 1.4 starting to load in FireFox. But sadly it was quickly followed by this dreaded screen:

I just love the interesting error messages you find in Torque. While working on this project I've seen comments ranging from "D3D Sucks" to "Flux capacitor unavailable" to the ever popular "D3D still sucks". They do lighten up the drudgery of coding but they aren't always helpful. (The capacitor one is in a round about way).
Anyways, I should have the updated code up on TDN sometime tomorrow for people to check out.
About the author
#2
03/01/2006 (3:10 pm)
I always put fun stuff in my code, I enjoy TGE/TSE's interesting yet unhelpful error messages. :)
#3
03/01/2006 (5:10 pm)
I occasionally see "Something is seriously fucked up" in my console.
#4
} else {
# This condition is a logical impossibility...
print "My god, it's full of stars...";
}
-JF
03/02/2006 (11:40 am)
One time many many many moons (and several startups) ago, I was looking at the code a friend/coworker had written and saw the following:} else {
# This condition is a logical impossibility...
print "My god, it's full of stars...";
}
-JF
Torque Owner AllynMcelrath