Giter Club home page Giter Club logo

mhtrida's Introduction

MHTrIDA

This project tends to help developers to reverse the game Monster Hunter Tri.

mhtrida's People

Contributors

sepalani avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

inusualz

mhtrida's Issues

MOMO and initial quest data offset info

MOMO format:

Offset Size Description
0x00 4 Magic ( OMOM )
0x04 4 Num. of files
0x08 4 File 1 offset
0x0C 4 File 1 size
0x10 4 File 2 offset
0x14 4 File 2 size
... ... ...
0x** 4 NULL ( 00 00 00 00 ) happens after the last file size in the index
0x** * DATA

Quest format:

Offset Size Description
0x00 40 Quest title
0x8C 40 Sub quest 2 objective title
0xB5 40 Sub quest 2 objective title
0x138 4 Quest time limit
0x330 4 Primary quest type
0x334 2 Primary objective type
0x336 2 Amount to kill/turn in of primary objective type
0x338 4 Sub quest 1 type
0x33C 2 Sub quest 1 objective type
0x33E 2 Amount to kill/turn in of sub quest 1 objective type
0x340 4 Sub quest 2 quest type
0x344 2 Sub quest 2 objective type
0x346 2 Amount to kill/turn in of sub quest 2 objective type
0x348 4 Quest fee
0x34C 4 Primary quest reward
0x350 4 Sub quest 1 reward
0x354 4 Sub quest 2 reward
0x358 4 Amount of zenny deducted per cart

I know other values too but I want to first figure out the full maximum length that the game reads as well as create a entire ID list for everything in the game.

For example with quest types a "Deliever" quest would be 00 00 00 02 while a "Slay" type quest would be 00 00 01 01

I still wish there would be an easier way to talk to you than through the issue tracker... :P

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.