Important Pluton for Experimental Branch

Status
Not open for further replies.

coersum

Plugin Developer
Plugin Developer
Oct 9, 2014
77
5
8
47
Parts Unknown
I have a personal server, and its doing well so far. Adding stable plugins one by one. Keep it up boys.
How do you get ppl to connect to it, I wanted to test some stuff that require more than 1 or 2 players but haven't found any info on listing it on the ingame server browser.
 

SuB_- Revolt

Member
Member
Oct 10, 2014
49
3
8
31
Canada
revoltservers.com
How do you get ppl to connect to it, I wanted to test some stuff that require more than 1 or 2 players but haven't found any info on listing it on the ingame server browser.
I own and operate RustExperimental.com so we are using TC Admin Game Panel.

But I presume that you can host it on your own PC, just need to forward the ports and let people connect via console (F1); client.connect <YOUR IP>
 

coersum

Plugin Developer
Plugin Developer
Oct 9, 2014
77
5
8
47
Parts Unknown
Yes, I already have the port forwarded, we use a computer I had setup for HTPC (good cpu/ram, no video card), we just can't get it to show up in the ingame server browser and I have found no info about it.

We decided to host it on our own for a little while till rust updates slowed down, easier to make plugins when you can test locally and also before your post I didn't know of any other GSM that supported Pluton.
 

balu92

Moderator
Moderator
Jul 11, 2014
338
75
28
33
Yes, I already have the port forwarded, we use a computer I had setup for HTPC (good cpu/ram, no video card), we just can't get it to show up in the ingame server browser and I have found no info about it.

We decided to host it on our own for a little while till rust updates slowed down, easier to make plugins when you can test locally and also before your post I didn't know of any other GSM that supported Pluton.
Linux?
 

coersum

Plugin Developer
Plugin Developer
Oct 9, 2014
77
5
8
47
Parts Unknown
it's a window7 system, I could install linux but it's only for a few weeks so would prefer to keep it like that. For now we just use client.connect to get on it, wouldn't mind being able to list it to get more ppl to test.
 

balu92

Moderator
Moderator
Jul 11, 2014
338
75
28
33
it's a window7 system, I could install linux but it's only for a few weeks so would prefer to keep it like that. For now we just use client.connect to get on it, wouldn't mind being able to list it to get more ppl to test.
that's ok, I asked about linux, cuz linux rust dedicated servers can't connect to the steam servervices atm... if the ports are ok, and you have both, rcon and the other set up, then it should show up in the browser, firewall probably?
 

xEnt

Retired Staff
Retired Staff
Sep 6, 2014
48
17
8
Yes, I already have the port forwarded, we use a computer I had setup for HTPC (good cpu/ram, no video card), we just can't get it to show up in the ingame server browser and I have found no info about it.

We decided to host it on our own for a little while till rust updates slowed down, easier to make plugins when you can test locally and also before your post I didn't know of any other GSM that supported Pluton.
forward your 28016 port in your router to your local ip, and unblock it in windows firewall. i had this issue too.

also for anyone reading this, please update your servers to the latest version on git
 

-uK

New Member
Member
Aug 23, 2014
8
4
3
Evening @DreTaX you should now find Pluton under the 'Mod Manager'. Will be looking into putting up further plugins once they are developed
 
  • Informative
Reactions: DreTaX

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,065
4,488
113
At your house.
github.com
Evening @DreTaX you should now find Pluton under the 'Mod Manager'. Will be looking into putting up further plugins once they are developed
"Pluton Project is unofficial fork of Magma for the Experimental version of Rust. Forked to develop it with community"

Pluton Project is a seperate project of magma. Could you edit it to something like:

"Pluton Project is the first mod for the Experimental, created by the Fougerite and Magma team."
 
  • Agree
Reactions: -uK

balu92

Moderator
Moderator
Jul 11, 2014
338
75
28
33
"Pluton Project is unofficial fork of Magma for the Experimental version of Rust. Forked to develop it with community"

Pluton Project is a seperate project of magma. Could you edit it to something like:

"Pluton Project is the first mod for the Experimental, created by the Fougerite and Magma team."
I think that's good as is.
 

-uK

New Member
Member
Aug 23, 2014
8
4
3
No worries, I have done edited it to:

"Pluton Project is the first mod for the Experimental version of Rust, created by the Fougerite and Magma team. Forked to develop it with the community"
 
  • Like
Reactions: DreTaX

mikec

Master Of All That I Survey
Administrator
Jul 12, 2014
296
152
28
Los Angeles, California, USA
Sometimes my datastore seems to delet but ini can be copyed!... And i didn't any problems yet...
DataStore has a new method ToIni.

DataStore.ToIni("filename"); // saves it to the top-level Fougerite folder.
Any data that was not a string is converted to a string. Null values are saved as the string "NullReference". You can't restore the DataStore from this ini, but it can help diagnose problems with the content. It's in MC5 and later.

I'm beginning to wonder whether the null value can be serialized. Might need to stringify that like I did for Vector3.
 
Status
Not open for further replies.