Skip to content

Instantly share code, notes, and snippets.

View NeuralNoise's full-sized avatar
💭
I may be slow to respond.

Starbuck NeuralNoise

💭
I may be slow to respond.
  • NetlanICGH
  • earth
View GitHub Profile

VIDEOS MIGHT OUTDATED BUT TEXT IS NOT

this guide is not meant to help with leaking or feeding your paywall or any stupid things you might do to ruin experience for other people

TL;DR

  • Don't load whole folder or every file you have, in most big games you will run out of memory instead build assets map and cab map (dependencies) so Studio itself loads what it needs to
  • set your game under options->specify game then click on misc and type any name in assetmap textbox, optionally check dont process full bundle as it can shorten the time it takes to generate assetmap then click Build Both
  • after it finish, restart Studio, Misc->AssetBrowser click on load assetmap when it loads search for asset you need by name or type

Downloading

~~- for original Get latest version from Github Actions not releases from here , if you dont have account you can use site like nightly.link to download it , [Latest build](https://nig

@NeuralNoise
NeuralNoise / add_user.sh
Created December 28, 2018 10:44 — forked from nsabine/add_user.sh
Shell script to add a user to LDAP. Based on OpenLDAP and RFC 2307 memberuid group attributes.
#!/bin/bash
#
# add_user.sh: Add user to LDAP
# Author: Nick Sabine
#
# Defaults
LDAP_BASE="dc=ORG,dc=local"
LDAP_ACCOUNTS_DN="ou=people,${LDAP_BASE}"
LDAP_USER_GROUP="cn=user_group,ou=groups,${LDAP_BASE}"
@NeuralNoise
NeuralNoise / hosts
Created February 25, 2017 13:47 — forked from consti/hosts
/etc/hosts to block shock sites etc.
# This hosts file is brought to you by Dan Pollock and can be found at
# http://someonewhocares.org/hosts/
# You are free to copy and distribute this file for non-commercial uses,
# as long the original URL and attribution is included.
#<localhost>
127.0.0.1 localhost
127.0.0.1 localhost.localdomain
255.255.255.255 broadcasthost
::1 localhost