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.

Rust -- I want to extract loot locations from Monuments and from seed generated map

Featured Replies

  • Author
  • Localization

nakilon, posted Mon Dec 16, 2019 3:28 pm (52619)


Hello.
I have a cool idea about generating some helpful stuff for the game Rust. To make it real I need to know the map coordinates of things at Monuments.

My guess is that I need to extract the file
Code:
Bundles/shared/monuments.bundle
on the game server I've just installed using linuxgsm. I've tried the "Unity . Unity Engine assets extractor (script 0.2.4)" QuickBMS script but it throws:
Code:
- the folder doesn't exist, do you want to create it (y/N)?:
  y

  offset   filesize   filename
--------------------------------------

Error: incomplete input file 0: /Users/nakilon/_/temp/monuments.bundle
       Can't read 4 bytes from offset 712e7830.
       Anyway don't worry, it's possible that the BMS script has been written
       to exit in this way if it's reached the end of the archive so check it
       or contact its author or verify that all the files have been extracted.
       Please check the following coverage information to know if it's ok.

  coverage file 0     0%   53         1595457033 . offset 712e7830

Last script line before the error or that produced the error:
  204 get NAMESZ long
 


The second part of my idea will need to get stuff coordinates on a seed generated map and here I'm less sure where to look at. Maybe
Code:
Bundles/maps/maps.bundle
but it errors too:
Code:
- the folder doesn't exist, do you want to create it (y/N)?:
  y

  offset   filesize   filename
--------------------------------------

Error: incomplete input file 0: /Users/nakilon/_/temp/maps.bundle
       Can't read 1 bytes from offset 590661ba.
       Anyway don't worry, it's possible that the BMS script has been written
       to exit in this way if it's reached the end of the archive so check it
       or contact its author or verify that all the files have been extracted.
       Please check the following coverage information to know if it's ok.

  coverage file 0     0%   24         1316063192 . offset 590661ba

Last script line before the error or that produced the error:
  84  get DUMMY byte
  • Author
  • Localization

aluigi, posted Fri Mar 27, 2020 9:41 am (55205)


For Unity games don't use that script because it's old and no longer supported.
Try the tools in this topic:
viewtopic.php?f=17&t=12
I don't know if they allow editing/modding so check them by yourself.
Guest
This topic is now closed to further replies.

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.