Jump to content

VeryGoodDog

Very Important Vintarian
  • Posts

    11
  • Joined

  • Last visited

  • Days Won

    1

VeryGoodDog last won the day on May 9 2020

VeryGoodDog had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

VeryGoodDog's Achievements

Berry Picker

Berry Picker (2/9)

4

Reputation

  1. Yes, it's possible to create a large image of all chunks. In the Automap GUI, the "Snapshot" button creates a snapshot of all chunks. This can take a while for large maps and results in an extremely large file size. I can look into it. Are you on the latest version?
  2. Aliases now accept arguments! You can... .commandalias new onetwo {0} {1};{1} {0} // so .onetwo one two // becomes one two two one Download from GitHub!
  3. Stability improvements and general touch-ups This release improves how aliases are handled by dynamically registering client commands as new alias triggers are added. This means that .help will show all registered triggers. As of now, VS does not allow deregistering commands so aliases will show up even if you delete them. However, they will not be saved and re-logging will remove the dangling triggers. The next update will probably include dynamic arguments for aliases and a very major refactor of the Alias class to support that. Click here to download from GitHub!
  4. CommandMacros Ever needed to run commands so frequently that your fingers get tired? Ever think command names are too long? Just hate typing? This mod is the solution for you! It lets you create custom (client side) commands that can be bound to run any command, both server and client side, it will even talk for you! Look at the readme for a bit more detail. https://github.com/VeryGoodDog/CommandMacros If you find a bug, submit an issue on GitHub, or ping in the Discord server, I'm VeryGoodDog#0377, please include as much information as you can.
  5. Is the source online?
  6. After some thinking, I realized, there really will never be the need for a standard modding library. Tyron has been diligent about making additions to the modding API when asked. If we ever need something enough for it to be in a standard library, it's also probably enough to be included in the base game. BUT there may still be a need for domain specific libraries and APIs, say, mechanical power and energy, or complex animal behavior.
  7. Actually, a patchy climate means there is no north south trend and the climate is in random patches. The realistic climate forms east-west bands where north from spawn is colder and south is warmer. Going north does eventually start to get warmer again.
  8. Is the texture bug the white block with a red question mark? Also, I think the game engine struggles with very large textures like that so a texture pack like that may not even be possible.
  9. This is a very lore based question, and I love that. As far as I can tell, we live on Earth, or something that is nearly identical to it. Besides drifters and locusts every creature in VS is based on a real creature. The main difference is that some horrible plague destroyed almost all of humanity and the players are not human.
  10. The static-dynamic map is still very buggy. To be fair, it is basically magic. A note on merchant and TL tracking: While they are tracked and stored by AM, they are NOT displayed on the map... Yet! Known map bugs: Clicking to pan too fast may cause chunks to stay on screen forever, reload to fix that. A sign with a single quote/apostrophe will break the map data completely. Similarly, if your region settings use commas as decimal separators, the map data may break. Not exactly a bug, but a flaw in the method I use to make the map, panning is fairly taxing on the computer and you may begin to lag because of that.
  11. The dynamic light system is very handy for caving, being able to toss a torch into a cave to see what's down there is very cool. But torches aren't very bright and I find myself unable to see much. Flares would provide temporary light when thrown, like a stone or spear, not like a torch. The light would only last a few minutes, 2 - 3, but would be very very intense. They would be crafted with linen squares, beeswax, and blasting powder to produce an "Unlit Flare". Unlit flares can stack to 16 or 32. When lit, one flare off the stack would turn into a "Lit Flare" and that is what would be thrown. Bonus points if they scare off wolves and drifters
×
×
  • 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.