Important Pluton for Experimental Branch

Status
Not open for further replies.

balu92

Retired Staff
Retired Staff
Trusted Member
Jul 11, 2014
338
75
28
34
String(somenullvalue) should give a string "Null"
 

Ionstorm

New Member
Member
Oct 6, 2014
24
5
3
43
All these plugins that have

code (INI)

CODE


Where is this config supposed to go?

In the Pluton.cfg file?
 

Skully

Plugin Developer
Plugin Developer
Sep 8, 2014
91
7
8
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.
Ohh nice...
One question... Why fougerite was down, what problem?
 

Skully

Plugin Developer
Plugin Developer
Sep 8, 2014
91
7
8
it's imported by def
What is needed Debug.Log to work? What to import?

I have this problem when I use Web.GET("url")
MissingMemberException: attribute 'GET' of 'namespace#' object is read-only
What it means?
 
Last edited:

ReMuS

New Member
Member
Oct 11, 2014
13
0
1
37
hi i have problem to join my server pluton run but when i join in the console stay steam auth timeout

sry for my bad english
 

Skully

Plugin Developer
Plugin Developer
Sep 8, 2014
91
7
8
Who can give sample of Web.GET or Web.POST code... When they are executed, then they doesn't do anything... What is wrong then, I used without try and with... When try then it jumps to except... Why?
 

coersum

Plugin Developer
Plugin Developer
Oct 9, 2014
77
5
8
47
Parts Unknown
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
I have both RCON and server port forwarded, I can connect to it manually if I use the outside IP but still not seeing it in the browser ingame...just in case, here is my .bat command:

Start /high RustDedicated.exe -batchmode +server.ip 192.168.1.4 +server.hostname "my Server name" +server.level "Procedural Map" +server.port 28015 +server.identity "myserver" +server.seed 10102617 +server.maxplayers 20 +rcon.ip 192.168.1.4 +rcon.port 28025 +rcon.password mypass -logFile "output.log" -load

If I set server.ip or rcon.ip to my outside ip, it shows a "The requested address is not valid in its context" in the server console. Is there something, somewhere else, a program, a website where I should be registering the server or does the server lists itself?
 

xEnt

Retired Staff
Retired Staff
Sep 6, 2014
48
17
8
did you forward 28016? this is the steam master server reporter. 28015 is the rust one. do 28016 as well
 
  • Like
Reactions: coersum

coersum

Plugin Developer
Plugin Developer
Oct 9, 2014
77
5
8
47
Parts Unknown
it WORKS!.. that tiny little detail I had no clue about lol.. Thank you xENT! If you want to come see us, it's Haven PvE server (I disabled player dmg in hooks :) )
 
  • Like
Reactions: balu92

coersum

Plugin Developer
Plugin Developer
Oct 9, 2014
77
5
8
47
Parts Unknown
So I found something.. if you are within 450 unit of the center of the map -450 to +450 in X or Z, the teleport functions refuse to work.
 

Spoon

New Member
Member
Oct 10, 2014
2
0
1
33
Anyone else has issue with door locking ? Refresh of the lock do not work correctly. We have to hit the door to enable door opening.
Thats a bug with rust i get that on my non modded server.

Is there anyway to cancel someones chat? like if they to !message i am able to get the message and stop it from being broadcasted.
 
Status
Not open for further replies.