User Tools

Site Tools


nt153133:sponsors:installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
nt153133:sponsors:installation [2022/10/04 15:14] – removed - external edit (Unknown date) 127.0.0.1nt153133:sponsors:installation [2022/10/04 15:14] (current) – ↷ Page moved and renamed from installtion to nt153133:sponsors:installation manta
Line 1: Line 1:
 +====== Installation ======
  
 +We know these steps can be tedious and we are looking for a better way to handle it in the future.
 +
 +===== SVN Setup =====
 +
 +Check out the individual folders to where they belong in RB using your favorite SVN client. For example I'm using [[https://tortoisesvn.net/|TortoiseSVN]] 
 +
 +  - Create a folder in the correct place, like Botbases and name it appropriately.\\ {{:createfolder.jpg?400|}} 
 +  - Right click on the folder and click ''SVN Checkout''.\\ {{:svncheckout.jpg?400|}}
 +  - Paste in the LlamaSponsored ''https://github.com/LlamaMagic/LlamaSponsored.git'' and hit the ... next to the URL.\\ {{:checkout.jpg?400|}}
 +  - Browse through to the correct folder, I.E. ''Trunk > BotBases > I Made That IV'' and hit ''Ok''.\\ {{:imadethatfolder.jpg?400|}}
 +  - That will download all the files to the appropriate place. Then all you have to do is SVN Update whenever you need to update that folder.\\ {{:svnupdate.jpg?400|}}
 +
 +You will need to do this for each folder in the repo that you wish to keep up to date.
 +
 +
 +===== Manual Setup=====
 +If you prefer manual setup instead of automatic,
 +
 +  - Download the [[https://github.com/LlamaMagic/LlamaSponsored/archive/refs/heads/main.zip|Latest Version]].
 +  - On the ''.zip'' file, right click > ''Properties'' > ''Unblock'' > ''Apply''.
 +  - Unzip the contents into their respective folders so it looks like this.
 +
 +<code>
 +RebornBuddy
 +├── Botbases
 +|   └── I Made That IV
 +|   
 +├── Plugins
 +|   └── Discord Tells
 +|
 +└─── Quest Behaviors
 +     └── CompiledLibrary
 +</code>