Search found 6 matches
- Thu Aug 27, 2020 10:51 pm
- Forum: Resolved Problems and Bugs
- Topic: No update path from 0.18.47 to 1.0.0 for linux-headless64
- Replies: 6
- Views: 2383
Re: No update path from 0.18.47 to 1.0.0 for linux-headless64
So only manual full updates from 0.18 to 1.0 right now? For how long?
- Mon Jan 16, 2017 7:04 pm
- Forum: Modding discussion
- Topic: [Solved]Export Game Event Data and Players to Log File again
- Replies: 11
- Views: 4565
Re: [Solved]Export Game Event Data and Players to Log File again
Great! And if I wanted to register players logging off, or dropping, which events would I subscribe to?
on_player_left_game?
on_player_left_game?
- Sun Jan 08, 2017 4:30 pm
- Forum: Modding discussion
- Topic: [Solved]Export Game Event Data and Players to Log File again
- Replies: 11
- Views: 4565
Re: [Solved]Export Game Event Data and Players to Log File again
I can confirm, the proposed codelines from Articulating work as expected!
Now player join, respawn and even rocket launch data is exported.
I tested this by killing myself ingame with a modified control.lua xD
There is an ingame message when a player is killed. Which would be the kill event to ...
Now player join, respawn and even rocket launch data is exported.
I tested this by killing myself ingame with a modified control.lua xD
There is an ingame message when a player is killed. Which would be the kill event to ...
- Sun Jan 08, 2017 3:30 pm
- Forum: Modding discussion
- Topic: [Solved]Export Game Event Data and Players to Log File again
- Replies: 11
- Views: 4565
Re: Export Game Event Data [and Player Names to Log File again]
Brilliant daniel34! I'm going to test this asap. Having the next multiplayer session on tuesday ![Smile :)](./images/smilies/icon_e_smile.gif)
![Smile :)](./images/smilies/icon_e_smile.gif)
- Sun Jan 08, 2017 2:41 pm
- Forum: Modding discussion
- Topic: [Solved]Export Game Event Data and Players to Log File again
- Replies: 11
- Views: 4565
Re: Export Game Event Data [and Player Names to Log File again]
Thank you Articulating!
These are the lines I was looking for. Now I only have to put them with some Factorio Mod Config and Bootstrapping.
Then I probably should publish them to have them easily distributed to the clients too.
Although I don't see why this code needs to run on the clients. Is it ...
These are the lines I was looking for. Now I only have to put them with some Factorio Mod Config and Bootstrapping.
Then I probably should publish them to have them easily distributed to the clients too.
Although I don't see why this code needs to run on the clients. Is it ...
- Wed Jan 04, 2017 9:32 pm
- Forum: Modding discussion
- Topic: [Solved]Export Game Event Data and Players to Log File again
- Replies: 11
- Views: 4565
[Solved]Export Game Event Data and Players to Log File again
Hi!
I'm posting this Log File related issue here, because it seems the obvious solution to write a mod (but I don't know how to do this yet) and also because I need help and I want more opinions on this.
In conjunction with a v.0.13.x dedicated multiplayer server, a friend of mine ran a Telegram ...
I'm posting this Log File related issue here, because it seems the obvious solution to write a mod (but I don't know how to do this yet) and also because I need help and I want more opinions on this.
In conjunction with a v.0.13.x dedicated multiplayer server, a friend of mine ran a Telegram ...