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.

Geometry Wars 3 Dimensions (.WAD)

Featured Replies

  • Author
  • Localization

brendan19, posted Fri Nov 28, 2014 2:27 pm (2028)


All of the game data is stored inside this archive.

I've provided the first 10MB of the file.

Geometry Wars 3 Dimensions
  • Author
  • Localization

Ekey, posted Fri Nov 28, 2014 7:08 pm (2044)


Hashed names. Function

Code:
int gw3d_hash(const char *pString, int *dwHash)
{
    int pChar;

    while (pChar = *pString )
      *dwHash = pChar 31 * *dwHash;

    return *dwHash;
}


Code:
   int dwHash = 0;
   gw3d_hash("Textures/1080/LevelSelectIcons/Level_Name_Waves_German.png", &dwHash);
   printf("X - %s\n", dwHash, argv[1]);
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.