Others Translation Project Translation of Galleon (Xbox)

RickTM

Member
OP
Newcomer
Joined
Mar 10, 2023
Messages
5
Trophies
0
Age
123
XP
31
Country
Italy
I’m trying to translate this game for the first Xbox but so far I haven’t gone very far.
I opened the various files . pkg with hxd but translating changes the number of characters and the game does not start, presents an error.
Leaving the number of characters unchanged and changing some of them just to try, the game starts but does not display the change.
Anybody got any ideas?
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,406
Country
United Kingdom
You will get the same answer here as at romhacking.net.

Sounds like you have a big archive file (pkg being a common enough abbreviation of package) controlling this game (or at the aspects you care about), possibly in addition to whatever pointers the internal text format has.

Said pointers are a fundamental concept in hacking really and you are going to need to figure out what goes for this game. They are used because having to have a game (which theoretically should be the same text every time -- DVD Read Only Memory and all that) calculate everything all the time is annoying and a waste of resources you could be using for just about anything else to make the player's life nicer.
The downside of this is when someone changes a file/section length then everything following it get booted back (or brought forward) by however much you changed it, not great when something is expecting a fixed length and has no idea how to handle it when something goes wrong. Not so bad as a dev as you made the format presumably and have tools to handle it, the would be ROM hacker though does not and has to both figure out things and make something to handle it (assuming manual with a hex editor is not an option, and it is usually a bad one).

The changes not being reflected in the running game (assuming you did not load back from a savestate -- if the game had already loaded the original data by the time you made your savestate then you might get that instead) means what you edited might have looked like the file but was not. This can be many reasons but usually are because the dev left their files all over the place when making the game to ship (developer leftovers we tend to call these, wonderful things to explore as it can give all sorts of insights into the development process), or because some random padding was needed and that so happened to be the data that was picked (rare on systems like the xbox, more of a thing for 16 bit consoles and older). Time to find the real data the game uses.
 

RickTM

Member
OP
Newcomer
Joined
Mar 10, 2023
Messages
5
Trophies
0
Age
123
XP
31
Country
Italy
And unfortunately I have to give you the same answer, I have no idea how to do this. I need concrete guidance on how to do everything that programs use etc.
 

Ryo_Hazuki

New Member
Newbie
Joined
Mar 11, 2023
Messages
2
Trophies
0
Age
37
XP
25
Country
Italy
You will get the same answer here as at romhacking.net.

Sounds like you have a big archive file (pkg being a common enough abbreviation of package) controlling this game (or at the aspects you care about), possibly in addition to whatever pointers the internal text format has.

Said pointers are a fundamental concept in hacking really and you are going to need to figure out what goes for this game. They are used because having to have a game (which theoretically should be the same text every time -- DVD Read Only Memory and all that) calculate everything all the time is annoying and a waste of resources you could be using for just about anything else to make the player's life nicer.
The downside of this is when someone changes a file/section length then everything following it get booted back (or brought forward) by however much you changed it, not great when something is expecting a fixed length and has no idea how to handle it when something goes wrong. Not so bad as a dev as you made the format presumably and have tools to handle it, the would be ROM hacker though does not and has to both figure out things and make something to handle it (assuming manual with a hex editor is not an option, and it is usually a bad one).

The changes not being reflected in the running game (assuming you did not load back from a savestate -- if the game had already loaded the original data by the time you made your savestate then you might get that instead) means what you edited might have looked like the file but was not. This can be many reasons but usually are because the dev left their files all over the place when making the game to ship (developer leftovers we tend to call these, wonderful things to explore as it can give all sorts of insights into the development process), or because some random padding was needed and that so happened to be the data that was picked (rare on systems like the xbox, more of a thing for 16 bit consoles and older). Time to find the real data the game uses.
I've tried to help RickTM some days ago.



Text changes Will broke the game and that sounds more like a bad checksum to me than a missing pointer.



When i take away the text file than text are missing in-game si that should be a real data file
 
  • Like
Reactions: RickTM

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • SylverReZ @ SylverReZ:
    Google isn't very helpful anymore, you get recommended loads of crap that doesn't solve the thing that you're looking for.
    +1
  • Sicklyboy @ Sicklyboy:
    @K3Nv2, afaik yeah but I also don't think that it runs on home grade routers like openwrt/dd-wrt does. OPNsense runs on full-on x86 PC hardware
  • K3Nv2 @ K3Nv2:
    Sadly openwrt seems to be dying for support unless it's just. Anew name
  • K3Nv2 @ K3Nv2:
    Like made by the same devs different architecture
  • Sicklyboy @ Sicklyboy:
    idk, I mean it had a new release back in March https://github.com/openwrt/openwrt/releases
  • Sicklyboy @ Sicklyboy:
    Not sure how recent hardware it supports though
  • K3Nv2 @ K3Nv2:
    I mean for 1st party routers iirc linksys use to support it
  • Sicklyboy @ Sicklyboy:
    ahhhh that I have no idea
  • Sicklyboy @ Sicklyboy:
    pretty cool though if so
  • K3Nv2 @ K3Nv2:
    Or from what ive heard ways to set custom imgs for 1st party routers so locked down now days
  • Sicklyboy @ Sicklyboy:
    OPNsense VM and specs and specs of system it's running on. https://imgur.com/a/S9wgGUD
  • Sicklyboy @ Sicklyboy:
    I've turned more features on in OPNsense lately and it's getting kind of high on RAM usage, I see. Probably bump that up to 4GB soon
  • K3Nv2 @ K3Nv2:
    I wanna make a 8core router with support for 20gbps doesn't even sound that silly lol
  • Sicklyboy @ Sicklyboy:
    I only have 1 gig internet but internally I have 10 gig connectivity for everything on my lan lol
  • Sicklyboy @ Sicklyboy:
    fiber connection from my desktop PC back to my core network switch
  • Sicklyboy @ Sicklyboy:
    2 port HPE SFP+ PCIE NIC in my desktop and all of my servers
  • Sicklyboy @ Sicklyboy:
    silly shit
  • Sicklyboy @ Sicklyboy:
    eventually this desktop is going to act as a server too, just for the hell of it. Because this PC is WAY fucking overkill for how little I use it.
  • Sicklyboy @ Sicklyboy:
    And once I do that, my desktop OS that I interact with is just going to be a virtual machine and use GPU passthrough to connect everything
  • K3Nv2 @ K3Nv2:
    Send it to me ffs
  • Sicklyboy @ Sicklyboy:
    No because it's my desktop lol
  • Sicklyboy @ Sicklyboy:
    The most use this PC is getting right now is 979 Chrome tabs open right now
  • K3Nv2 @ K3Nv2:
    This is my desktop there are many like it but it is mine alone
  • K3Nv2 @ K3Nv2:
    Enabled PPPoE on router now no wifi connection lul
    Sicklyboy @ Sicklyboy: F