Lost Levels Forums

The time now is Fri Apr 19, 2024 3:00 am

Dumping script

 
Post new topic   Reply to topic    Lost Levels Forum Index -> Video Game General
View previous topic :: View next topic  
Author Message
adaml
Staff
Staff


Joined: 28 Aug 2003
Posts: 616
Location: In the VIP

PostPosted: Fri Oct 26, 2007 4:54 pm    Post subject: Dumping script Reply with quote

I have a friend writing a faq for the NES Remote Control game. I help him with various things (mostly hex cheating for games to help him through them) and he asked if I knew how to dump the script to a game. Being unskilled in such things ("ME GRIMLOCK!!) I was wondering if someone could point me in the right direction so he can dump the Remote Control script and extract every single one of the questions and answers. He says the game is compressed if that helps or hurts things.
Back to top
View user's profile Send private message
Skrybe
Staff
Staff


Joined: 28 Aug 2003
Posts: 1610

PostPosted: Fri Nov 02, 2007 1:16 am    Post subject: Reply with quote

I'd offer to help, but I don't know the first thing about working with compressed text. My suggestion would be to ask around romhacking.net.
Back to top
View user's profile Send private message
rbudrick
not rubrdick


Joined: 09 Oct 2006
Posts: 549

PostPosted: Fri Nov 02, 2007 9:16 pm    Post subject: Reply with quote

No idea about compression either, but there are some programs out there (Chris Covell wrote one, iirc), that offsets the Ascii by X amount of steps so as to see if you can see uncompressed text. Pretty useful tool. The text in many games just jumps right out at you in a hex editor.

-Rob
Back to top
View user's profile Send private message
ProgrammingAce



Joined: 26 May 2006
Posts: 580

PostPosted: Fri Nov 02, 2007 10:48 pm    Post subject: Reply with quote

I'm googling "dumping script" to see if i can find any... WOAH!
Back to top
View user's profile Send private message Visit poster's website AIM Address
Lakmir



Joined: 20 Sep 2004
Posts: 57
Location: ...behind you! BOO!

PostPosted: Sat Nov 03, 2007 5:09 am    Post subject: Reply with quote

Given that the game's for the NES, you're most likely dealing with simple dictionary compression. It's pretty simple stuff; you can find your script but it'll have holes in it. It'll be like, "I went to [80] bar." where when the game hits the [80] byte it prints the word "the". You put this in your table file like "80=the". Otherwise, relative search as normal. It'll take longer than usual, but... Remember to only search whole words, letters only, no mixed case. The longer the better.
Back to top
View user's profile Send private message
adaml
Staff
Staff


Joined: 28 Aug 2003
Posts: 616
Location: In the VIP

PostPosted: Sun Nov 04, 2007 3:04 am    Post subject: Reply with quote

Thanks for the info, I'll pass it along.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Lost Levels Forum Index -> Video Game General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

RSS


Powered by phpBB 2.0.23 © 2001, 2002 phpBB Group