Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
Acmlm's Board - I2 Archive - - Posts by FrenziedPanda89
User Post
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 1/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 03-16-04 02:48 AM, in Sniper Hex Out for the break! Link
I figured you guys would like to see an update since alot of you may want to hack during the break.

Even though i didnt get it exacly as i wanted to here it is. Check out my site, i havent updated the page so beleive me when i say there is a nice batch of good features in it

In my homepage in my sig. Tell me what you think (dont bother me about the dual text & anything like it. Working on it soon)
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 2/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 03-17-04 02:37 AM, in Sniper Hex Out for the break! Link
Thanks All

Okay whats is this with the searching. I never had problems with it. Hmmmm
Hex,Dec or Oct Searching!!! (Seperate the values with spaces)

Might that be the problem? Did you seperate EACH value with a space? like
A 2F B0 6 B6 09 etc ?

For Ascii & Table search you need no spaces. Easy as that.

Okay, i liked having page up/down do line but since arrows work & all. I guess i'll make it go a page up & down (which WAS Home/End) i'll make Home End go to the beginning & end of the file. I did it right now while typing this post Check my site right now!

Also the copy feature copies text as table text if its on table mode Else it is in Ascii.

BTW beware of table letters that are not in the table (for copy & search) chances they will come out as 00.

Anything else guys let me know!
PS: FrenziedPanda finish school last semester, no march break for him, all work & little play . I need my gaming fix!
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 3/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 03-17-04 05:38 AM, in Sniper Hex Out for the break! Link
Yes you can, just dont exepect it to seperate each letter

Also make sure you have all those letters in the table. If you use a letter in the wildcard box, its going to let it be any letter so make sure the letter is used alout in your string.

If any of you use the reletive offset jump, use -XXXXX to go backwards. so -ff or -255 will go back 255 spaces. 0 will put you bach where you are.

Page Up and Down is 256 bytes, just the screen so make sure you have the height big enough. Thats all the big unknown things i can think of right now. Let me know of somthing doesnt work (if it just works badly like the 2nd cursor dont worry about)
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 4/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 03-18-04 04:30 AM, in Help with VB Link
I like this site. Enjoy
http://www.garybeene.com/vb/tut-lang.htm
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 5/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 03-20-04 03:15 AM, in C++ Link
C++ is a program language, it can have many compilers (borland, MS, djgpp etc)
Depending on your compiler & ide you can debug *like* vb, but not exackly the same.

No writing code in raw notepad is terrible, you sould allways to to use an IDE and there are alot of them. I just heard of RadAsm which lets you write any assemble in it, organize your file and a bunch of other things and its free. Somone send me a cc65 ini file so i can write 6502 asm in it. You still need the assembler and stuff as you would need a compiler for C. There is allmost an ide for everything (seen to many html ones )

Here is a site to start you off and it has some compilers if you need them.
http://www.cprogramming.com/tutorial.html

Also yes C++ is faster, mosty cause when you use a function(iif, dir) or get a propperty (me., picbox.) it runs it WHOLE sub through the DLL, so that makes it slow cause the code goes back and forth and the dll checks every line(i think).

C does all the work in the exe, it doesnt check anything. VB just likes to check & change subs based on the newest vb dll (i think..) thats why its slow.

Good luck with your stuff
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 6/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 03-22-04 02:42 AM, in Another program you might find useful Link
If you want to get rid of the comdlg32.ocx thing just go to my site and use the Dialog Class. its too easy try it!
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 7/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 03-31-04 11:29 AM, in TWAIN items (Webcam) in VB 6 Link
No idea but you can try

http://www.pscode.com
http://www.planet-source-code.com

Both the same site but the 1first is easy to type & redirects you to the 2nd.
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 8/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-01-04 05:37 AM, in Sniper Hex update (March 31) Link
Hello all

I found a bug in the searching while i was adding ~relative~ searching so here you go guys

Yes the relative does have wildcard searching so you wont struggle when spaces in a text is 00 or in some other wierd place

I am also uploading my new File Mold its good to go on release but i want it to be beta test and have feedback just in case

Also the source code to it will be released some time this week, unless my other projects file mold is done in c++.
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 9/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-05-04 11:47 AM, in File Mold Source Code Link
Hey Everyone

I just release my c++ source code of file mold, you can get it right here
http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=7797&lngWId=3

if you don't like c++, you can have my older vb one which is here
http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=42999&lngWId=1

If you like either of these code plz vote for me , don't bother with the vb version put all comments & votes to my newer c one. you can also get the exe on my site.
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 10/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-05-04 12:29 PM, in File Mold Release Link
Hey Guys

I finish testing my File Mold and everything works great! The latest and Final version of file mold is on my site (look at my sig or profile) It can Merging & Spliting Files (100% custimizable) Extract & Injection peices of files.
Compare (find out what few bytes you changed and to what) and Renaming

If you want the source follow this link for more info
http://board.acmlm.org/thread.php?id=1399

I know some games dont have tiles at ?*16 so tile layor, YY-Chr and any other tools cant edit those tiles. Probally a whole lot of other stuff you can use this for.


(edited by FrenziedPanda89 on 04-05-04 03:29 AM)
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 11/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-05-04 10:31 PM, in File Mold Release Link
Originally posted by Internet Psycho Guy
Er, I'm not sure how this helps in rom-hacking. Could you explain how splitting/merging files helps in tile editing?


splitting/merging doesnt but the extracting does. Try to edit the tile in Metal Gear in Tile Layor which are at A023. Wont work, you can easy extract the data, edit them then inject them back.

Also the compare come in handy if have a game editor and want to find where some level data, palette etc are by changing them and comparing them to the orginal. If you know asm you can compile your own asm and inject it to a spefic part of rom easily. Lots of uses, Check it out.
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 12/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-06-04 04:36 AM, in File Mold Release Link
Yes they are. But not everyone has or uses Hex Workshop. This is one alternative you can also drag & drop files with this so it will be easier if you have a set of roms or chr files for homemade or whatever.

If anyone finds any bugs let me know
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 13/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-20-04 04:50 AM, in N64 ROM Header Link
No idea, but if you find anything let me know.

You can try using
http://www.dextrose.com/
http://www.zophat.net/
Best Things i can think of.
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 14/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-25-04 10:57 AM, in Rom Hacking Link
Why not make Rom Hacking a section and have a few sub sections like

Hacking (General Help & Info)
Game Hacks (Release, FAQ's, Updates)
Utilities (Q & A about tools)

Rom-Hacking is getting very full.
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 15/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-25-04 02:43 PM, in Rom Hacking Link
Like tinzeee it IS crowded.

Its the 3rd biggest section.

Even Spliting it into 2 sections (General Hacking & Hacks, Tools/FAQS) would be helpful

I see a bunch of threads talking about ppls hacks (making & existing) & a bunch like "RAM + Breakpoints?" & "YI graphics and SNES addresses "
then a bunch asking for data & how to find them or if anyone can help. Getting rid of one of these (prefferly the Tools/FAQS) would be a big help.
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 16/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-25-04 03:04 PM, in Sniper Hex Update Link
Sup PPL

I know a lot of you have been waiting for this. So here it is!
No reason telling you what it is. Follow the link and get the zip.
http://www.dragoneyestudios.net/panda

I also wrote up a small txt to help you find all the features. Most people don't relized that they are there. Some (not mentioning who) didnt know that there was bit editing :p. Hehehe sorry but i had to say it it was the first feat.

Anyways since i had to change ALOT of things there are bound to be bugs & glitches so let me know if you come across any.

Also since my next update may be my last, post a bunch of things you would like to see.

PS: No one suggested this, but i made Escape bring up the menu like thingy / Hexposer. Enjoy
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 17/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-26-04 02:16 AM, in Sniper Hex Update Link
Originally posted by Smeg4Brains
More people mighnt want to download this if you told them what it is.


Well there are quite a few new features and 1 big one. and there is a bunch that ppl seem not to relize. Thus i made a mini txt

Originally posted by Edsgravy0
Is the error about files being over 5 MB fixed? There was some spelling mistakes + it's too small a quota.


If you tell me what the spelling mistake was i may go and fix it :p
5MB is a max size i made so the program does kill your ram. I can make it bigger if you want but eh just give me the size (10mb?)

And people remember.
My next update may be my last, post a bunch of things you would like to see!
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 18/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-27-04 06:07 AM, in Sniper Hex Update Link
- allow unlimited file size
Okay i'll see what i can do (had somthing in mind from before)

-more robust code in the positioning of items: see startup and maximized
ummmm HUH. That NEVER happened to me. The pos of everything are allways aligned. Are you running linux & WINE ? cause it doesnt do everything accuratly.

- better visualization of a table entry like 4c=anata
- support for the following entries in 1 table: 4b4c=anata 4b=be 4c=bo
Well you have DTE go do it :p. Try reading the text file

- unicode support (or shift-jis/EUC support)
If i knew somone i would but i dont. I'll ask around irc, hopefully i can find somone that translates.

- text dumper
- hex dumper
Well use the copy command & paste it in a txt. Thats why its there :p

- about menu
What about the menu?

Okay so Filesize & unicode is what you want. Okay i'll see what i can do.
FrenziedPanda89

Micro-Goomba
Level: 8

Posts: 19/19
EXP: 2022
For next: 165

Since: 03-16-04
From: Canada

Since last post: 553 days
Last activity: 339 days
Posted on 04-28-04 01:01 AM, in Sniper Hex Update Link
Originally posted by Edsgravy0
Oh yeah, here's the message: "Size to big ( it is 5 mb or bigger)"

Of course, it is only grammar, not important to the editor really


I just relize that i had my Max size as 9MB. You must be using an old editor.
I may check grammer in next version
Acmlm's Board - I2 Archive - - Posts by FrenziedPanda89


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.038 seconds.