June 19, 2013, 04:44:16 AM
Pre-Releases are now available at the PreRelease section.
If any issues occur please post exceptions or information as to how to reproduce in the correct section.

Author Topic: TDSM b36, Permissions & TDCM + Bug Submissions.  (Read 1571 times)

0 Members and 1 Guest are viewing this topic.

DeathCradle

  • Founder/Developer.
  • Sr. Member
  • ******
  • Posts: 447
  • Karma: +42/-1
    • View Profile
TDSM b36, Permissions & TDCM + Bug Submissions.
« on: November 08, 2011, 10:53:46 PM »
As some of you may have noticed we have released TDSM b36. Some of the changes you will see on the homepage above where this post will be displayed. Not all changes are in there as the update was fairly huge. None the less the performance will be better, yet again ;).

Now we also have released our Permissions plugin, which will be maintained mostly by Malkierian. We are also working on in-game commands for managing users & groups, But we have to start on a saving system first in order to save it's state when modified. For more detail I will provide the link to the thread at the bottom of this post.

Over the past few weeks I have been working hard on getting our Client mod (TDCM) in a workable state for release. There is minimal content in there at the moment for the RPG side (about >=3 quests each) BUT now we will start on adding peoples quest/content suggestions. This process will not take too long, we just have to add new classes and it's logic. So please feel free to keep suggesting Quests & content for TDCM/tRPG.
The TDCM client is set to be released within the hour when we can get access to edit the TerrariaOnline thread. But for the rest, As for visiting TDSM.org the link below will provide you TDCM!

We now also have a Bug Tracking System which we WILL be using for both Server & Client. It is located at the top of the site with the tab name "Bugs". This system we also provide to our Plugin Developers who wish to also keep track of things. So if they wish to add to it please contact either Stickiler or myself via PM on this forum or our IRC channels.

« Last Edit: November 09, 2011, 12:19:32 AM by DeathCradle »

cashholder

  • Jr. Member
  • **
  • Posts: 75
  • Karma: +3/-0
    • View Profile
Re: TDSM b36, Permissions & TDCM + Bug Submissions.
« Reply #1 on: November 08, 2011, 11:34:37 PM »
Yay TDCM is officially out for my members, i will tell them to download and start testing!

SlateDust

  • Newbie
  • *
  • Posts: 3
  • Karma: +1/-0
    • View Profile
Re: TDSM b36, Permissions & TDCM + Bug Submissions.
« Reply #2 on: November 09, 2011, 05:42:16 AM »
Amazing update, i've been quite excited for all of this!

Wanting some online servers to play TDCM on?

TDSM.adrenic.net
     Port: 7777

TDCM.adrenic.net
     Port: 7777

Online 24/7

Hosted by Adrenic.Net - Join our community now.

radishes

  • Newbie
  • *
  • Posts: 46
  • Karma: +9/-0
    • View Profile
Re: TDSM b36, Permissions & TDCM + Bug Submissions.
« Reply #3 on: November 09, 2011, 09:31:44 PM »
The link to download b36 isn't working.

Malkierian

  • TDSM Team Member
  • Sr. Member
  • *****
  • Posts: 338
  • Karma: +20/-0
    • View Profile
Re: TDSM b36, Permissions & TDCM + Bug Submissions.
« Reply #4 on: November 10, 2011, 12:03:30 PM »
Hey, everyone, for now, until things get sorted out, use D1G1T4L3CH0's thread to download the server software.  The announcement's download, and the file on the update server, are both out of date again (back to b35).

http://tdsm.org/index.php/topic,666.0.html

D1G1T4L3CH0

  • TDSM Team Member
  • Hero Member
  • *****
  • Posts: 518
  • Karma: +22/-2
  • Tester / Moderator
    • View Profile
    • Personal Website
Re: TDSM b36, Permissions & TDCM + Bug Submissions.
« Reply #5 on: November 10, 2011, 08:15:20 PM »
I removed that thread now since it looks like the downloads are working and downloading the correct versions again.

If the forum needs a download mirror, I could host a few files if needed. My server is rarely down, but it shouldn't be a primary download server since sometimes I have occasional power outages that may go un-noticed for a bit. Let me know.
Server Machine: Xubuntu 11.10 Xfce Mono 2.10.5
Thanks to all those who work on TDSM. It's a great alternative to the official one. And thanks to the plugin devs too for making it even better.

radishes

  • Newbie
  • *
  • Posts: 46
  • Karma: +9/-0
    • View Profile
Re: TDSM b36, Permissions & TDCM + Bug Submissions.
« Reply #6 on: November 11, 2011, 02:49:05 AM »
I can volunteer a mirror as well. I have shared hosting that I pay for that comes with 'unlimited' bandwidth. You are welcome to host copies of any binaries you want to provide, or you can host anything else you want. You would be welcome to advertise this as a primary download location if you want. If you're interested, let me know and I can set up tdsm.radishes.org and provide FTP access to your admins. Or I can set it up and upload the server binary myself.
« Last Edit: November 11, 2011, 02:51:59 AM by radishes »

sealab865

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-1
    • View Profile
Re: TDSM b36, Permissions & TDCM + Bug Submissions.
« Reply #7 on: November 20, 2011, 01:55:46 PM »
the groups i make dont work in game and it loads properly

this is EXACTLY what it looks like in the file
groups:
    Guest:
        info:
            default: true
            prefix: '[Guest] '
            suffix: ' - says a NOOB'
            rank: 1
            color: 200,200,200
        inheritance:
        permissions:
            - tdsm.who
            - tdsm.help
    Member:
        info:
            prefix: '[Member] '
            suffix: '- semi-trusted'
            build: true
            rank: 2
        inheritance:
            - Guest
        permissions:
            - tdsm.time
            - tdsm.tp
    Moderater:
        info:
            prefix: '[Mod] '
            suffix: 'Server gaurd'
            build: true
            rank: 3
        inheritance:
            - Guest
            - Member
        permissions:
            - tdsm.tphere
            - tdsm.kick
            - tdsm.ban
            - tdsm.give
            - tdsm.oplogin
    Operator:
        info:
            prefix: '[Op] '
            suffix: 'Trusted player'
            build: true
            rank: 4
        inheritance:
            - Guest
            - Member
            - Moderater
        permissions:
            - tdsm.npcspawns
            - tdsm.spawnboss
            - tdsm.op

sealab865

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-1
    • View Profile
Re: TDSM b36, Permissions & TDCM + Bug Submissions.
« Reply #8 on: November 20, 2011, 02:07:33 PM »
my friend put the exact same thing in and it worked for him so i put it here suggesting its a bug

Malkierian

  • TDSM Team Member
  • Sr. Member
  • *****
  • Posts: 338
  • Karma: +20/-0
    • View Profile
Re: TDSM b36, Permissions & TDCM + Bug Submissions.
« Reply #9 on: November 21, 2011, 01:23:46 AM »
Code: [Select]
Please, please, PLEASE use the correct forums!  This is not a thread for bug submissions, the announcement was about a new method of bug submissions!  If it's about a specific plugin, then you should post in that plugin's thread.

And for the record, you need to use the
tags for these things.  I will post my reply when you post in the Permissions thread.

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal