Exosolar's Beyond Base Building (2024)

What is this Mod?
There are now almost 1,000 buildable base parts in vanilla No Man's Sky! It's a dream come true!
This mod adds an extreme degree of freedom to the vanilla base-building options.

Now includes all the functionality of gBase Items, if chosen by running the Lua script:

  • Can multiply power, extraction, and storage rates by 2, 5, or 10. WARNING: Bases built with this mod cannot be uploaded for multiplayer when using 2x, 5x, or 10x multiplied rates.

  • EM Generators do not need a hotspot and produce 250 power.

It is fully compatible with multiplayer, co-op building, uploading, etc, because it does not add any parts, which would cause issues in multiplayer.

★ Beyond Basebuilding is fully Lua scripted, with script provided for easy updating and merging and carries over all of the official updates and improvements offered by Hello Games plus:

  • All parts can be Scaled except prefab building parts, Exocraft Geobays, Mineral/Gas Extractors and Base Computer (Door attachment points bug out when scaled, and issues persist with scaled base computers and geobays). Be aware, scaling breaks snapping.
  • Many parts can be built in a Freighter.Exceptions include the Base Computer, Industrial Mining parts, Vehicle Summoners and planet-based teleporter.
  • Many parts can be built at a Planetary Base except the freighter teleporter and the Orbital Exocraft Materialiser
  • All parts can be built above and below water
  • All parts can change color and material
  • All parts, which can be deleted, can be deleted without also deleting attached objects except Decals and Posters
  • No build-count limits except for parts related to resources harvesting, certain terminals, beacons and message capsules (and others with limits that are hard coded into the game, as they are added or changed by Hello Games).
  • Unlimited Storage Containers—*This does not increase actual storage amounts: Each numbered container acts as an index to the store rather than a physical box
  • Foundation, Pavings and Communications Station can be placed anywhere (not only on bare terrain)


Disclaimer:
This MOD makes changes to the placement and usage setting of vanilla parts. If the MOD is removed, the vanilla settings will be restored and parts that "violate" a vanilla setting as well as those connected may go "poof". Best practice is to regularly backup your saves for semi-painless recovery from the unexpected.

Exosolar's Beyond Base Building (1)

Installation
Installing any No Man's Sky ModLua usage
How to use AMUMSS at No Man's Sky Nexus - Mods and Community (nexusmods.com)

Modified Files
METADATA\REALITY\TABLES\BASEBUILDINGOBJECTSTABLE.MBIN

Also check out...

Exosolar's Other Mods

Exosolar's Beyond Base Building (2)

Is this Mod up-to-date?
Any mod files which are not hidden or demoted to the "Old Files" area can be expected to work.
All uploaded files (on the Files page) are maintained with their packing date and version of the MBINCompiler used to pack it. Older mod versions, no longer compatible with the current version of No Man's Sky will be demoted to the "Old Files" subsection, but will remain available for download. There are no side-effects to using this mod.

How to update, tweak, combine, or patch the mod with AMUMSS?
As this mod is now Lua scripted, you can easily update, tweak or merge the mod yourself (if a game update breaks this PAK of the mod, or you have other PAK or Lua mods that could conflict with this one). —*Click on the spoiler below for more

Spoiler:

Show

Notes on AMUMSS:
AMUMSS tries to update MBINcompiler automatically. If it fails to convert EXML/MBIN files, its likely due to a very recent NMS version update and MBINcompiler is awaiting an update too.
If so, I highly recommend you to disable your mods and wait for MBINCompiler to be updated (it's pretty quick in general).

Updating the mod after a game update:

Spoiler:

Show

  • Download AMUMSS, and extract it locally, avoid placing the AMUMSS folder in a path with special characters or in a system folder like "C:\Program Files (x86)\(...)".
  • Place the mod Lua script (only the .LUA file, not the .PAK file) in the ModScript folder of AMUMSS.
  • AMUMSS will normally auto-detect the NMS installation folder, but you can also manually edit the path in the NMS_FOLDER.txt file.
  • Launch BUILDMOD.bat in the root of the AMUMSS folder and follow the steps, selecting the option to automatically install it in the NMS MODS folder.
  • A new modded PAK file will be created, using the last update of the MBIN game files duly amended by the script.

Most of the time simply recompiling the mod using the Lua script will make it compatible again. Use the latest script to ensure you adopt any mod adjustments to accommodate the latest NMS build. There are two main causes of mods not correctly updating with this method:
1) MBINCompiler needs an update to be able to decompile the latest version of the game MBIN files.
2) Structural changes have been made to the MBIN files called by this Lua script. Whilst unlikely, this will require some script rewrite and other mods are likely affected.

Tweaking the mod:

Spoiler:

Show

Use the same process as described in Updating the mod.
Just modify the script as you want before recompiling it. Look at the top of my scripts, you can generally edit modifiers there, or even disable/enable some features very easily.

*Notepad++ or VSCode are generally recommended to read EXML and Lua files, due to large file support and automatic highlighting. The Compare plugin for Notepad++, and Lua is also a must-have to highlight file differences.

Combining mods that provide Lua scripts:

Spoiler:

Show

You'll want to do this if multiple mods affect the same MBIN file.

  • Place all the scripts in the ModScript folder of AMUMSS.
  • Launch BUILDMOD.bat in the root folder of AMUMSS.
  • Follow the step, selecting that you want to combine all the scripts into one PAK file, and the option to automatically install it in the NMS MODS folder.

AMUMSS will output a PAK file that will contain the modifications of all the scripts.
*If the scripts modify the exact same values in the MBIN file, the last loaded script will overwrite the preceding script values.

Patch in the mod to make it compatible with other PAK files:

Spoiler:

Show

You will want to do this if another mods isn't Lua scripted, and affects the same MBIN file as the Lua scripted mod.

It will work when :
Case 1) you patch a Lua scripted mod for only one other PAK.
Case 2) you patch a Lua scripted mod for several other PAKs, but only if the other PAKs don't modify the same MBIN files between them.

How to create a patched PAK:

  • Copy the script and the other mod(s) PAK(s) in the ModScript folder of AMUMSS.
  • Launch BUILDMOD.bat in the root folder of AMUMSS, and follow the steps, selecting the option to automatically install it in the NMS MODS folder.
  • The new PAK file will contain all the Lua script modifications, and a compatibility patch for the other mod(s) PAK(s).
  • Rename it something like "__zzz Scripted Mod Name -Patched For- The Other Mod Name.pak".
    "__zzz" prefix is to ensure that it'll be loaded after the mod(s) it was patched for (for NMS loading order, underscore "_" came after every other characters).
  • Remove the original scripted mod PAK from the MODS folder, and copy both the new patched one, and the other mod(s) PAK(s), into it.

Notes:
Be sure the mod PAK you want to create a compatibility patch for, is updated for the latest NMS version.
-> When AMUSS find an MBIN file affected by a script and by a PAK in the ModScript folder, it will take the MBIN file from the mod PAK over the original one of the game, and will apply to it the modifications listed in the script.
So, if the MBIN file of the mod PAK is not updated, the one in the resulting patched PAK won't be either.

Exosolar's Beyond Base Building (3)

Philosophy
All the erroneous limitations in building are pretty silly, aren't they? In making this mod, I paid specific attention to making sure I did not make changes that will invalidate the bases built with it from online play. Any base made with Beyond BaseBuilding will be fully viable and visible in online play, even when other players don't have this mod! It does this by only editing placement rules while you are in the building editor and not modifying any of the actual base parts themselves.
We hope you enjoy the mod and naturally, your comments are most welcome. We can also be found on the No Man's Sky Discord or reached directly at: Babscoole #6326 orExosolar#5120, or if its about the Lua script: NeptuneX3#8095 or s p a r k y#0536

Exosolar's Beyond Base Building (4)

Credits and Special Thanks!
Hello Games for making the wonderful, vast, and fun game, No Man's Sky!
monkeyman192 for the MBINCompiler and his continued efforts to keep it up-to-date
Mjjstral & Wbertro for the AMUMSS script-based auto modbuilder/updater,
Tub0Crisco for the No Man's Sky Mod Station A.K.A. NMSMS

Big thanks to all of you lovely people who offer donations! It is greatly appreciated, and will help Exosolar buy lunch as a busy and broke college student! :D

And, of course, thanks to all of the other modders who make mods too, as we often inspect the work of other modders to learn how things are done: RangerDulann, Redmas, WoodyMontana, jasondude, Gumsk, Mjjstral, moddinaccount, Devilin Pixy, saa044, and others have all helped us learn to mod effectively! Without the above-mentioned, their mods and applications, we would be unable to make any mods at all!

"If I have seen further than others, it is by standing upon the shoulders of giants"

-Sir Isaac Newton

Exosolar's Beyond Base Building (2024)

FAQs

What is the point of base building in no man's sky? ›

Base building allows the player to build multiple bases, which can be used for farming, storage and recharging Hazard Protection or Shield. Each save has a limit of 402 bases including one's freighter base and planetary settlement, so 400 planetary bases.

Where should I build my base NMS? ›

Players should construct bases on planets in systems with varied planet types, as this provides greater access to different types of resources. Should they eye a dangerous planet with decent resources, a base on a moon or another nearby planet could provide players with an accessible vantage point.

Can you have two bases on one planet in no man's sky? ›

Multiple bases can be built on the same planet, but only one base per player per planet will be shared online for other players.

Does your base get attacked in no man's sky? ›

After a deal with raiders, your base can be attacked by other survivors during 24 hours.

Is No Man's Sky map endless? ›

No, it's not infinite. It's just really, really big.

Can your base be destroyed in no man's sky? ›

Bases cannot be destroyed but can be deleted or dismantled.

What happens when you delete a base in NMS? ›

When a base is deleted via the Base Computer, any raw materials used in its construction will be retrievable from the Base Salvage Capsule. > It can be crafted on a freighter or inside a base. >

What is the base size limit in NMS? ›

Each save file has a limit of 449 Bases + 1 Freighter Base. Also there is a limit to 16,000 objects or 3,000 components. It almost feels like beating the game when you see that message pop. That's one thing I wish the game had, a meter or counter that shows your base count and part totals.

How many bases can you have in NMS? ›

Luckily, you can have up to 400 bases in a save file, according to player reporting. Although you can't create an infinite number of bases, 400 or any similarly large number is more than enough for most space adventurers since building a home on a new planet consumes lots of time and resources.

How many planets are in No Man's Sky? ›

The game is built around four pillars: exploration, survival, combat, and trading. Players can engage with the entirety of a procedurally generated deterministic open world universe, which includes over 18 quintillion planets.

What should I grow in NMS? ›

Available crops
ProductResourceTotal Sell Value per harvest ( )
Mordite RootMordite1,000
NipNipNipNip Buds47,284
Solar VineSolanium3,500
Star BrambleStar Bulb800
8 more rows

What is the point of standing in NMS? ›

Faction standing currently has the following effects: Availability of certain blueprints to purchase. Faction specific dialogue options. Possibility to start missions, which require a minimum faction standing.

What is the point of the settlement in no man's sky? ›

Game Description

As overseer of a settlement, you will make key decision[sic], direct the construction of buildings and resolve disputes between citizens. A well-managed settlement will produce plenty of materials - enough that a sucessful overseer may claim surplus resources each day.

Do you need a base in no mans sky? ›

First off having a base isn't useless as through the base expansion missions you get VERY useful blueprints. Pretty much this. If you do want to do it, just make a simple 3x3x2 wooden box, and you can fit pretty much everything needed into it.

What does base building do? ›

Base Building means the structural portions of the Building, together with all mechanical (including HVAC), electrical, plumbing and fire/life-safety systems serving the Building in general, whether located inside or outside of the Premises.

References

Top Articles
Browned Butter Broccoli with Mizithra Cheese Recipe
White Pepper Gravy ~ Vegan Recipe ~ This Wife Cooks™
Barstool Sports Gif
Frases para un bendecido domingo: llena tu día con palabras de gratitud y esperanza - Blogfrases
Cranes For Sale in United States| IronPlanet
Pet For Sale Craigslist
The Largest Banks - ​​How to Transfer Money With Only Card Number and CVV (2024)
Belle Meade Barbershop | Uncle Classic Barbershop | Nashville Barbers
Blackstone Launchpad Ucf
Chelsea player who left on a free is now worth more than Palmer & Caicedo
CKS is only available in the UK | NICE
Autobell Car Wash Hickory Reviews
Cvs Devoted Catalog
Cube Combination Wiki Roblox
Where's The Nearest Wendy's
A.e.a.o.n.m.s
Regular Clear vs Low Iron Glass for Shower Doors
Charmeck Arrest Inquiry
Pittsburgh Ultra Advanced Stain And Sealant Color Chart
Kaomoji Border
Bahsid Mclean Uncensored Photo
My.tcctrack
Gemita Alvarez Desnuda
Florida History: Jacksonville's role in the silent film industry
Tips on How to Make Dutch Friends & Cultural Norms
Craigslist Pearl Ms
Meridian Owners Forum
Aes Salt Lake City Showdown
Desales Field Hockey Schedule
About | Swan Medical Group
Geology - Grand Canyon National Park (U.S. National Park Service)
Sukihana Backshots
Join MileSplit to get access to the latest news, films, and events!
Bcy Testing Solution Columbia Sc
Improving curriculum alignment and achieving learning goals by making the curriculum visible | Semantic Scholar
Despacito Justin Bieber Lyrics
13 Fun & Best Things to Do in Hurricane, Utah
Frigidaire Fdsh450Laf Installation Manual
Sofia Franklyn Leaks
Academic Notice and Subject to Dismissal
Hawkview Retreat Pa Cost
My Gsu Portal
Das schönste Comeback des Jahres: Warum die Vengaboys nie wieder gehen dürfen
Christie Ileto Wedding
Latina Webcam Lesbian
German American Bank Owenton Ky
Diamond Spikes Worth Aj
Dmv Kiosk Bakersfield
Frank 26 Forum
Syrie Funeral Home Obituary
The Ultimate Guide To 5 Movierulz. Com: Exploring The World Of Online Movies
Booked On The Bayou Houma 2023
Latest Posts
Article information

Author: Carmelo Roob

Last Updated:

Views: 6040

Rating: 4.4 / 5 (45 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Carmelo Roob

Birthday: 1995-01-09

Address: Apt. 915 481 Sipes Cliff, New Gonzalobury, CO 80176

Phone: +6773780339780

Job: Sales Executive

Hobby: Gaming, Jogging, Rugby, Video gaming, Handball, Ice skating, Web surfing

Introduction: My name is Carmelo Roob, I am a modern, handsome, delightful, comfortable, attractive, vast, good person who loves writing and wants to share my knowledge and understanding with you.