Noxid's TSC Editor

Sep 7, 2011 at 4:21 AM
Not anymore
"Run, rabbit run. Dig that hole, forget the sun."
Join Date: Jan 28, 2010
Location: Internet
Posts: 1369
Age: 34
Noxid said:
Also, I did a thing that maybe hopefully means linux users won't have to use a hack to run the program properly. Or maybe it'll just cause it to not work at all?
I don't know! :eek:

It's more like... uh... running a batch file instead of hacking. OS-based command line scripts, you know.

Noxid said:
I am calling this, "V1.0.0.2" and additionally the source is free for having now
If someone else can confirm that it works fine then Andwhy can put it on the tribute site

Sweetness. I shall practice my looking-at-other-people's-code and getting all confused routine right now.

EDIT: Noxid, your download link points to the source code and your source code link points to the download D:
 
Sep 7, 2011 at 4:30 AM
In my body, in my head
Forum Moderator
"Life begins and ends with Nu."
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
Well, either way, it's more involved than "Click this twice to make a thing happen" so I wanted to avoid that. I was using the word more in the sense of "Hack (computer science), an inelegant but effective solution to a computing problem - (loosely used)"

I should probably have warned you that the code is really messy and poorly designed
Still really in the "learning" phase of making GUI applications w/ Java

e: oops >.>
 
Sep 21, 2011 at 9:10 PM
Hyperbolic
"What're YOU lookin' at?"
Join Date: Jul 10, 2009
Location:
Posts: 1004
Age: 39
dl-ing
 
Oct 26, 2011 at 2:56 AM
In my body, in my head
Forum Moderator
"Life begins and ends with Nu."
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
Hey-oh!
There is a new version released with some features you may find interesting and/or helpful
As always let me know if there are problems
 
Oct 26, 2011 at 7:01 AM
Administrator
Forum Administrator
"Life begins and ends with Nu."
Join Date: Jul 15, 2007
Location: Australia
Posts: 6210
Age: 38
Hmm.. In regards to the flag listing feature is it possible to do something similar with <TRAs where it would list all <TRAs that point to a specific map number?
 
Nov 30, 2011 at 2:23 AM
In my body, in my head
Forum Moderator
"Life begins and ends with Nu."
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
Done and done

e: Updated to version 1.2.0.0, see first post for changes.
 
Nov 30, 2011 at 2:26 AM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
Excellent!
Perhaps now this will work for me.
 
Dec 10, 2011 at 2:39 PM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Hmm. I'm glad I decided to look around the forums.
I haven't downloaded this yet (on a blackberry), but you wouldn't happen to have fixed that big problem with new maps and backgrounds, have you?
I also think a function that lists the event numbers used by entities in any given map would be useful. You know, so you don't reuse an event #, and say, make a teleporter hover in the air.
 
Dec 10, 2011 at 3:07 PM
In my body, in my head
Forum Moderator
"Life begins and ends with Nu."
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
MagicDoors said:
Hmm. I'm glad I decided to look around the forums.
I haven't downloaded this yet (on a blackberry), but you wouldn't happen to have fixed that big problem with new maps and backgrounds, have you?
I also think a function that lists the event numbers used by entities in any given map would be useful. You know, so you don't reuse an event #, and say, make a teleporter hover in the air.

it's a *script* editor
it doesn't modify mapdata or read pxe files because those are outside the scope of its utility

that would be something to consider for maybe a hypothetical java-based general-purpose editor that I definitely did not get halfway through working on before becoming distracted.
 
Dec 10, 2011 at 5:57 PM
Been here way too long...
"Life begins and ends with Nu."
Join Date: Jan 4, 2008
Location: Lingerie, but also, like, fancy curtains
Posts: 3054
Yay it works noxid!
I do not know why it didn't work before, but I guess now I can try to fix that thing.
 
Dec 10, 2011 at 7:55 PM
Professional Whatever
"Life begins and ends with Nu."
Join Date: Jan 13, 2011
Location: Lasagna
Posts: 4481
Noxid said:
it's a *script* editor
it doesn't modify mapdata or read pxe files because those are outside the scope of its utility
Er, woops, sorry. I should have read the thread better.
 
Dec 11, 2011 at 7:47 PM
Offensive User
"Big Joe Tire and Battery Restaurant! Opening Soon! Eat at Big Joes!"
Join Date: Sep 7, 2011
Location: IT'S TIME FOR A SHAQDOWN
Posts: 539
I tried opening this in my old iMac PPC G5 running OS 10.4.11 and it did not want to start up. Here's what the console says:

Code:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
 
Dec 11, 2011 at 8:02 PM
In my body, in my head
Forum Moderator
"Life begins and ends with Nu."
Join Date: Aug 28, 2009
Location: The Purple Zone
Posts: 5998
If I recall, the jar was built for Java 6
if you have an old machine, you may need to update your java or maybe I can build it for an older version of Java
 
Dec 11, 2011 at 8:08 PM
Offensive User
"Big Joe Tire and Battery Restaurant! Opening Soon! Eat at Big Joes!"
Join Date: Sep 7, 2011
Location: IT'S TIME FOR A SHAQDOWN
Posts: 539
I don't remeber what the version of Java this machine has (probably Java 5), but I know for a fact that this is the latest version available for my machine.
A version built for my own machine would be appreciated, but not necessary. I don't use my old iMac all the time;)
 
Top