How To Make Mods For Games
You will need:. Notepad: notepad-plus-plus.org to download notepad. Winrar: www.rarlab.com to download winrar.Before we can start creating our mod, we need to create some files.1.
First we need to locate the Prison Architect file.It should be here here: 'C:Program FilesSteamSteamAppscommonPrison Architect'2. After you have locate your Prison Architect folder. You need to open the 'main.dat file with winrar.3.
How To Make A Mod

Step 3: Now open another new folder. Put in the.apk file which you want to decode. Download the latest version of apktool ANDapktool install window (both can be downloaded from the same link) and place them in the same folder. Open a command window. Now run command like apktool if framework-res.apkand next. This is how you mod APKs for Games. Enable Cheats, Change Stuff and Hack all the Android Games. Tutorial: HackerB. Mods change the way the game is played. Use code, decompiling tools like Minecraft Coder Pack, or a mod generator to create your own custom Minecraft mod. Explain how it works and how you made it in a video or in the comments of your project.

You will need to make a file on your desktop called 'Main Data'.4. Go back to the main.dat file and click on 'data'.
You should now see lots of files.5. Copy all the '.txt', '.lua' and all folders into the 'Main Data' file. After that close the 'main.dat' file.6. You need to locate the Prison Architect Modding folder. The location of the modding should be here: 'C:UsersYourUserNameAppDataLocalIntroversionPrison Architect'.7. Open up the 'mods' folder and create a new file.
Call this what ever your mod is called.8. Now open it up and create another folder called 'data'. Then create a text file called 'manifest.txt'.9. You need to add a picture to this file called 'thumbnail.png'. I like to add just any picture for a temp thumbnail.Now before i can let you move on we need to edit the 'manifest' file.
So copy the code below into the 'manifest' file. # # Objectives, Grants# objectivegrantsandbox Sandbox - The name.objectivegrantsandboxdescription This will give you $100,000,000. The description.objectivegrantsandboxdeliveries Build a deliveries zone - This will show up in the todo list.After you have done all of that load up the mod and test it out. Remeber to add a thumbnail.If you have any problems with this, please leave a comment below and i will try to help you.More tutorials coming soon. # Strings for the campaign modcampaignchapterchapternameYour campaign mod (chapter) name here.campaignmodintro1 Hello and welcome to a short cut-scene.campaignmodintro2 This is where you create your strings for your mod.campaignmodintro3 It's very easy to create strings like this.campaignmodintrocontinue The end of this short cut-scene.After you have done that open up 'Prison Achitect' and load up your mod.
See if it works before going on to the next steps, also i want you guys just to see what happens when you delete some lines and move stuff around before moving on.Coming soon.