Difference between revisions of "PrinttoServerGameLog"

From ARK Modding Wiki
Jump to navigation Jump to search
(Created page with "Category:Nodes Category:ShooterGameMode Nodes frame|PrinttoServerGameLog - ShooterGameMode == How to Use == Creates a log entr...")
 
(Corrected markup)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Nodes]]
 
[[Category:Nodes]]
 
[[Category:ShooterGameMode Nodes]]
 
[[Category:ShooterGameMode Nodes]]
 
+
{{NodeInfoBanner|X|X||||}}
 
[[File:Node_PrinttoServerGameLog.jpg|frame|PrinttoServerGameLog - ShooterGameMode]]
 
[[File:Node_PrinttoServerGameLog.jpg|frame|PrinttoServerGameLog - ShooterGameMode]]
  
 
== How to Use ==
 
== How to Use ==
 
Creates a log entry in ServerGameLog. Very useful for debugging on a server<br />
 
Creates a log entry in ServerGameLog. Very useful for debugging on a server<br />
'''Note:''' Replication is important here! All GameMode nodes '''MUST''' Run On Server!!
+
Server needs to be started with command line flag <code>-servergamelog</code> for this node to work.<br />
 +
Logs generally are stored in <code>ShooterGame/Saved/Logs</code> and the file this node prints to is the <code>ServerGame.log</code> file.<br />
  
 
=== Related Articles ===
 
=== Related Articles ===
[[Special:WhatLinksHere/PrinttoServerGameLog|What Links Here]]<br />
+
[[Special:WhatLinksHere/{{PAGENAME}}|What Links Here]]<br />
  
 
{| class="wikitable"
 
{| class="wikitable"

Latest revision as of 02:44, 13 November 2017


Replication Important

NoticeIcon.png

Must run on server

NoticeIcon.png

Should run on server

NoticeIconInactive.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIconInactive.png

PrinttoServerGameLog - ShooterGameMode

How to Use

Creates a log entry in ServerGameLog. Very useful for debugging on a server
Server needs to be started with command line flag -servergamelog for this node to work.
Logs generally are stored in ShooterGame/Saved/Logs and the file this node prints to is the ServerGame.log file.

Related Articles

What Links Here

Inputs
Pin Reference Type Description
Target ShooterGameMode ShooterGameMode Reference (Most likely from a Cast)
In String String Log Entry