1. Please be advised of a few specific rules and guidelines for this section.

Outdated Argonian Race v0.4d - ENRAGED KOALA

Fans of Elder Scrolls and lizards take to the stars!

  1. bjorn0411

    bjorn0411 Phantasmal Quasar

    well, thats fine. i mean you are right. two people who knows what they're doing is better than one who barely knows anything. and i would have to do a TON of reading, playing etc. but hey, all in all im glad you've made a mod like this and you're working hard on it.

    keep up the good work!
     
  2. StarBrethren

    StarBrethren Phantasmal Quasar

    Great mod for my favorite ES Race! Can't wait to see Tier 4-10! Just did a showcase for my subs on the tubes!
     
    Sabboth likes this.
  3. FireWinged

    FireWinged Void-Bound Voyager

    Hey man, thank you so much! We really appreciate the attention and I just have to hand it to you for making such an awesome vid.

    As soon as Sabboth gets home we'll get your video listed on our description pages both here and on the Nexus pages.

    I hope everyone's excited for an even more fleshed out Argonian race coming to you all soon! More descriptions, villager to Argonian chatter, custom furniture, more tiers and more! We've been working quite hard on the mod lately, so we hope you all enjoy our future updates!
     
  4. commella

    commella Scruffy Nerf-Herder

    to solve the failures in new version (Furious Koala), edit file
    particles/cat2.particle:

    "size" : "1.0" --> "size" : 1.0
    "length" : "1.0" --> "length" : 1.0
     
    Sabboth likes this.
  5. Sabboth

    Sabboth Zero Gravity Genie

    Thanks man, for some reason the error in my Starbound.log was telling me it had something to do with my graphics card. Thanks super ambiguous error log! Either way, thanks for saving the day.
     
  6. Sabboth

    Sabboth Zero Gravity Genie

  7. Averitaen

    Averitaen Aquatic Astronaut

    WIth the new update, using the argonian sleeping mat crashes the game. Has functionality for the new furniture been implemented yet?
     
  8. Sabboth

    Sabboth Zero Gravity Genie

    If they changed how beds work, I'll have to make a quick patch for that. I'll look into it.
     
  9. Sabboth

    Sabboth Zero Gravity Genie

  10. Averitaen

    Averitaen Aquatic Astronaut

  11. Sandling

    Sandling Subatomic Cosmonaut

    Hello there Sabboth! - Running the Argonian mod solitary, I am getting the following little errors:

    (See attachment)
     

    Attached Files:

  12. Sabboth

    Sabboth Zero Gravity Genie

    Based from the screenshot, I'm assuming you're running this from a server? Based on what it looks like in that screen shot, it seems that either it's not my mod effecting something from the Apex called "bigredbutton" or my mod has a merge for "bigredbutton" (probably to add a custom description for it) and "bigredbutton" doesn't exist anymore since the update. Make sure that it works without my mod, if my mod is the only thing causing the hang up, start the server with my mod, let it hang up, and then send me the servers starbound.log file. When I get back to my home computer, I'll go looking for something called "bigredbutton", but I'm not sure about that since I'm not experiencing any issues with it as of yet. I'll keep you posted.
     
  13. Mangos02

    Mangos02 Void-Bound Voyager

    Any idea when the villager.npctype will be finished and working?
     
  14. Sabboth

    Sabboth Zero Gravity Genie

    It currently is working, it'll be available in the next update which I'm working on right now, actually. My schedule has been completely out of whack the past couple weeks due to carpooling to work for a graveyard shift, college, and some car troubles leaving me drained often. But I'm trying to get some substantial work on the mod done tonight and tomorrow. If April gets on my case well enough, I'm hoping to have it ready very soon. :p
     
  15. FireWinged

    FireWinged Void-Bound Voyager

    Currently working in OUR build, anyways.

    Should be just a few short days out from the next updates. Pre-Valentines, mayhaps?
     
  16. Mangos02

    Mangos02 Void-Bound Voyager

    cant wait for the update :D
     
  17. Zuvaii

    Zuvaii Heliosphere

    You should probably wait until the next version is out before releasing the next stage of content for the race. Not much point in updating the mod only to have to go through the process all over again when the game is updated a day or two later.
     
  18. FireWinged

    FireWinged Void-Bound Voyager

    That's not a bad idea, actually.
     
  19. Sabboth

    Sabboth Zero Gravity Genie

  20. StarWeaver

    StarWeaver Pangalactic Porcupine

    Heya, here's the changes I made for the interactable objecttype deprecation in enranged koala:
    Code:
    diff -uNZd --strip-trailing-cr --ignore-file-name-case -r update10/objects/argonian/argocrafttable/argocrafttable.object fixed/objects/argonian/argocrafttable/argocrafttable.object
    --- update10/objects/argonian/argocrafttable/argocrafttable.object   2014-02-22 11:04:25.795846300 -0800
    +++ fixed/objects/argonian/argocrafttable/argocrafttable.object   2014-02-22 11:06:12.838968900 -0800
    @@ -1,7 +1,6 @@
    {
      "objectName" : "argocrafttable",
      "rarity" : "Common",
    -  "objectType" : "interactable",
      "interactAction" : "OpenCraftingInterface",
      "interactData" : {
      "config" : "/interface/windowconfig/craftingtable.config",
    diff -uNZd --strip-trailing-cr --ignore-file-name-case -r update10/objects/argonian/ashbed/ashbed.object fixed/objects/argonian/ashbed/ashbed.object
    --- update10/objects/argonian/ashbed/ashbed.object   2014-02-22 11:04:25.798846500 -0800
    +++ fixed/objects/argonian/ashbed/ashbed.object   2014-02-22 11:06:12.841969000 -0800
    @@ -15,7 +15,7 @@
      "hylotlDescription" : "This bed looks nice enough, I guess.",
      "argonianDescription" : "This bed reminds me of those slept in by our former Dunmer owners - it's all Argonian-craft now, however.",
    -  "objectType" : "interactable",
    +  "objectType" : "loungeable",
      "interactAction" : "sitdown",
      "sitFlipDirection" : true,
      "sitPosition" : [-10, 14],
    diff -uNZd --strip-trailing-cr --ignore-file-name-case -r update10/objects/argonian/marshbed/marshbed.object fixed/objects/argonian/marshbed/marshbed.object
    --- update10/objects/argonian/marshbed/marshbed.object   2014-02-22 11:04:25.808847100 -0800
    +++ fixed/objects/argonian/marshbed/marshbed.object   2014-02-22 11:06:12.844969200 -0800
    @@ -15,7 +15,7 @@
      "hylotlDescription" : "You couldn't pay me to sleep on that.",
      "argonianDescription" : "These mats make me feel at home.",
    -  "objectType" : "interactable",
    +  "objectType" : "loungeable",
      "interactAction" : "sitdown",
      "sitFlipDirection" : true,
      "sitPosition" : [-9, 7],
    diff -uNZd --strip-trailing-cr --ignore-file-name-case -r update10/objects/argonian/marshbench/marshbench.object fixed/objects/argonian/marshbench/marshbench.object
    --- update10/objects/argonian/marshbench/marshbench.object   2014-02-22 11:04:25.811847300 -0800
    +++ fixed/objects/argonian/marshbench/marshbench.object   2014-02-22 11:06:12.847969400 -0800
    @@ -29,7 +29,7 @@
      }
      ],
    -  "objectType" : "interactable",
    +  "objectType" : "loungeable",
      "interactAction" : "sitdown",
      "sitFlipDirection" : false,
      "sitPosition" : [5, 22]
    diff -uNZd --strip-trailing-cr --ignore-file-name-case -r update10/objects/argonian/marshchair1/marshchair1.object fixed/objects/argonian/marshchair1/marshchair1.object
    --- update10/objects/argonian/marshchair1/marshchair1.object   2014-02-22 11:04:25.813847400 -0800
    +++ fixed/objects/argonian/marshchair1/marshchair1.object   2014-02-22 11:06:12.850969500 -0800
    @@ -29,7 +29,7 @@
      }
      ],
    -  "objectType" : "interactable",
    +  "objectType" : "loungeable",
      "interactAction" : "sitdown",
      "sitFlipDirection" : false,
      "sitPosition" : [5, 20]
    diff -uNZd --strip-trailing-cr --ignore-file-name-case -r update10/objects/argonian/marshchair2/marshchair2.object fixed/objects/argonian/marshchair2/marshchair2.object
    --- update10/objects/argonian/marshchair2/marshchair2.object   2014-02-22 11:04:25.816847500 -0800
    +++ fixed/objects/argonian/marshchair2/marshchair2.object   2014-02-22 11:06:12.853969700 -0800
    @@ -30,7 +30,7 @@
      ],
    -  "objectType" : "interactable",
    +  "objectType" : "loungeable",
      "interactAction" : "sitdown",
      "sitFlipDirection" : false,
      "sitPosition" : [2, 22]
    diff -uNZd --strip-trailing-cr --ignore-file-name-case -r update10/objects/argonian/marshstool/marshstool.object fixed/objects/argonian/marshstool/marshstool.object
    --- update10/objects/argonian/marshstool/marshstool.object   2014-02-22 11:04:25.818847700 -0800
    +++ fixed/objects/argonian/marshstool/marshstool.object   2014-02-22 11:06:12.856969900 -0800
    @@ -30,7 +30,7 @@
      ],
    -  "objectType" : "interactable",
    +  "objectType" : "loungeable",
      "interactAction" : "sitdown",
      "sitFlipDirection" : false,
      "sitPosition" : [2, 22]
    diff -uNZd --strip-trailing-cr --ignore-file-name-case -r update10/objects/argonian/marshwallbench/marshwallbench.object fixed/objects/argonian/marshwallbench/marshwallbench.object
    --- update10/objects/argonian/marshwallbench/marshwallbench.object   2014-02-22 11:04:25.821847800 -0800
    +++ fixed/objects/argonian/marshwallbench/marshwallbench.object   2014-02-22 11:06:12.859970100 -0800
    @@ -29,7 +29,7 @@
      }
      ],
    -  "objectType" : "interactable",
    +  "objectType" : "loungeable",
      "interactAction" : "sitdown",
      "sitFlipDirection" : false,
      "sitPosition" : [5, 21]
    
    Also, there's a missing comma in ./S~RACE-Argonian/objects/floran/floranfuelhatch/floranfuelhatch.object ... found it later
     
    Last edited: Feb 22, 2014

Share This Page