Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


martynas3336

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by martynas3336

  1. Hello. Thank You for Your answers. Sorry for responding a bit late. Yeah possibly my oxide is outdated, because I never did as you said (unchecking oxide submit changes and restart the server then pick oxide from the dropdown and submit and restart server to get oxide to update to the latest version). Gonna check that out. Is there any better way viewing server logs than just with notepad haha? Thanks.

  2. Hello. I have a Rust server which is being hosted by www.survivalservers.com. My problem is that I can't make any mod working. That's what I am doing: turning off the server, locating server/experimental/oxide/plugins and put there the plugin that I chose. In my case it's EasyAirdrop.cs. If I'm correct, config file in server/experimental/oxide should be created, but it doesn't. What could be the problem? Is oxide being updated every time automatically or do I have to always do it manually through ftp? Is there any way I could check console for logs or something, where I could see which mods are installed or which one's aren't? Thanks !

  3. Hello. As far as I know to delete blueprints, player data and so on you must delete every .db in server/experimental. In order to delete buildings and so on you have to delete everything in server/experimental/save. Yet I'm not doing full wipe means I'm leaving .db files so I need to delete everything in server/experimental/save only. That's where the problem is. My server/experimental/save is empty even though I am sure that there are lots of buildings in my game. Few months ago there were folders, but now they do not appear. Any help would be useful. Thanks !

  4. Hello. There are some .db files in the server. I was wondering if I can open them like from AdminPanel, modificate them or something (like Mysqli databases where you have to connect to them) If so then how? I am developing my website and displaying all that data from .db file would be very usefull and easy to use for me. Thanks