have you set up permissions? if so set the commands in the permission to false. if not take a look at permissions
Posts by james1bow
-
-
If you do figure out how to make functional objects (I highly doubt you can add them unless you reverse engineer decompile code - depends on how well dev obfuscated it) , the best way to solve the metal problem is charcoal pits as the predecessor to the furnace. Without prebuilt mining tunnels, stone axe is getting you nowhere fast but right now tree farms and surface ore makes it still very easy to get to ingots - it is one of the first things you can do.
Carbon is carbon, while wood charcoal is not as efficient as coal and is more sparky and gassy than coal, but the tradeoff is it is a renewable resource that is easier to make than find and mine coal. Trees would need to be more realistic growth imbalance (needs database edits as not possible with config files flora duration) so that you cannot spam charcoal - it should take time to grow and time to burn. If you live in the mountains maybe coal is better choice, if you live in the woods maybe trees is the better choice - but the tradeoff needs to be the survival is harsher there than the pastoral lands - which lack both resources. Why does my mountain have cow pasture grasslands plateaus - making it easy to get some steaks while mining? What are cows doing up there? I should have to survive harder to catch goats that give less meat.you can make functional objects, tho one would have to make a custom crafting system for it to be craft able. otherwise you would just type a command to get it. i have been tossing around the idea of a plugin that makes campfires take logs and converts them to coal.
-
Command: /MobSpawner
Install: extract MobSpawner to your plugins Directory.
Usage: While standing where you want the mob, Click a mob type button and then enter a number in the popup window.
Notes: Click refresh to refresh the spawned mobs list.
Spawned mobs are a random combination of all type variations
All mobs are removed at server restart or by clicking the Destroy mobs button.
Spawning/Destroying mobs with high counts WILL cause server lag!
This was made in a day so it may have some errors but should not be game breaking.
-
# Determines whether or not the server should be visible in the server list (remember to change the server name)
Server_Visible=True
# Determines if the integrated webserver should be started. Required for queries and RCON tool. If disabled, the server will not show up in the server list
Server_WebserverEnabled=True
make sure ports are forwarded.
-
never saw that happen before. rename this to server.properties
-
try starting the server and see if it creates it?
-
-
you can ban items in the permissions. banning items may still show them in the frozen chests but players can get them. you can try editing the loot tables in the definitions DB but im not sure if its synced to client (Dedicated Server) but should work for single player.
-
its kinda confusing to be honest. the api supports unity prefabs. could make a parameterized prefab that accepts an image(Texture). then the prefab is loaded into the world. the images should be stored separately from poster to keep things clean. also posters are converted to .CIMG files.
-
i actually use a prefab for some of my plugins icons in the world. this is done by creating a prefab and adding the art in billboard mode. if you would like, when i get time i can try to make a plugin for this. tho the images would have to be saved into the plugins directory before hand. but it could allow for taking an image(like in your other post) and treat is as a billboard.
-
Hello,
Just got back into RW and am joining a Multiplayer server. I Keep getting disconnected.
has been awhile! nice to see you. what exactly is happening? can you connect then get disconnected? or start to connect and it disconnects you?
-
I think I am blind. I cannot find where to download this plugin 😒
the last update broke the plugin and i no longer have the source code to fix it. i have some stuff planned for animal taming but as red has been adding some animal taming stuff i will hold off until those things are ready.
-
I also want to put in a plug for getting this into single player. Sure some of these are features that would require online like a mail system and areas while currency and NPC types have nothing to do with online - it is just adding/changing game objects.
I wanna dwarven blacksmith in my town that I build that gives me a discount on using their shop. More immersive than plopping all the stations down in one room like I normally do.i can look into something for single player in the future. you can always host a server locally to run the plugins. i have been working on an npc helper system as well. will allow you to give resources and Coin to npcs to auto craft things for you. this plugins is still a long way from release tho.
-
-
yeah, i think that would be a tough one to make. i guess someone could simply delete the chunk from the world db/directory. tho i think that would cause some issues for storage's and stuff to as the objects they use are tied to chunk data.
-
Hi
I want to delete a specific chunk (x,y,z) and reset it's data as a fresh new one generated by game as chunk never was saved in db. Any hint how can i do that? I tried to find a specific method in API but i can't find one. Only idea i have is to delete data from Chunks/ChunkPart tables from chunks.db but this look ugly and i am not sure if i mess something if delete data of row of specific x,y,z. And how can delete these data with game running on MP server, how can players see new chunk, etc.
Ultimate goal is to have a tool who can reset a chunk to default state and delete large data of constructions element ,large terrain terraforming, etc from that chunk and reclaim chunk to pool of untouched chunk where npc/animals can spawn again.
Thx in advance.
are you looking for something in the api to use?
to visualize chunk border's use the chunkborders command.
-
Old age is a disease that everyone gets.
Many devs screw up scalable UI so instead I use mixed reality (Quest 3) to put up a PC screen that is larger than my wall! (I use the aftermarket mask that is same material used on CPAP sleeping masks, but you still have to be careful with the tightening pressure) When you are a dev that works on big monitors up close and have good vision, you might wonder what the issue is. But soon as you get some years on you and realize no amount of focals can fix every use of glasses, and realize TV gaming is more relaxing than using a desk monitor - the fonts will start to fail you!
i myself use 2 32inch 4k LG televisions.
-
kind of a gray area there. i can understand any arguments from both sides. I have always felt if a BP was modified and re shared it should include a mention and a link to the original BP. I recently ran into a similar issue, someone using my plugins to advertise their server on their website and i was never mentioned. still not sure how i feel about it.
-
As an retired-graphic designer, I would highly recommend simpler backgrounds and larger fonts. While it's tempting to make a window or menu colorful and detailed, it makes it hard for those of us with vision impairments to read. I am referring to the Select a Race window. The leaf background is nice but the font is still dinky. I use glasses but I still need to squint to read the teeny Arial font with all the graphics in the background. Help us older players by making your windows attractive but simple in design. Thanks!
all of the UI can be customized by the player. font, font color, font size, backgrounds and border size and color can be set by each player. i did this specifically for some of my visual impaired players. all of the UI settings are also used across all of the plugins. these settings can also be exported and imported.
-
Obviously a lot of thought and sweat into this. GG
i have a lot more im working on as well.