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


StealthyMartian

Administrators
  • Posts

    2045
  • Joined

  • Last visited

  • Days Won

    41

StealthyMartian last won the day on July 10

StealthyMartian had the most liked content!

5 Followers

About StealthyMartian

Profile Information

  • Gender
    Male

Recent Profile Visitors

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

  1. No worries. We are working on getting the issue corrected.
  2. I have let Ryan know of this as it looks like his recent edits are causing some problems.
  3. Please let us know if you still see this problem. If so submit a ticket as we can better look into this. If you are unable to send a ticket that is fine. I am currently looking into things.
  4. I believe I helped you in a ticket. If not please send a ticket in and we will get you fixed up. Most of the time it needs an update to finish.
  5. This issue is due tot he launch line. It all needs to be on one line. also the enables the admin log part and the extra - needs to be removed same with the - stops the server part.
  6. it is possible the file you did the edit on had a bug in it. Try adding your old db file back and see if the issue persist.
  7. SCUM Admin Guide – How to Add Yourself as an Admin This guide walks you through the full process of giving yourself (and others) admin access on a SCUM server using the SCUM.db file. IMPORTANT: Back Up Your Database Before Editing Before you make any changes to your SCUM.db file: Create a backup copy of the original file you downloaded from the server. Right-click the file and choose Copy, then Paste it in the same folder. Rename it to something like:SCUM_backup.db This ensures you can restore your server to its previous state if something goes wrong. Never edit your only copy of the database — always work from a backup! What You’ll Need DB Browser for SQLite – Free tool to edit your server’s database. FTP Client (e.g., FileZilla or WinSCP) – To access your server files. Your Steam64 ID – Find it at steamid.io. Step 1: Shut Down the Server Log into your server control panel. Click Stop Server to safely shut it down.Important: This step prevents data corruption when editing the database. Step 2: Download SCUM.db Open your FTP client and connect to your server. Navigate to the directory:/SCUM/Saved/SaveFiles/ Download the file named:SCUM.db Save it somewhere accessible on your PC. Step 3: Open the Database Launch DB Browser for SQLite. Click “Open Database” and select the SCUM.db file you downloaded. Step 4: Add Admins via SQL Click the “Execute SQL” tab. To add yourself, enter the following (replace with your own Steam64 ID):INSERT INTO elevated_users (user_id) VALUES ('76561198412044824') To add multiple admins in one command, use:INSERT INTO elevated_users (user_id) VALUES ('76561198412044824'),('76561198000000000'),('76561198012345678') Click the “Execute” button. Step 5: Confirm the Admins Were Added Click the “Browse Data” tab. In the table drop-down at the top, select:elevated_users You should see your Steam64 ID(s) listed. Step 6: Save and Upload Back to Server In DB Browser, click:File → Write Changes or use the Save icon. Close the program. Reopen your FTP client and go to:/SCUM/Saved/SaveFiles/ Upload your modified SCUM.db file, overwriting the original. Return to your server control panel and start the server. You're Now an Admin!
  8. Servers should be good to update now.
  9. Sorry for this problem as it is currently a server side issue we are working on getting fixed up with the developers.
  10. Happy to hear it is now fixed.
  11. Sorry for this issue. Please send a ticket in and we can help get this fixed up.