Giter Site home page Giter Site logo

zekrom-vale / zekromskazdrarecipes Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 25.23 MB

A starbound mod that fixes The Kazdra Reloaded!

Home Page: http://steamcommunity.com/sharedfiles/filedetails/?id=1263719031

License: GNU General Public License v3.0

Lua 5.79% JavaScript 0.22% Batchfile 0.04% Diff 48.90% JSON 45.04%
starbound mods starbound-mods json patch

zekromskazdrarecipes's Introduction

ZekromsKazdraRecipes

Adds Kazdra crafting recipes, fixes, items, as well as some of the items to the outpost for version 0.1.27. This mod requires The Kazdra Reloaded by Andr3w246. This mod is a patch making it possible to craft more things from the The Kazdra Reloaded mod as well as adding more content from NPCs to runes and even fixing some issues, some images and content belong to Andr3w246!

Note: Make sure to mention this mod when reporting errors on The Kazdra Reloaded page.

~Planed:

  • Resonite Glass
  • Zekrom Suit (So many frames!)
  • Some more hats?

v.9 will now split into two mods fixes and additional content!

  • The additional content mod will require the fixes mod to prevent bugs.

v.9-live

  • Now uses github!
  • Fixes kazdra converce
  • Moved to a new assets folder to elimnate .git (a 26.5MB folder!) and junk files when uploading to steamcommunity
  • Added images to the .git
  • Removed tilesets and tiled from mod (still in .git)
  • Removed addition files to allow users an option to use it or not

v.8

  • Added kazdra tab in codex with Many Tabs: codex extender requires both!
  • Expanded tenants
  • Removed junk files
  • Added tilesets, tiled, tilesetscore, and tiledcore for dungeon prep. Made this code to find the X-offset

v.7b (core mod fixes)

  • Fixes block sounds
  • Fixes kazdratier6+ recipes
  • Fixed kazdrafemalenamegen.config to generate correct female names
  • Fixed kazdra-tier4.head mask
  • Adds more kazextracteddata pool items

v.7

  • Adds kazdra bandits
  • Fixed woodgemplatform footstep sound
  • Fixed kazdra-tier4 missing mask
  • Added kazdra weapons to kazdra guards
  • Cleaned up files reducing size by half

v.6

  • Fixes woodgemplatform image and icon (incorrect image format and JSON parameters)
  • Added solariumstar to be picked up to learn liquidquantonium and quantonium
  • Prepared Kazdra loot table for future Kazdra dungeons / villages

v.5

  • Planting crystal seeds added to quests
  • ~Found something odd about codexes

v.4

  • Adds Kazdra guards
  • Revises Kazdra merchants
  • Revises Kazdra villagers
  • Organized recipes

v.3

  • Fixed loot spawning in chests
  • Added crystals to world spawn (Tell me if it is too common or rare)
  • Added a value to quantonium
  • Added Kazdrill

v.2

  • Now removes recipes
  • Fixes woodgemplatform not being a platform
  • Removed spawnerkazdra2, to avoid compatibility issues
  • Added kazdra treasure to some common and biome treasurepools
  • Moved recipes to kazdra species

v.1

  • Spyrodrill (Found the fragments of this in the core mod)
  • A new kazdra spawner
  • Craftable kazdra techstation (SAIL) and fuel hatch in decorations
  • Adds material and object crafting to the appropriate stations
  • Rootpop for making kahla
  • Added seeds to Terramart
  • Added some crystals to Usrminer

zekromskazdrarecipes's People

Contributors

zekrom-vale avatar

Stargazers

 avatar

Watchers

 avatar

zekromskazdrarecipes's Issues

JSON .patch can't add to a string limiting compatability

To add a chance for kazdra to spawn in the json map files you have to add , kazdra to the end of a string at /layers/*/objects/*/properties/npc. Currently I just replace the whole string, but that is bad mod to mod compatibility.
Ex:

[{
"op": "replace",
"path": "/layers/5/objects/5/properties/npc",
"value": "apex, avian, floran, glitch, human, hylotl, novakid, kazdra"
}]

Conversation at https://community.playstarbound.com/threads/basic-patching-now-with-path-guide-v1-9.84496/page-17#post-3262855

Forest world error (Kicked to ship)

Originally posted by njnothere

Its the oddest thing but, whenever me and my friend tries to go to a forest planet, it bopps us back to our ship. After some testing, we found out that it is, sadly, the wonderfull space dragons

Well, the mod 740694177 is Argonian Race Redux so I don't know if that is the problem mod or another issue.

[14:32:17.117] [Error] Could not apply patch from file /dungeons/encounterdungeons/encounterdungeons.dungeon.patch in source: C:\Program Files (x86)\Steam\steamapps\workshop\content\211820\740694177\contents.pak.  Caused by: (JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Tried to get key '-' in non-object type in pathApply("/metadata/anchor/-")
[14:32:17.131] [Error] WorldServerThread exception caught: (WorldStorageException) WorldStorage generation failed while generating from queue
[0] 7ff605bf7153 Star::captureStack
[1] 7ff605bf5ede Star::StarException::StarException
[2] 7ff605bf5fc8 Star::StarException::StarException
[3] 7ff6061c8180 Star::WorldStorageException::WorldStorageException
[4] 7ff6065d1fd8 `Star::WorldStorage::generateQueue'::`1'::catch$151
[5] 7ff8e525c1e0 _C_specific_handler
[6] 7ff8e5252d03 _TypeMatch
[7] 7ff901e34203 RtlCaptureContext
[8] 7ff6061cbf4d Star::WorldStorage::generateQueue
[9] 7ff6061bef4a Star::WorldServer::update
[10] 7ff6061c4b66 Star::WorldServerThread::update
[11] 7ff6061c4558 Star::WorldServerThread::run
[12] 7ff605bf3c5e Star::ThreadImpl::runThread
[13] 7ff900de1fe4 BaseThreadInitThunk
[14] 7ff901dfefc1 RtlUserThreadStart
Caused by: (DungeonException) Error loading dungeon '/dungeons/encounterdungeons/encounterdungeons.dungeon': (JsonException) Improper conversion to JsonArray from string
[0] 7ff605bf7153 Star::captureStack
[1] 7ff605bf5ede Star::StarException::StarException
[2] 7ff605d0ad9a Star::DungeonException::format<Star::String,Star::OutputProxy>
[3] 7ff606558191 `Star::DungeonDefinitions::readDefinition'::`1'::catch$61
[4] 7ff8e525c1e0 _C_specific_handler
[5] 7ff8e5252d03 _TypeMatch
[6] 7ff901e34203 RtlCaptureContext
[7] 7ff605d255a7 Star::DungeonDefinitions::readDefinition
[8] 7ff605d1450a <lambda_475708549715a500cc90681f474fe533>::operator()
[9] 7ff605d0b57c Star::LruCacheBase<Star::OrderedMapWrapper<Star::FlatHashMap,Star::String,std::shared_ptr<Star::DungeonDefinition>,Star::BlockAllocator<std::pair<Star::String const ,std::shared_ptr<Star::DungeonDefinition> >,1024>,Star::hash<Star::String,void>,std::equal_to<Star::String> > >::get<<lambda_475708549715a500cc90681f474fe533> >
[10] 7ff605d20094 Star::DungeonDefinitions::get
[11] 7ff605d1147e Star::DungeonGenerator::DungeonGenerator
[12] 7ff605db2f5c Star::MicroDungeonFactory::generate
[13] 7ff6061500e4 Star::WorldGenerator::generateMicroDungeons
[14] 7ff6061cc260 Star::WorldStorage::generateSectorToLevel
[15] 7ff6061cc19d Star::WorldStorage::generateSectorToLevel
[16] 7ff6061cc19d Star::WorldStorage::generateSectorToLevel
[17] 7ff6061cbf4d Star::WorldStorage::generateQueue
[18] 7ff6061bef4a Star::WorldServer::update
[19] 7ff6061c4b66 Star::WorldServerThread::update
[20] 7ff6061c4558 Star::WorldServerThread::run
[21] 7ff605bf3c5e Star::ThreadImpl::runThread
[22] 7ff900de1fe4 BaseThreadInitThunk
[23] 7ff901dfefc1 RtlUserThreadStart
[14:32:17.224] [Error] UniverseServer: World CelestialWorld:-626478376:-979414868:-25717754:10 has stopped due to an error
[14:32:17.225] [Info] UniverseServer: World CelestialWorld:-626478376:-979414868:-25717754:10 shutdown, kicking 1 players to their own ships
[14:32:17.327] [Info] UniverseServer: Loading client ship world ClientShipWorld:2ee88603fafd2ec600dea37e2e49092d

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.