Jump to content

Not Starting

Closed 2.8.9

Ronnie Mackinnon
Ronnie Mackinnon

Posted

Now I bought both the Raidable bases and a pack of 30 bases. I'm sure I set it up correctly. But no bases are spawning. 

nivex

Posted

heya. bases need to be added to your profiles to work.

use rb.config list

and rbe debug

Ronnie Mackinnon

Posted (edited)

OK so there are folders in Config, Data and the usual Plugins. And since I'm not great at setting this up, Talk to me like a am a 57 year old child, please....lol 

I did that and got this. even though the base files are there.

Easy Bases > Profile

 

EasyBase1 > This file does not exist

EasyBase2 > This file does not exist

EasyBase3 > This file does not exist

EasyBase4 > This file does not exist

EasyBase5 > This file does not exist

 

Expert Bases > Profile

 

ExpertBase1 > This file does not exist

ExpertBase2 > This file does not exist

ExpertBase3 > This file does not exist

ExpertBase4 > This file does not exist

ExpertBase5 > This file does not exist

 

Hard Bases > Profile

 

HardBase1 > This file does not exist

HardBase2 > This file does not exist

HardBase3 > This file does not exist

HardBase4 > This file does not exist

HardBase5 > This file does not exist

 

Medium Bases > Profile

 

MediumBase1 > This file does not exist

MediumBase2 > This file does not exist

MediumBase3 > This file does not exist

MediumBase4 > This file does not exist

MediumBase5 > This file does not exist

 

Nightmare Bases > Profile

 

NightmareBase1 > This file does not exist

NightmareBase2 > This file does not exist

NightmareBase3 > This file does not exist

NightmareBase4 > This file does not exist

NightmareBase5 > This file does not exist

 

No valid buildings have been configured.

 

Easy Bases > Profile

EasyBase1 > This file does not exist

EasyBase2 > This file does not exist

EasyBase3 > This file does not exist

EasyBase4 > This file does not exist

EasyBase5 > This file does not exist

Expert Bases > Profile

ExpertBase1 > This file does not exist

ExpertBase2 > This file does not exist

ExpertBase3 > This file does not exist

ExpertBase4 > This file does not exist

ExpertBase5 > This file does not exist

Hard Bases > Profile

HardBase1 > This file does not exist

HardBase2 > This file does not exist

HardBase3 > This file does not exist

HardBase4 > This file does not exist

HardBase5 > This file does not exist

Medium Bases > Profile

MediumBase1 > This file does not exist

MediumBase2 > This file does not exist

MediumBase3 > This file does not exist

MediumBase4 > This file does not exist

MediumBase5 > This file does not exist

Nightmare Bases > Profile

NightmareBase1 > This file does not exist

NightmareBase2 > This file does not exist

NightmareBase3 > This file does not exist

NightmareBase4 > This file does not exist

NightmareBase5 > This file does not exist

No valid buildings have been configured.

Edited by Ronnie Mackinnon
nivex

Posted

hi, well you do not have any profiles configured/installed. you would still need to configure the plugin as installing the copypaste files is not sufficient.

so you would

  1. install the plugin
  2. install the copypaste files
  3. add the copypaste files to the profiles, and configure each profile
  4. create loot tables
  5. setup the configuration file
  6. etc

if you bought a tier package from me then it would have everything you need already and all you would need to do is configure to your servers specific needs as you see fit.

other parties that sell base packs generally do not contain any profiles, loot tables, etc. usually its only the copypaste files.

Ronnie Mackinnon

Posted

I must have the "Raidbase 30er pack 4" folder in the wrong spot. I shortened it to" RaidBase" and put it in the raidable bases folder

nivex

Posted

heya, that pack contains the copypaste files only. you would still need to add them to your profiles, but it does not look like you have any profiles configured. please have another look at what I said.

Ronnie Mackinnon

Posted

Its late here. I will try again tomorrow If you have a discord or are willing to join mine for a few mins. I would ask for help. I'm simple when it come to this stuff. Rust, even though I have ove 3k hours in the game, is still new to my in the modding area. 

nivex

Posted (edited)

hi,

welcome to the modding community. it's best that I write everything down so you can follow one step at a time until completed. this plugin is very complicated as stated in the documentation, and requires several files to function properly

  1. the plugin itself (oxide/plugins/RaidableBases.cs)
  2. the config (oxide/config/RaidableBases.json)
  3. copypaste files (oxide/data/copypaste/)
  4. profiles (oxide/data/RaidableBases/Profiles/)
  5. loot tables (oxide/data/RaidableBases/Difficulty_Loot)

you purchased the plugin, so you have #1
you purchased a base pack, so you have #3
you do not have #2, #4 and #5 configured so the plugin does not function

because you do not have those configured you will need to do so in order to use the plugin. I highly recommend a tier package as it's much easier to edit a working copy than to do it from scratch. my tier packages contain everything needed, where base packs from other third-parties do not. https://codefling.com/nivex

you can add bases to your profiles with commands (this is an example...you need to specify the correct filenames from your base pack):

rb.config add "Easy Bases" roneasy1 roneasy2 roneasy3
rb.config add "Medium Bases" ronmedium1 ronmedium2 ronmedium3

etc, but you still need to configure the rest of the plugin

Edited by nivex
Ronnie Mackinnon

Posted

Ok, everything you mentioned in the 12345 list, Is on my server.  this is what I'm seeing now.
[RaidableBases] DEBUG: No copypaste file in any profile exists

 

nivex

Posted

yes. everything is on the server by default, but it needs to be configured.

Ronnie Mackinnon

Posted

I understand, but it seems the errors I am now getting are; 

Failed to call hook 'CommandConfig' on plugin 'RaidableBases v2.8.9' (DirectoryNotFoundException: Could not find a part of the path 'oxide\data\copypaste'.)

 

But i'm def no expert...

Ronnie Mackinnon

Posted

I understand, configuration of the files, but  that's where I'm slow to get it.

 

nivex

Posted

so the folder oxide/data/copypaste doesn't exist on your server. this is where the copypaste files belong. it needs to be lowercase too

CopyPaste plugin from uMod is required too

there is a video in the documentation on how to setup the plugin yourself

Ronnie Mackinnon

Posted

Send me the link or tell me where to find it? Please and Thank you.

nivex

Posted

its in the documentation which needs to be read too

 

Ronnie Mackinnon

Posted

OK My issue was i have the bases in a folder inside copy paste folder. as soon as i removed the folder and put the bases inside the copypaste folder, everything worked fin, ty for putting up with me Nivex, You are a Scholar and a gentleman.

  • Like 1
nivex

Posted

ok, no problem

nivex

Posted

Changed Status from Pending to Closed

1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.1k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.