Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.
Zero Tolerance for Disrespect

[PC] Moorhuhn Kart Extra .clu track files.

Featured Replies

  • Localization

It's easy to rip them using a hex editor and Hex2obj, since they are just a group of .obj (not wavefront) models, but the process is so time consuming and tedious it took me two days to rip SOME of the file (not even quarter of it).

Anyway i can speed this up ?

track03_01.zip

Solved by Durik256

  • Supporter

You'll need to be a coder to speed it up, imho.

Search for 000001000200 (found 824 times) , get the vertex count as explained in the other thread, get the start of belonging vertex block.

addresOfVertices= addressOfFIs - vcount x 36 -20

So for first picture:  18b887= 0x18be3b - 36 * 40 (decimal) - 20 (dec.)

 

The mesh format itself appears to be simple:

track03_01.png

track_03_01-b.png

MH_Track03_1.png

Edited by shak-otay

  • Supporter
  • Solution
On 4/18/2024 at 4:52 AM, MaxBOOST said:

It's easy to rip them using a hex editor and Hex2obj, since they are just a group of .obj (not wavefront) models, but the process is so time consuming and tedious it took me two days to rip SOME of the file (not even quarter of it).

Anyway i can speed this 

so as not to parse the format and write an unpacker (since .obj uses a crude hack). you can simply set up a script for all *.obj inside *.clu, although this has already been done and fixed by the plugin. (update, add *.clu support) fmt_obj.py

Без имени-1.png

Edited by Durik256

  • Author
  • Localization

THANK YOU BOTH SO MUCH !
you have no idea how much time you saved for me !😅

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.