# Custom Credits Template
Have you ever seen Restoration Mod's Credits tab and thought to yourself "How the hell did they do that?". I mean, probably you didn't but either way you gotta admit it's a neat little addition to your mod to which you have devoted blood, sweat and tears during the making of it.
Instructions on how to use it:
Open every file and look at it, use brain perhaps, I also included a some information that will allow you to understand what each part of code does.
Only file called PineappleFox.PineappleFox doesn't have any info because it was not possible, so here it is:
command cmd="speed" | do not touch
offset="-1000" | set the point where rolling begins
param="100" | speed of rolling
image scale="0.9" | self-explanatory (optional)
src="PineappleFoxTexture" | your texture (optional)
<br/> | works like \n, next line
text text="" | self-explanatory
type="name" | normal font
type="title" | bigger, blue font
type="fill" | gray font
type="image-text" | big white font
command cmd="stop" | do not touch
offset="-350" | set the point at which rolling stops
You are free to include this in your mod, as long as proper credit is given
Things that enabled me to create this:
BeardLib Wiki
Diesel Bundle Viewer
GitHub
simon-wh/PAYDAY-2-BeardLib
PD2 Library for easier script file manipulation and mod creation - simon-wh/PAYDAY-2-BeardLib
ModWorkshop/Payday 2
Diesel Bundle Viewer by Luffy
Reuploaded due to a transfer bug