RedComet
Guest
|
|
« Reply #30 on: September 25, 2009, 08:34:30 am » |
|
The reasoning behind my logic was that I was going to update it and fix the bugs that people had reported before submitting it. Since that looks like it's gonna take forever, I'll go ahead and submit it later on tonight.
|
|
|
|
Nightcrawler
Guest
|
|
« Reply #31 on: September 25, 2009, 10:22:48 am » |
|
The last version is from Dec. 2008 isn't it? And for three quarters of a year, you've been telling people to use it... Yes, I think logically you might want to add it already. How many years will you wait while recommending it in the meantime?
|
|
|
|
Klarth
Guest
|
|
« Reply #32 on: September 26, 2009, 12:58:06 am » |
|
Atlas was closed source/distribution for about a year or so for the basic features before I redesigned it in its current form. Probably should've stayed closed for another week or two so I would've made decent docs for it. :p
|
|
|
|
Nightcrawler
Guest
|
|
« Reply #33 on: September 28, 2009, 08:13:46 am » |
|
Atlas was closed source/distribution for about a year or so for the basic features before I redesigned it in its current form. Probably should've stayed closed for another week or two so I would've made decent docs for it. :p
Yes, I can certainly see your point there with Atlas documentation! It's never too late to update!
|
|
|
|
Klarth
Guest
|
|
« Reply #34 on: September 28, 2009, 07:18:01 pm » |
|
Yes, I can certainly see your point there with Atlas documentation! It's never too late to update!
Too busy with work, additional side projects at work (planning a 3 million dollar heart catheterization facility being the biggest), reading books (chemical warfare at the moment), and occasional writing of "the doc to end all docs" which hopefully I can release early next year...no time for Atlas documentation though the beforementioned doc will have some on Atlas.
|
|
|
|
hanhnn
Guest
|
|
« Reply #35 on: November 08, 2009, 11:11:01 am » |
|
i don't know uploading a tool that was already public is so difficult
|
|
|
|
RedComet
Guest
|
|
« Reply #36 on: November 09, 2009, 09:31:58 am » |
|
i don't know uploading a tool that was already public is so difficult
I don't know why using correct grammar is so difficult, but I digress. http://www.romhacking.net/utils/647/
|
|
|
|
misterj
Guest
|
|
« Reply #37 on: November 09, 2009, 09:51:13 am » |
|
It's good that mods troll their own forums. (It's not)
|
|
|
|
I.S.T.
Guest
|
|
« Reply #38 on: November 09, 2009, 09:59:36 am » |
|
He's not a mod. >.>
|
|
|
|
Tauwasser
Guest
|
|
« Reply #39 on: November 09, 2009, 12:59:23 pm » |
|
He's not a mod. >.>
And that should be his user title! So finally that gets out of everybody's head. Even people in moderation thought he was until it was pointed out :O! cYa, Tauwasser
|
|
|
|
BRPXQZME
Guest
|
|
« Reply #40 on: November 09, 2009, 02:32:59 pm » |
|
He will always be the Accidental Destroyer of Threads.
|
|
|
|
RedComet
Guest
|
|
« Reply #41 on: November 10, 2009, 12:15:10 am » |
|
He will always be the Accidental Destroyer of Threads.
I do it better when I'm drunk and have mod powers.
|
|
|
|
I.S.T.
Guest
|
|
« Reply #42 on: November 10, 2009, 12:16:32 am » |
|
There's still a report to moderator button...
|
|
|
|
Nightcrawler
Guest
|
|
« Reply #43 on: November 20, 2009, 03:42:50 pm » |
|
I decided to play around with Cartographer since I don't have a robust generic dumper utility. First thing I tried to make it do is fixed length item list dumping. Apparently, it doesn't seem to want to dump more than the first item.
Commands:
#GAME NAME: Tenshi No Uta (SNES)
#BLOCK NAME: Magic Names (RAW) #TYPE: FIXED_STRING #STRING LENGTH: 6 #STRING END: No #METHOD: RAW #SCRIPT START: $d6f00 #SCRIPT STOP: $d7640 #TABLE: tenshi8x16j.tbl #COMMENTS: Yes //start first line with // #END BLOCK //remainder of comment placement
It dumps the first 6 bytes and that's it. What am I doing wrong? Or can't Cartographer do something like this?
|
|
|
|
Dragonsbrethren
Guest
|
|
« Reply #44 on: November 20, 2009, 05:15:52 pm » |
|
I think you need to do both FIXED_STRING and FIXED_LINE, at least that's what I did: #BLOCK NAME: Status effect names #TYPE: FIXED_STRING && FIXED_LINE #STRING LENGTH: 10 #STRING END: No #LINE LENGTH: 10 #LINE END: Yes #METHOD: RAW #SCRIPT START: $2AFE1 #SCRIPT STOP: $2B121 #TABLE: ff6_snes_menu_a.tbl #COMMENTS: No #END BLOCK I can't remember why I did it this way anymore, but there must've been a reason. You also need to have LINE END set to Yes or you'll get an error about it.
|
|
|
|