+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: PS2DIS Questions Of The Week

  1. #1
    Join Date
    May 2004
    Location
    Philadelphia, PA
    Posts
    944

    Default PS2DIS Questions Of The Week

    Asked by lowproexplorer

    Hey everyone! I'm new to the site and sorta new to programming code. I'm learning, but slowly. I've read over some C++, and also just about every tutorial on PS2DIS codehacking I can find. I have a few questions.

    1. I've seen some mention on how to change color codes in games, but they are not very helpful. What would I want to look for as far as a color code? What command would it be with?

    2. Is it possible to modify sounds or graphics? If I wanted to use say, engine sounds from one car on another, or swap some graphics, would that be possible?

    3. Is there a way to convert hex code to text, like C++ code? Wouldn't it make finding a code slightly easier? I'm sure other programmers must have though about this before, right?

    4. Just for my own curiosity, what exactly is on the .bin files on the game disc? Is this where the actual graphics and sounds are located, or are those done in code too? I like to know exactly how the game works, it helps me to understand what I'm actually doing when I'm modifying a line of code.

    Thanks in advance for your help....Mike

    The Hackmaster
    Hacking 101

  2. #2
    Join Date
    May 2004
    Location
    Philadelphia, PA
    Posts
    944

    Default

    Asked by phoenix064

    Posted: 23 Apr 2007 09:51 pm Post subject: File Definitions

    I keep coming across these label names when I look through the ps2dis on a game:
    .Imp
    .tex
    .vif
    .anm
    .vag
    .irx
    Does anyone know the definition of any of these?? I see one name occasionally with 2 or more of these labels and would like to know which one to look for. For example, a single enemy will usually be labeled like this:
    demon1.Imp
    demon1.tex
    demon1.vif
    Thank you...

    The Hackmaster
    Hacking 101

  3. #3
    Join Date
    Jul 1999
    Posts
    4,893

    Default

    Well, .bin files could be literally anything and everything. Er, well... I'd guess that .tex is a texture, .anm is the motion data for a model, .vag at least on the original playstation was an audio sample. I think .irx is often executable data of some kind (don't hold me to that, heh).

    Thing is, hacking by poking about near labels isn't the best idea in the world. Really, I'm very impressed that people have had such good luck with it. Unfortunately most of what I know about PS2 hacking isn't really relevant to this technique...

  4. #4
    Join Date
    May 2004
    Location
    Philadelphia, PA
    Posts
    944

    Default

    Thanks, Liquid Man Zero.

    The Hackmaster
    Hacking 101

  5. #5
    Join Date
    Jul 1999
    Posts
    7,089

    Default

    .IRX is often a device driver module.
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

  6. #6
    Join Date
    Oct 2006
    Posts
    97

    Default

    vif im guessing is graphics related since there is a a vif interface on the ps2

  7. #7
    Join Date
    Jul 1999
    Posts
    7,089

    Default

    Visual InterFace?
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

  8. #8
    Join Date
    May 2004
    Location
    Philadelphia, PA
    Posts
    944

    Default

    From: R.A.G.E.U.N.D.O.N.E

    Subject: About ps2dis Labels

    Some ps2dis labels are hidden, & even hard to understand, like such a label could be about a certain something, but the label ITSELF could be just a munch of numbers or jumbled letters.

    So to the best of your knowledge, is there some kind of tool or software I can use with this problem?

    The Hackmaster
    Hacking 101

  9. #9
    Join Date
    Jul 1999
    Posts
    7,089

    Default

    You can use CMP's LabelMates, to varying degrees of success:

    http://www.codemasters-project.net/p...ad.php?view.13

    Other than that, no.
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

  10. #10
    Join Date
    May 2004
    Location
    Philadelphia, PA
    Posts
    944

    Default

    Asked by musha567

    Hello hackers, im an aspiring hacker that wants to understand what im looking at when observing 32bit instructions in the ps2dis. My main problem is with the registers, what are theyre purpose, do they help you find the correct value for a code that he/she is hacking, do registers corrospond with the data, do I need to learn algebra/arithmatic, do they corrospond with the operations such as lui and addui and such ?

    Ive been to several tutorials on registers and theyre far too complex for my elementary mind to understand, along with the BIG words that these sites state in theyre tutorials. Im elementary, not a wiz kid (lol) can someone help me understand registers in an elemtary fashion so that my elemtary mind may understand ?

    The Hackmaster
    Hacking 101

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. PS2dis Question Of The Week
    By dlevere in forum School of Hacking
    Replies: 5
    Last Post: 11-28-2008, 04:51:21 PM
  2. PS2dis Question Of The Week
    By dlevere in forum School of Hacking
    Replies: 4
    Last Post: 04-13-2007, 05:39:53 AM
  3. Question Of The Week
    By dlevere in forum School of Hacking
    Replies: 3
    Last Post: 04-01-2007, 10:09:12 PM
  4. GameShark Week in Review!?
    By LiquidManZero in forum The Lounge
    Replies: 1
    Last Post: 01-10-2006, 12:18:40 AM
  5. Mental Health Week
    By CzarDragon in forum The Lounge
    Replies: 9
    Last Post: 05-05-2005, 06:07:14 AM
Collapse this box.

Visitors found this page by searching for:

when using ps2dis what are some good labels to search for

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts