[App] Eschaton 0.7.2 - Beta
- DeadHamster
- Posts: 2289
- Joined: Thu Feb 15, 2007 9:38 pm
![]() |
![]() |
![]() |
It edits CE maps, and extracts tags from them. I've successfully opened a CE map, and rebuilt a tag into a PC map (minus the bitmaps), without any header changing. I wouldn't be surprised if it didn't already work for xbox, if it doesn't im sure it would be a quick thing to allow tag editing and such. Assuming the maps work the same way.
- DeadHamster
- Posts: 2289
- Joined: Thu Feb 15, 2007 9:38 pm
![]() |
![]() |
![]() |
Alt, feature request:
Add a "save meta" and "inject meta" option. It was present in 0.6, it'd be nice to have in the future as well. There are some instances where it'd be nice to be able to have a hard copy of the meta, and there are several .meta downloads (example: animations) where it would be nice to inject after rebuilding an entire map.
Add a "save meta" and "inject meta" option. It was present in 0.6, it'd be nice to have in the future as well. There are some instances where it'd be nice to be able to have a hard copy of the meta, and there are several .meta downloads (example: animations) where it would be nice to inject after rebuilding an entire map.
- guysullavin
- Posts: 1542
- Joined: Sun Sep 16, 2007 6:11 pm
- Location: Niagara-on-the-lake
- Contact:
- DeadHamster
- Posts: 2289
- Joined: Thu Feb 15, 2007 9:38 pm
![]() |
![]() |
![]() |
You dont ever need to PMI. Escahton does it all internally, which makes it quicker, easier and more reliable. It also automatically adds a '+' to multiple versions of the same tag which gets rid of the need for Hex Duplicating (Philly's Method).
Also, eschaton can rebuild a rebuilt map, meaning you could load it into memory and rebuild the tags in.
Also, eschaton can rebuild a rebuilt map, meaning you could load it into memory and rebuild the tags in.
- guysullavin
- Posts: 1542
- Joined: Sun Sep 16, 2007 6:11 pm
- Location: Niagara-on-the-lake
- Contact:
Why was i not informed?!?!?!?! :ODeadHamster wrote:You dont ever need to PMI. Escahton does it all internally, which makes it quicker, easier and more reliable. It also automatically adds a '+' to multiple versions of the same tag which gets rid of the need for Hex Duplicating (Philly's Method).
Also, eschaton can rebuild a rebuilt map, meaning you could load it into memory and rebuild the tags in.

Not Removing until Prototype comes out. Started 1/7/2009
obj1: DUDE'S GOT A POINT....I GIVE THIS PRODUCT A TRY....HELL WHAT COULD GO WRONG!
waev: caps lock might
Cool! I dl'ed this and I saw my plugins! (yo soy Archangel).
Looks extremely sweet, I'm gonna be playing with it over Thanksgiving break.
Minutes Later: This is amazing, I was watching the videos and going through stuff in Eschaton, and I came to the well-based conclusion, that this is amazing.
Looks extremely sweet, I'm gonna be playing with it over Thanksgiving break.
Minutes Later: This is amazing, I was watching the videos and going through stuff in Eschaton, and I came to the well-based conclusion, that this is amazing.
Last edited by Lambda on Wed Nov 26, 2008 4:16 pm, edited 1 time in total.

softer on the eyes now
I'll get to work on fixing the bug with the reference swapper. I'm also going to working on finding the issue with internalized bitmaps/sounds which was supposed to be working. External inject/extract is something I'll implement soon. I guess I should mention that 0.7 was released partially because a lot of work had been done for awhile but then I stopped and recently restarted the work. I figured ya'll would enjoy what had been mostly implemented so finished up a few features and packaged for release. Ombre, that is an interesting point and I'll see about adding that in. Thanks everyone.
Whenever I try to use the scnr editor I get this message.
Even with the current bugs this program has been immensely helpful for me.
This also happens when I select some parts of other tags as well. Another bug, which is very minor, is that if you cancel the expansion of a map before it's finished the program will crash. I'm also unable to open up a few meta tags, whenever I try loading the crewman biped tag the whole program freezes, even though it loads other bipeds fine. (This might just be due to my computer though).An exception of class OutOfBoundsException was not handled. The application must shut down.
Even with the current bugs this program has been immensely helpful for me.


The scenario editor issue is unusual. What map was that error on? As for canceling an expansion, that actually isn't supposed to be possible. Windows just doesn't allow programs to create popups without the option to close them.
I'm looking into the problem with the biped. For some reason it's having a bad read of a reflexive. Not quite sure why it doesn't show up in others. Classic controls doesn't exhibit the problem so you can use that as a work around if necessary. Oh the bugs to be found upon public release.
Actually, just looked into it. I think I know where the problem would come from. That particular issue seems to stem from reading reflexive data as signed integers rather than unsigned. Most unusual. Although it also looks like the problem is related to a miscalculated plugin.
Found it. Plugins->Starter Plugins->Bipd.ent
Change this:
to this:
Interesting little bit of data that. It seems to be all of the different color permutations for a given biped.
Although this does highlight an assumption in some of my code that related to calculating offsets but ultimately it was a bad plugin.
I'm looking into the problem with the biped. For some reason it's having a bad read of a reflexive. Not quite sure why it doesn't show up in others. Classic controls doesn't exhibit the problem so you can use that as a work around if necessary. Oh the bugs to be found upon public release.
Actually, just looked into it. I think I know where the problem would come from. That particular issue seems to stem from reading reflexive data as signed integers rather than unsigned. Most unusual. Although it also looks like the problem is related to a miscalculated plugin.
Found it. Plugins->Starter Plugins->Bipd.ent
Change this:
Code: Select all
<struct name="permutations" offset="0x22" visible="true" size="28">
Code: Select all
<struct name="permutations" offset="0x20" visible="true" size="28">
Although this does highlight an assumption in some of my code that related to calculating offsets but ultimately it was a bad plugin.
I found out that the scnr editor problem was mostly my fault. I wasn't loading it first and tried clicking on the bsp box to select one.
If it helps this is the error message I get when I try to cancel an expansion.

Thanks for your hard work.An exception of class NilObjectException was not handeled. The application must shut down.

- guysullavin
- Posts: 1542
- Joined: Sun Sep 16, 2007 6:11 pm
- Location: Niagara-on-the-lake
- Contact:
Ok,MoDFox wrote:Because you're dumb and you didn't read anything or watch the videos.guysullavin wrote:Why was i not informed?!?!?!?! :O
1. Thats mean, shut up
2. I don't have all the time in the world to watch videos now do i?
3. i haven't been reading this because i've been perfectly capable with HMT.

Not Removing until Prototype comes out. Started 1/7/2009
obj1: DUDE'S GOT A POINT....I GIVE THIS PRODUCT A TRY....HELL WHAT COULD GO WRONG!
waev: caps lock might
- Cryticfarm
- Posts: 3611
- Joined: Sat Dec 09, 2006 7:23 pm
- Location: canada
- Contact:
- General_orca
- Posts: 62
- Joined: Wed Aug 13, 2008 8:31 am
- Location: Somewhere 4x4ing between Moab and Hurricane UT