May 24, 2013, 09:31:28 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: Latest Build?  (Read 290 times)

0 Members and 1 Guest are viewing this topic.

Josh

  • Jr. Member
  • **
  • Posts: 52
  • Karma: +0/-0
    • View Profile
Latest Build?
« on: March 26, 2012, 10:48:52 PM »
I know its gonna be a stupid question.. wheres the link, on the home page, for the latest build? the potentially unstable build I mean :)

Stickiler

  • TDSM Team Member
  • Full Member
  • *****
  • Posts: 137
  • Karma: +10/-0
    • View Profile
Re: Latest Build?
« Reply #1 on: March 27, 2012, 12:05:51 AM »
The easiest way to get the most update to date build is to check on the github, we have a folder called prerelease, and within that there is a folder called release, and in there are the latest builds of TDSM and other related plugins. This build is literally a, our last version of the code build, so it could potentially be very unstable. We generally don't do TOO much to it that could make it unstable, but again, it could be. Always backup your world files and properties files before using one of these builds


Here is a direct link if you so choose.

https://github.com/DeathCradle/Terraria-s-Dedicated-Server-Mod/blob/master/PreRelease/Release/Terraria_Server.exe
If I do not respond to You or a Thread, its DeathCradles fault, blame him :P

D1G1T4L3CH0

  • TDSM Team Member
  • Hero Member
  • *****
  • Posts: 518
  • Karma: +22/-2
  • Tester / Moderator
    • View Profile
    • Personal Website
Re: Latest Build?
« Reply #2 on: March 27, 2012, 03:08:43 AM »
I use a small bash script i made for updating to the latest build on github. It looks like this.
Code: [Select]
#!/bin/bash
rm Terraria_Server.exe
wget https://raw.github.com/DeathCradle/Terraria-s-Dedicated-Server-Mod/master/PreRelease/Release/Terraria_Server.exe
But if you are running the server on windows, and not using cygwin, this is useless.

And I always clean out the directory of most of the old files such as logs, certain configs, plugins, and sometimes world files. But I only run the pre-release build as a testing server so my world file don't matter.
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.

Josh

  • Jr. Member
  • **
  • Posts: 52
  • Karma: +0/-0
    • View Profile
Re: Latest Build?
« Reply #3 on: March 27, 2012, 07:42:02 PM »
nice thanks Digitial :D

I've written plenty of scripts such as this for starting/stopping and controlling the servers, but I always have to get the guys who host the VPS to add the script in =/

I know where to place the script in the server, just not how to add it so I can
"
service #scriptname#
"

Do you know how I can add it in? Thanks :D:D

Josh

  • Jr. Member
  • **
  • Posts: 52
  • Karma: +0/-0
    • View Profile
Re: Latest Build?
« Reply #4 on: March 28, 2012, 12:42:20 AM »
Disregard last post, found it after a few hours ;)

Now creating a script to fully control the terraria server using
'service'

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal