Originally posted by benicourt
View Post
Announcement
Collapse
No announcement yet.
Advanced Sessions Plugin
Collapse
X
-
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
-
Hi Mordental, i'd like to thank you for your help. All is now functionning: UnmuteRemoteTalker and MuteRemoteTalker are functionning. The problem was not here. It was my code. But i don't know why. I've rewritted all these functions, make another project... don't know why but now it's good. Thanks again, i'll add "Joshua Statzer" greetings to my book (french only sorry). Have a nice Week-end.
Comment
-
Originally posted by benicourt View PostHi Mordental, i'd like to thank you for your help. All is now functionning: UnmuteRemoteTalker and MuteRemoteTalker are functionning. The problem was not here. It was my code. But i don't know why. I've rewritted all these functions, make another project... don't know why but now it's good. Thanks again, i'll add "Joshua Statzer" greetings to my book (french only sorry). Have a nice Week-end.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Hi mordentral, are you planning on putting this up on the marketplace now that Epic is accepting plugins? I haven't had to extend my session handling yet due to my game only using dedicated server to host but I do want to extend it in the future with Steam stuff and VOIP, so I look forward to using your plugin in the future.
Comment
-
Originally posted by ToxinGaming View PostHi mordentral, are you planning on putting this up on the marketplace now that Epic is accepting plugins? I haven't had to extend my session handling yet due to my game only using dedicated server to host but I do want to extend it in the future with Steam stuff and VOIP, so I look forward to using your plugin in the future.
I do think that it would be far easier for people to use as something freely downloaded through the launcher though.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Originally posted by thedark174 View PostHello! I implemented a proximity voice system and I would like to share with you.
I implemented this system with the help of "Victory Plugin".
Comment
-
I started running into some issues today, I'm quite frankly not sure what's going on. Like I mentioned before, I've been able to play my game over Steam with a friend who lives in the UK. But not with Americans. However, today I couldn't play with either. What's rather peculiar is that I can play with myself using my virtual machine.
The only changes I've made so far are to do with how I populate my player's list and spawning logic. I'm fairly sure I haven't touched neither hosting nor joining sessions. I've made sure presence is on and that it's not set to LAN. Is there a log I can access for a more detailed view as to what's going on?
Edit:
It suddenly worked again but only once, then it stopped working again. I've tried debugging it the best I can, but it's not failing to create a session nor does it fail to find sessions - but rather it returns 0. I quite frankly have no clue if this is something with the way I've set things up, the plugin or Steam's test app ID.
If you have any suggestions of what I can try I'd greatly appreciate it.Last edited by Dealman; 05-14-2016, 11:39 PM.
Comment
-
I'm having the same issue (I think) Dealman. Even with myself - I will join, rejoin, rejoin my server... Until I am no longer to join at all until I restart the server (due to not finding my game any longer). I think this may be the plugin, as when I set this up myself through c++ a long item ago I wasn't having this issue.
Here are some errors I get, no idea if they're related:
Do you get any errors when launching the server?Last edited by vanlacke; 05-15-2016, 12:35 AM.
Comment
-
I'm not using a dedicated server, so as far as I'm aware I can't see those errors unless I try it directly from the editor - but when I try it via the editor(not using single process, and set as dedicated server) it works. Also, sessions always report a ping of 9999ms, not sure if that might be part of the issue as well.
Comment
-
Originally posted by Dealman View PostI'm not using a dedicated server, so as far as I'm aware I can't see those errors unless I try it directly from the editor - but when I try it via the editor(not using single process, and set as dedicated server) it works. Also, sessions always report a ping of 9999ms, not sure if that might be part of the issue as well.
You can try launching your game with -log to see debug
Comment
-
Originally posted by vanlacke View PostI'm having the same issue (I think) Dealman. Even with myself - I will join, rejoin, rejoin my server... Until I am no longer to join at all until I restart the server (due to not finding my game any longer). I think this may be the plugin, as when I set this up myself through c++ a long item ago I wasn't having this issue.
Here are some errors I get, no idea if they're related:
[ATTACH=CONFIG]93324[/ATTACH]
Do you get any errors when launching the server?
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
-
Are you able to use a custom GameState and PlayerState with this plugin? Whenever I try and do so, weird stuff start happening - and I am no longer able to get my Steam name. For example, I just now tried to make a custom GS and PS to work on some of the multiplayer logic, and I noticed that 2 random sessions always show up - showing 32 out of 32 players with a ping of 9999ms(I think the ping is a confirmed bug, hopefully it'll be fixed in 4.12).
What's rather peculiar is that I saw the logs mentioned the newly released game "Stellaris". Am I doing something wrong or does it simply not support a custom playerstate...? Link to Logs(Pastebin)
Comment
-
Originally posted by Dealman View PostAre you able to use a custom GameState and PlayerState with this plugin? Whenever I try and do so, weird stuff start happening - and I am no longer able to get my Steam name. For example, I just now tried to make a custom GS and PS to work on some of the multiplayer logic, and I noticed that 2 random sessions always show up - showing 32 out of 32 players with a ping of 9999ms(I think the ping is a confirmed bug, hopefully it'll be fixed in 4.12).
What's rather peculiar is that I saw the logs mentioned the newly released game "Stellaris". Am I doing something wrong or does it simply not support a custom playerstate...? Link to Logs(Pastebin)
As far as override game state, you should be able to but the plugin uses some default functions from them and I don't know what you are overriding so you "could" be causing problems if you are overriding original implementations. The plugin WILL expect to be able to access a valid PlayerState->UniqueNetID and PlayerState->PlayerName and if you are overriding functions you could be not setting those.
Consider supporting me on patreon
My Open source tools and plugins
Advanced Sessions Plugin
VR Expansion Plugin
Comment
Comment