NoMansSky:Landing Page: Difference between revisions

From Step Mods | Change The Game
No edit summary
 
(47 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTITLE____NOTOC__
{{PageTitle|logo=nomanssky|title=No Man's Sky - Unofficial Wiki|subtitle= {{Fs|1rem|2= <i class="fas fa-angle-double-right"></i> [[NMS:Wiki|Link to Step Wiki]]}}}}
<div style="border:3px solid #4c535e; border-radius:10px; box-shadow:0px 0px 20px #657287; margin: 0 auto; padding:0px 10px 0px 10px; width:1600px;">
{{NMSPage}}
<img src="https://wiki.step-project.com/images/2/25/NMSHeaderBG.jpg" alt="BannerLogo" style="border-radius:10px;">
{{GridContainer|template=auto / auto auto|
 
{{GridItem|
<div style="background-color:#42857b; font-family:Verdana; color:#EEE; font-size:1.5em; border:3px solid #4c535e; border-radius:10px; text-align:left; margin:-10px auto 30px auto; padding:5px 15px 5px 15px;"><div id="NMSmenu">[[NMS:Landing_Page|Home]]  |  [[NMS:Tutorials|Tutorials]]  |  [[NMS:Modding_Tools|Modding Tools]]  |  [[NMS:Game_Structure|Game Structure]]<div style="float:right; padding-right:0px;">[[NMS:Wiki_Reference|Wiki Reference]] |  '''[https://discord.gg/kFxjuuj Join us on Discord]!'''</div></div></div>
 
<div style="display:inline-block; background-color:transparent; border:3px solid #4c535e; border-radius:10px; margin-bottom:25px;">
<div style="background-color:#23788c; font-family:Verdana; color:#EEE; font-size:2em; font-weight:bold; border-bottom:2px solid #4c535e; border-radius:6px; text-align:left; padding:5px 5px 5px 15px;">Welcome!</div>
<div style="padding: 0 10px 0 10px;">
== About ==
== About ==
This wiki has been created as a community effort to document the technical aspects of No Man's Sky's internal workings as well as acquaint aspiring modders with all of the game modding possibilities!
This wiki has been created as a community effort to document the internal workings of No Man's Sky as well as acquaint aspiring modders with the game modding possibilities.


Modding No Man's Sky is an on-going research effort and, as such, many pages will change over time as new patches and updates will be released by Hello Games and as various tool authors will publish new ideas and techniques.
Modding NMS is an on-going research effort and as such, many pages might change over time as the game will evolve and as contributors will publish new insight details and techniques.


Join us in the [https://discord.gg/kFxjuuj NMS Modding Discord channel], and thanks so much for reading!
Join us in the [https://discord.gg/22ZAU9H NMS Modding Discord channel], and thanks so much for reading!


== Getting Started ==
== Getting Started ==
If you want to mod NMS, reading the [[NMS:Current_State_of_Modding|Current State of Modding article]] is a good start.<br>
If you want to mod NMS, reading the [[NMS:Current_State_of_Modding|Current State of Modding article]] gives a first overview (even if not extensive) to figure out the actual state of modding.
Then, you might check out the [[NMS:Tutorials/Getting_Started|Getting Started]] tutorial and the [[NMS:Tutorials/Compiling_Mods|Compiling Mods]] page, to get all the basis to extract files and repack files and uses a mod.<br>


Once done, you might have the basis to go on and create your first mod, or you can now pick [https://wiki.step-project.com/NMS:Tutorials one of the beginner's tutorials].
The second step is checking out [[NMS:Tutorials/Getting_Started|The Modding Process]] tutorial to get all the first advices to extract, edit and repack files and get the basis to create your first mod.}}
All the tools necessary to follow these tutorials can be found in [[NMS:Modding_Tools|the Modding Tools page]].


{{GridItem|
== Contribute ==
== Contribute ==
We are looking for adventurous individuals to experiment on some of the more obscure aspects of what modding has to revealed!
We are looking for adventurous individuals to experiment on every aspects of No Man's Sky modding capabilities. As many aspects of the game remain hidden away behind untested properties and attributes, experimentation is necessary to learn more about all the game could provide.
 
Research work is paramount to the continued existence and improvement of mods. As many aspects of No Man's Sky remain hidden away behind untested properties and attributes, experimentation is necessary to learn more about these unknown aspects and interactions of the game. Listed within the [[NMS:Current_State_of_Modding|Current State of Modding article]] is what can and can't be done, as so far as we are presently aware. There, you'll also find links to places you can contribute findings and find tools that you may help develop further.


If you are willing to assist in advancing research of the game's internal mechanics, please update this wiki with your findings. To be able to create new pages and edit content, users will need an account. To obtain one:
Those willing to assist in updating this wiki with all their findings could apply following these steps :
# Sign up for a [https://forum.step-project.com/ STEP forum account]  
# [https://stepmodifications.org/forum/register/ Create an account] on the Step Forums, if one doesn't exist
# Verify your account from the mail you will receive.
#: Ensure to verify the account from the email sent to the address used during sign up
# Log into the wiki using your forum username and password (login is at the top right of all wiki pages).
# Log into the wiki using the forum username and password (person icon on the navbar)
# Mention @TechAngel85 on the [https://discord.gg/kFxjuuj NMS Modding Discord channel] or PM him [https://forum.step-project.com/user/326-techangel85/ on the forums] with your username and desire to edit the NMS wiki. You'll be assigned a user group for editing.
# After that is complete, mention @TechAngel85 on the [https://discord.gg/22ZAU9H NMS Modding Discord channel] with the desire to edit the NMS wiki so the request is public.
#: Please include the username that was used for the forum account. Users will then be assigned a user group with edit rights.


See the [[NMS:Wiki_Reference|Wiki Reference]] for some guidance on creating and editing pages on the wiki.
Those not familiar with wiki editing and markup, please see the [[NMS:Wiki_Reference|Wiki Reference]] for guidances.
<br>
}}
<br>


{{PageBackground}}
}}
{{#css:NMS:NMS.css}}
[[Category:No Man's Sky]]

Latest revision as of 07:10, January 25, 2023

Nomanssky flare.png

No Man's Sky - Unofficial Wiki

Link to Step Wiki

About

This wiki has been created as a community effort to document the internal workings of No Man's Sky as well as acquaint aspiring modders with the game modding possibilities.

Modding NMS is an on-going research effort and as such, many pages might change over time as the game will evolve and as contributors will publish new insight details and techniques.

Join us in the NMS Modding Discord channel, and thanks so much for reading!

Getting Started

If you want to mod NMS, reading the Current State of Modding article gives a first overview (even if not extensive) to figure out the actual state of modding.

The second step is checking out The Modding Process tutorial to get all the first advices to extract, edit and repack files and get the basis to create your first mod.

Contribute

We are looking for adventurous individuals to experiment on every aspects of No Man's Sky modding capabilities. As many aspects of the game remain hidden away behind untested properties and attributes, experimentation is necessary to learn more about all the game could provide.

Those willing to assist in updating this wiki with all their findings could apply following these steps :

  1. Create an account on the Step Forums, if one doesn't exist
    Ensure to verify the account from the email sent to the address used during sign up
  2. Log into the wiki using the forum username and password (person icon on the navbar)
  3. After that is complete, mention @TechAngel85 on the NMS Modding Discord channel with the desire to edit the NMS wiki so the request is public.
    Please include the username that was used for the forum account. Users will then be assigned a user group with edit rights.

Those not familiar with wiki editing and markup, please see the Wiki Reference for guidances.