Jump to content

Suprnova74

Member
  • Posts

    16
  • Joined

  • Last visited

Everything posted by Suprnova74

  1. Disregard. the map wasn't changed. it was the old map that was flaking out. looking good so far!
  2. Looks like most lakes are notvisible. For similar issues, I usually just loaded into RustEdit and saved again so hopefully it's a quick fix
  3. Suprnova74

    Custom Modules

    [ChatCommand("listcustommodules")] void ChatListCustomModules(BasePlayer player, string command, string[] arg) { string modulelist = "Custom Modules Available:\n"; HashSet<ItemConfig> itemConfigs = _config.customItems; foreach (ItemConfig itemConfig in itemConfigs) { modulelist = modulelist + itemConfig.name + ":" + itemConfig.customShortname + "\n"; } PrintToChat(player, modulelist); } [ConsoleCommand("listcustommodules")] void ConsoleListCustomModules(ConsoleSystem.Arg arg) { string modulelist = "Custom Modules Available:\n"; HashSet<ItemConfig> itemConfigs = _config.customItems; foreach (ItemConfig itemConfig in itemConfigs) { modulelist = modulelist + itemConfig.name + ":" + itemConfig.customShortname + "\n"; } Puts(modulelist); } I'd like to add a command to list all available modules and their custom shortnames that need to be referenced to give/get custom modulse. I often times have to check the names These are working for me but feel free to tweak. It'd also be nice to add input validation and just spit out a "syntax" kind of blurb for givemodules etc. Currently it just doesn't do anything. i could make the adjustments and post here if you like as well
  4. Suprnova74

    Volcano-island

    just opening the map in rustedit and saving it again seems to have fixed the water issue. i'm not sure if you had any apc pathing etc in there in the original 1.04 but it may have stripped that if so as it was complaining about such. I wasn't paying attention to that beforehand.
  5. Suprnova74

    Volcano-island

    it looks like this map has an issue with the water in the volcano crater. it's the first time I tried using it since last year so unsure when/how long it's been in this state. The water is invisible, but still functions as water. L7
  6. Just a heads up, it looks like the internal version in the .cs file is still 1.0.39 but looks like it should be 1.0.40. Not a big deal, just messes with UpdateChecker
  7. Suprnova74

    Raidable Bases

    is it limited to 5 profiles (easy, medium, hard, expert, nightmare)? If just those profiles, is it possible to customize a specific base within a profile with different preferences? For instance, I'd like to create "Puzzle" bases where I don't want them blowing up walls or foundations, but don't want that for the full profile. I see, for instance, a few options can be passed per base such as: "nightmare001": [ { "Option": "stability", "Value": "false" }, { "Option": "autoheight", "Value": "false" }, { "Option": "height", "Value": "1.0" } I guess the main question is can other configurations within that profile be tweaked per base? I wasn't seeing a list of such anywhere obvious.
  8. Suprnova74

    Cave mesh needs TLC

    There's a cave or buildable area that has an odd mesh where in some cases animals or players can literally walk up air. I had a player who was unable to enter the cave at all, instead just climbing air It's the cave at -534.23, 40.43, -680.36
  9. Suprnova74

    Oxide.Ext.RustEdit.dll

    Not a huge deal, but the bundled .dll is out of date
  10. Apologies on the delay, i didn't get the notification that you posted for some reason: http://suprnova74.com/rust/UpdateChecker.zip i removed the webhook and msg id I'm using, otherwise it's what i'm using.
  11. Suprnova74

    Volcano-island

    With v1.0.4, anyone notice that the structures in Q5 (looks like it was supposed to be train yard perhaps?) is missing? There are spots where you can see undermesh (thankfully they're solid so players don't fall through) where structures should be and the entrance to the subway is gone as well but can see the elevator/stair shaft below terrain. I tried blowing out the .map and .sav files to let it reload and same behavior.
  12. Suprnova74

    Space, LockMeUp not found

    it looks due to funky search results for Space and lockmeup, it can't find those urls. I added an exception to the code at line 323 for them if you'd like to incorporate or if you want to look into why it isn't finding it. Find: lights-on After, add: if (pluginInfo.Name == "Space") pluginInfo.Url = "https://codefling.com/plugins/space"; if (pluginInfo.Name == "LockMeUp") pluginInfo.Url = "https://codefling.com/plugins/lock-me-up-handcuffs";
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.3m

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.