Difference between revisions of "Lua Resource Pack Making (Tutorial)"
(→Tutorial for ROM modification) |
m |
||
Line 6: | Line 6: | ||
Anyway, lets get to it! | Anyway, lets get to it! | ||
+ | |||
+ | Oops! I just realised the images contain my second monitor's screen, please ignore that! --[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 17:48, 20 October 2015 (UTC) | ||
---- | ---- |
Revision as of 17:48, 20 October 2015
This page is a stub. Please help us by expanding it.
|
What is a Lua Resource Pack?
A Lua Resource Pack (or LRP, as I will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!
Anyway, lets get to it!
Oops! I just realised the images contain my second monitor's screen, please ignore that! --LewisTehMinerz (talk) 17:48, 20 October 2015 (UTC)
Tutorial for ROM modification
== Step One: Create a folder for your resource pack files.
So, my resource pack files will be stored in ResPack.
== Step 2: Creating the required folders.
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder.
Your current folder setup should look like this:
== Step 3: Creating the ROM folder.
Nearly done, I promise!
Create a new folder called 'rom' in your 'lua' directory.
== Step 4: ROM modification!
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!
Treasure Disk Making
In the future, my friend!