-
Posts
576 -
Joined
-
Last visited
-
Days Won
18
Content Type
Profiles
Forums
Blogs
News
Store
Everything posted by DArkHekRoMaNT
-
2.0.0-rc.1: - Updated to 1.17 2.0.0-pre changes: - Updated models - Updated guides - Fixed plug preview - Fixed tool durability modifier in world settings does not affect mod tools - Fixed rubble storage selection boxes - Dynamic rock textures for RubbleStorage - Removed ItemSlabTool class - Rubble hammer can turn rock into gravel and gravel into sand in the world (left-click on block) - Added a separate common system for checking rock variants (stone, sand, gravel, bricks, etc) with wildcard support - Fixed admin hammer lang - Added creative-only admin plugs (128x128x128) - Fixed Stone Slabs stack merging with different content stacksize #9 - Added additional world interactions for stone slabs in creative - Fixed Rubble Storage world interactions - Fixed Rubble Storage block info - Fixed Rubble Storage desync when adding resources - Fixed Rubble Storage particles - Fixed Rubble Storage buttons world interactions order - Added Rubble Storage correct pick block way - Enabled latest CSharp features - Fixed drops and particles always only on core block - Fixed broken interaction with stone slab core block #8 - Updated lang files #10 - Fixed quantum entangled slabs #7 (slabs placed from the same stack synced all changes) - Fixed loss of items in placed stone slab after re-entering the world - Added more accurate visualization of stone slab contents (multiple stones based on quantity) - Slab in inventory now looks like in the world - Removed rock variants for stone slabs (added remap for old worlds) - [WIP] Slabs rewritten from MonolithicSmall to Modular, this should fix particle and drop issues later - Multiblocks rewritten to vanilla way (IMultiBlockMonolithicSmall) - Visual amount of rubble storage contents, correct collision - Slone slabs with multiple rocks - Completely rewritten hell in plugs. Easier, faster, more readable, fewer bugs. Now the plug will actually dig out the cube inside its maximum size. Only 3x3x3 on copper, no 5x3x3, 5x4x4 and other errors - Changed the system for adding new stones for stone slabs and rubble storages. Stone slabs will dig not only stones, but also ore (WIP). And the stones of other mods too. I removed the hard-coded dependency on game:rock-, game:sand, etc. - Land claim checking (reinforcement later) #5 - Most of the code has been rewritten
-
There's nothing worse than bugs that can't be reproduced, meh
- 91 replies
-
- 2
-
-
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
But if it's a like Farkoth's problem. That is, the corpses sometimes disappear, and sometimes it work fine and this will not be fixed in the latest version, then I also need logs
- 91 replies
-
- 1
-
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
Try running PlayerCorpse without other mods. Most likely, some kind of mod rudely edit player.json (for example, overwrites it). How it was with VSMovementsMod before
- 91 replies
-
- 1
-
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
Check the new version, if it doesn't work, then send the logs (client-main and server-main). I still can't reproduce the problem with disappearing corpses
- 91 replies
-
- 1
-
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
v1.4.2 - Fixed ru lang - Fixed data location (manually move saved corpse data files from ModDataworldid to ModData/worldid if you need it) - Less dancing corpses - Update to 1.17.3 (may fix corpse disappering)
- 91 replies
-
- 2
-
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
v1.3.0: - Updated to 1.17 - Now it's a source code mod (better stability when API changes) DEV: - Changed IDE from VSCode to Visual Studio - Embedded version of SharedUtils
- 31 replies
-
- quality of life
- helve hammer
-
(and 1 more)
Tagged with:
-
Do corpses still disappear in 1.4.1?
- 91 replies
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
v1.4.1 - Fixed loss of corpse contents after re-entering world - Config loading refactoring, may fix null-config issue
- 91 replies
-
- 1
-
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
v1.4.0 - Updated to 1.17.0-rc.4 (may fix disappearing corpses) - Lowered default corpse collection time from 3 sec to 1 sec - Added portugues translation by @xCoiotex - Changed the mod type from dll to source code, for greater stability when changing the game API - Refactoring
- 91 replies
-
- 1
-
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
Does the .tpdlg command in the creative mode also show an empty list? Unfortunately there is no way to delete/restore the list of teleporters. Reloading a chunk of each teleporter or manually replacing them in the creative can help
- 96 replies
-
- teleport
- quality of life
-
(and 1 more)
Tagged with:
-
v1.6.0: - Completely rewritten teleport network system - Improved render and particles - Fixed /tpimp command - Added claim check for rename dialog - Added legacy data loader for old worlds (but it is recommended to make a backup before loading) Dev - Changed IDE from VSCode to VisualStudio - Enabled new csharp features - Refactoring New SubNetwork behavior Activated teleporters now create subnets. That is you cannot just tp from one teleport to another if there are no other teleports (activated by you) between. By default, when a teleport is activated, its neighbors are detected at Manhattan distance of 10k blocks (may be change in the config). In the future, it is planned to add visualization of networks on the map and change the teleports world gen. Experimental feature, can be disabled in the config by setting SubNetworks: false (true by default)
- 96 replies
-
- teleport
- quality of life
-
(and 1 more)
Tagged with:
-
Try place it above/below this block. If a new one appears, then you did not hit to it. Teleports are stored in a dictionary with a unique key - the position of the block. They must not be duplicated And you cannot change it manually, because it is stored in save
- 96 replies
-
- teleport
- quality of life
-
(and 1 more)
Tagged with:
-
v2.0.0-pre.5: - Updated models - Updated guides - Fixed plug preview - Fixed tool durability modifier in world settings does not affect mod tools - Fixed rubble storage selection boxes - Dynamic rock textures for RubbleStorage - Removed ItemSlabTool class - Rubble hammer can turn rock into gravel and gravel into sand in the world (left-click on block)
-
You can use .tpdlg in creative, teleport to unnecessary points and place-break a teleport block there
- 96 replies
-
- 1
-
-
- teleport
- quality of life
-
(and 1 more)
Tagged with:
-
What block did you aim at before? Crash says you're looking at some multiblock and clicking (with shift) on it, which causes a crash.
- 80 replies
-
Meh. Maybe I should remove delaying altogether? (at least by default) It's not clear how this can be fixed if the server just doesn't tick on time and you have to wait for the next tick to get things. And this greatly reduces the dynamics if your weapon is left in the corpse, for example
- 91 replies
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
There may be a problem with tick delays on the server. Do not release the button, even if the ring is full, wait until you receive your items
- 91 replies
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
99% of mods work with the current version of the game without changes. Look at 1.16, not 1.16.5 Also you can check comments on moddb or forum if in doubt. A lot of people play with mods, if something stops working, they usually write about it
- 91 replies
-
- code
- open-source
-
(and 2 more)
Tagged with:
-
Okay, I'll add
- 96 replies
-
- teleport
- quality of life
-
(and 1 more)
Tagged with:
-
As far as I know, Steam has price limits when selling on other services. You can't just sell for more there
-
And yes, now the game is also available in HumbleBundle and itch.io (but they don't work in Russia either)
-
Now the main problem is to buy the game in the ru-region, for obvious reasons. As far as I know GoG, Ebay, Amazon and many other services are also not available or only partially available. Steam somehow works, but I doubt that is really a good reason why the game should be there
-
@Cyraxancheck pre.4, if the problem with adding a stone remains - write, I'll try to figure it out
-
I think this is the last pre version of StoneQuarry2. Critical planned systems have already been implemented, it remains only to fix bugs and update models