Blockland Forums > Modification Help
RTB Development
imbloodless:
in RTB 3.3 i could dowload stuff in Mod Manager but it wouldnt come up in my add-ons spot in Start New Game.
Was this fixed? Or does it just give you the ZIP in add-ons folder? Cookies for you if it was fixed! :cookie: :cookie: :cookie:
imbloodless:
--- Quote from: imbloodless on May 03, 2010, 03:36:41 PM ---in RTB 3.3 i could dowload stuff in Mod Manager but it wouldnt come up in my add-ons spot in Start New Game.
Was this fixed? Or does it just give you the ZIP in add-ons folder? Cookies for you if it was fixed! :cookie: :cookie: :cookie:
--- End quote ---
LoL i went and found out for myself. It just gives you a ZIP in Add-ons Folder for me. And Ephialtes good job with the new Update!
-Jetz-:
Just ran RtB and my mod list is blank again except for ones I just updated.
My console was also filled wih this:
--- Quote ---getSubStr(...): error, starting position and desired length must be >= 0: ("Add-Ons/weapon_Zeus/Description.txt",0, -1)
BackTrace: ->RTBMM_downloadUpdates->RTBMM_OpenModManager->Canvas::pushDialog->GuiCanvas::pushDialog->RTB_ModManager::onWake->FileCache::Refresh
ERROR: File "/Description.txt" is not in one of the default directories
--- End quote ---
One for each add-on I had.
Also, does RtB now auto-delete failed add-ons without warning or confirmation?
Kalphiter:
--- Quote from: -Jetz- on May 03, 2010, 04:26:20 PM ---Also, does RtB now auto-delete failed add-ons without warning or confirmation?
--- End quote ---
No, only disables them.
--- Code: ---$RTB::Options::MM::AnimateGUI = 1;
$RTB::Options::MM::CheckForUpdates = 1;
$RTB::Options::MM::DisableFailed = 1;
$RTB::Options::MM::DownloadScreenshots = 1;
$RTB::Options::MM::WarnFailed = 1;
--- End code ---
Ephialtes:
--- Quote from: -Jetz- on May 03, 2010, 04:26:20 PM ---Just ran RtB and my mod list is blank again except for ones I just updated.
My console was also filled wih this: One for each add-on I had.
--- End quote ---
Can that be replicated and is it consistently an issue?
--- Quote from: -Jetz- on May 03, 2010, 04:26:20 PM ---Also, does RtB now auto-delete failed add-ons without warning or confirmation?
--- End quote ---
I don't know where people are getting this idea from. RTB has never auto-deleted, disabled or warned you about failed add-ons. I'd initially put options to disable/enable it but never implemented the functionality. This update removed the options.