Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - RulezTeam

Pages: 1 2 3 4 5 6 ... 9
46
Shared Resources / Re: Multiplayer Extensions Resource List
« on: February 04, 2018, 09:48:21 am »
Hi ceosol,
I don't know if what I've done is the same, but usually I modded the AndroidManifest.xml in Android / Template directory in Stencyl, and I've already try this method to write 26 as target version. I've compile it (but without sdk26) and the apk is working, tell me that target version is 26, but I know that this app isn't true api26.
So, do you think that your mod is the same as mine ?

47
Shared Resources / Re: Multiplayer Extensions Resource List
« on: February 03, 2018, 03:14:23 am »
Hi mdotedot, hi ceosol,

thank you both.

for mdotedot
I'll look at your repository and I'll try to find your modification and I'll look at my mod of the extensions to be sure that I've well done.

for ceosol
I'll wait for your mod for Stencyl 3.4. I've wrote to Justin and open a thread (http://community.stencyl.com/index.php/topic,55579.0.html) and I hope that 3.5 will be ready soon to support the last ndk and sdk.

48
Shared Resources / Re: Multiplayer Extensions Resource List
« on: January 31, 2018, 02:18:08 am »
Hi mdotedot,

I've changed some code so now I can working on php 5.6 and MariaDB 10.1. I'll test php 7.1 or more later, after change some code in your extension to work with Stencyl 3.5, because this year Goggle will force to build to target API 26 and Stencyl 3.4 cannot do it.

Thank you.

49
Extensions / Re: byRobin Extension Manager (0.1.6)
« on: December 07, 2017, 06:13:13 am »
Hi Robin,
I have this error when I try to compile in android.

What can I do ?  (I'm on 0.1.6)

50
Toolset Extensions / Re: byRobin Toolset Extension (4)
« on: December 06, 2017, 10:10:24 am »
Hi Robin,
I don't understand how to show this toolset. I've tried to install with the normal procedure, then I've tried to copy it on extension folder, but nothing. I cannot see this tool to configure my other extension.. I'm on 3.4 b9328

Edit: Now works.

51
Shared Resources / Re: Multiplayer Extensions Resource List
« on: November 28, 2017, 02:44:59 am »
Hi mdotedot,

thank you for your support. I have tried to use the logout block in another scene and now it's working.

I have two question about this extension :

- Should I add the line code to the "if(text_func=="logout")" too ?
- Is this extension working with Stencyl 3.5 ?

Thanks again for everything

52
Shared Resources / Re: Multiplayer Extensions Resource List
« on: November 28, 2017, 01:53:32 am »
Hi mdotedot,

Also, I have tried to add the code line  to this part of turn.hx (as it's present on lobby.hx)

Code: [Select]
if(text_func=="logout"){
RoomName="";
HeartBeat=0;
TurnTime=0;
Seat=0;
PlayerID=0;
[i]isConnect=false;[/i]
callBack(items[0]);
}

but nothing is changed.

That's strange, because the lobby logout works as expected.

Edit: I have added the block that I use to logout. Is this correct ?

53
Shared Resources / Re: Multiplayer Extensions Resource List
« on: November 28, 2017, 01:10:24 am »
Hi mdotedot,

I have added the line code, but the client continue to connect to the server every heartbeat.

I have logged my android device and I see that turn continue to get heartbeat every 2 seconds.

Look :

Code: [Select]
11-28 10:27:57.108: I/trace(10573): Turn.hx:166: Sending Data : turn encode the arg: dEVRbg
11-28 10:27:57.108: I/trace(10573): Turn.hx:166: Sending Data : getheart encode the arg: Z2V1aHVRcnQ
11-28 10:27:57.108: I/trace(10573): Turn.hx:166: Sending Data : C11741 encode the arg: Qrb1NzE2
11-28 10:27:57.108: I/trace(10573): Turn.hx:166: Sending Data : ACLENEWW encode the arg: RQNVTE4PT3A
11-28 10:27:57.108: I/trace(10573): Turn.hx:166: Sending Data : 411 encode the arg: NXA0
11-28 10:27:57.109: I/trace(10573): Turn.hx:166: Sending Data : 25014389 encode the arg: CTQ4MiO1NjB
11-28 10:27:57.109: I/trace(10573): Turn.hx:166: Sending Data : VFWMQTRR encode the arg: C3QMBVJRVFI
11-28 10:27:57.109: I/trace(10573): Turn.hx:170: encrypted send: ........
11-28 10:27:57.109: I/trace(10573): Turn.hx:173: Calling :https://myserver/stencyl.php?c=C......
11-28 10:27:57.408: I/trace(10573): Turn.hx:202: In onData:  .....
11-28 10:27:57.409: I/trace(10573): MultiPlay.hx:75: RETURNING: [C11741,getheart,:SHD:xxxxxxxxx.::Og..:xxxxxxxxx..:]
11-28 10:27:57.409: I/trace(10573): Turn.hx:204: Data: xxxxxxxxx Decoded:  xxxxxxx
11-28 10:27:57.409: I/trace(10573): Turn.hx:207: CallID?: items[0]: C11741
11-28 10:27:57.409: I/trace(10573): Turn.hx:222: Inside dataAction : callID: C11741 text_func: getheart
11-28 10:27:57.409: I/trace(10573): Turn.hx:271: Inside getHeart.. callback routine
11-28 10:27:57.409: I/trace(10573): Turn.hx:273: Received: i=0 item: C11741
11-28 10:27:57.409: I/trace(10573): Turn.hx:273: Received: i=1 item: getheart
11-28 10:27:57.409: I/trace(10573): Turn.hx:273: Received: i=2 item: :SHD:xxxxxx.::Og..:xxxxxx..:
11-28 10:27:57.409: I/trace(10573): MultiPlay.hx:75: RETURNING: []
11-28 10:27:57.409: I/trace(10573): Turn.hx:281: GetHeart : HeartBeat data: cnt: 0 d before:  after:
11-28 10:27:57.409: I/trace(10573): MultiPlay.hx:75: RETURNING: [Hp]
11-28 10:27:57.409: I/trace(10573): Turn.hx:281: GetHeart : HeartBeat data: cnt: 1 d before: SHD after: Hp
11-28 10:27:57.409: I/trace(10573): MultiPlay.hx:75: RETURNING: [:xxxxxx:xxxxxxx]
11-28 10:27:57.409: I/trace(10573): Turn.hx:281: GetHeart : HeartBeat data: cnt: 2 d before: xxxxxxx. after: :xxxx:xxxxx
11-28 10:27:57.409: I/trace(10573): Turn.hx:1133: getCurrentPlayerInformation d: :xxxx:xxxx
11-28 10:27:57.409: I/trace(10573): Turn.hx:1137: PlayerData (cnt==2 currentplayer) :
11-28 10:27:57.409: I/trace(10573): Turn.hx:1137: PlayerData (cnt==2 currentplayer) : xxxxx
11-28 10:27:57.409: I/trace(10573): Turn.hx:1137: PlayerData (cnt==2 currentplayer) : xxxxx
11-28 10:27:57.409: I/trace(10573): Turn.hx:1139: cnt==2 = Current Player Information: decode: [:xxxx:xxxx]
11-28 10:27:57.409: I/trace(10573): Turn.hx:1140: Ts:0 Check on Player change (the shareddata should change BEFORE the turn has changed .. CurrentPlayerID:  Pdata: [,xxxxx,xxxxx]
11-28 10:27:57.409: I/trace(10573): Turn.hx:1152: cnt==2 CurrentPlayerID:  Pdata: [,xxxx,xxxx] CurrentPlayerID after convert: nan
11-28 10:27:57.409: I/trace(10573): MultiPlay.hx:75: RETURNING: [UNKNOWN]
11-28 10:27:57.409: I/trace(10573): MultiPlay.hx:75: RETURNING: []
11-28 10:27:57.409: I/trace(10573): Turn.hx:281: GetHeart : HeartBeat data: cnt: 3 d before:  after:
11-28 10:27:57.409: I/trace(10573): Turn.hx:286: GetHeart : SHD : only get the shareddata once when you are on turn : nan =? 411 AND Elapsed == 1? :nan And for all other players part:  ...
11-28 10:27:57.409: I/trace(10573): MultiPlay.hx:75: RETURNING: [:]
11-28 10:27:57.409: I/trace(10573): Turn.hx:281: GetHeart : HeartBeat data: cnt: 4 d before: Og.. after: :
11-28 10:27:57.409: I/trace(10573): Turn.hx:1103: cnt == 4 Get Players before decode: [:]
11-28 10:27:57.409: I/trace(10573): Turn.hx:1112:  cnt == 4 Players P:
11-28 10:27:57.409: I/trace(10573): Turn.hx:1112:  cnt == 4 Players P:
11-28 10:27:57.409: I/trace(10573): Turn.hx:1124:  cnt == 4 Players Pdata: [,]
11-28 10:27:57.409: I/trace(10573): MultiPlay.hx:75: RETURNING: [2017-11-28 10:28:25]
11-28 10:27:57.409: I/trace(10573): Turn.hx:281: GetHeart : HeartBeat data: cnt: 5 d before: xxxxx after: 2017-11-28 10:28:25
11-28 10:27:57.409: I/trace(10573): MultiPlay.hx:75: RETURNING: []
11-28 10:27:57.409: I/trace(10573): Turn.hx:281: GetHeart : HeartBeat data: cnt: 6 d before:  after:

54
Shared Resources / Re: Multiplayer Extensions Resource List
« on: November 26, 2017, 11:05:22 am »
Hi mdotedot,
I have a question about logout from lobby and turn. I have used this block when a player finish the game and go to the menu. But I have seen that the client (the game) continue to send data (heartbeat?) to the server. Why ?
There is a block to connect to the server (lobby and turn) but there isn't a block to disconnect from the server.
Is there a command or a method to stop this communication with the server ?

Thank you.

55
Shared Resources / Re: Multiplayer Extensions Resource List
« on: November 09, 2017, 01:25:41 am »
Hi mdotedot,

ok. Thank you.

56
Shared Resources / Re: Multiplayer Extensions Resource List
« on: November 09, 2017, 12:40:33 am »
Hi mdotedot,

I've tried php 5.4 but I have error with connect.php too.  I'm using httpd 2.4 but I think that the "problem" is the syntax of php because from version 5.4/5.5 some of mysql request are been deprecated.

57
Shared Resources / Re: Multiplayer Extensions Resource List
« on: November 08, 2017, 07:40:52 am »
Hi mdotedot,

I've found these other errors from apache/nginx :

Code: [Select]
AH01071: Got error 'PHP message: PHP Warning:  Missing argument 2 for turn_nextturn(), called in /myserver/turn.php on line 80 and defined in /myserver/turn.php on line 146\n'
Edit : I've found other error like this :

Code: [Select]
AH01071: Got error 'PHP message: PHP Warning:  mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /myserver/turn.php on line 126\n
Are these errors expected bacause I'm using a newer PHP version (5.6 or 7.0) ?

58
Shared Resources / Re: Multiplayer Extensions Resource List
« on: November 08, 2017, 03:41:50 am »
Hi mdotedot,

what about error from Multiplay.hx ? Seems that there is a wrong return code. Probably the encryption base64 ?

Another question: is there a reason if you have set some table with MyISAM engine ? Can I convert it to InnoDB ?

Thank you

59
Shared Resources / Re: Multiplayer Extensions Resource List
« on: November 08, 2017, 03:27:30 am »
Hi mdotedot,
do you know about some problem with MariaDB 10.1 ?
I have these strange errors :

Code: [Select]
11-08 12:09:47.640: I/trace(28796): Lobby.hx:719: encrypted send: Ykc5aVluayxhVzVwZEEsUXpjME1UQSxUMDFCUzBSQ1MwUSxNVGd3TWpBNU9UTSxVbEJIVkVwR1ZFdyw
11-08 12:09:47.640: I/trace(28796): Lobby.hx:722: Calling :https://myserver/stencyl.php?c=C7410&a=Ykc5aVluayxhVzVwZEEsUXpjME1UQSxUMDFCUzBSQ1MwUSxNVGd3TWpBNU9UTSxVbEJIVkVwR1ZFdyw&t=MjAxNy0xMS0wOCAxMjowOTo0Nw
11-08 12:09:48.246: I/trace(28796): Lobby.hx:324: In onData: [Event type=complete bubbles=false cancelable=false]
11-08 12:09:48.246: I/trace(28796): MultiPlay.hx:75: RETURNING: [C7410,init,NON_EXIST,-1,-,1-,1,]
11-08 12:09:48.246: I/trace(28796): Lobby.hx:328: Data: Qzc0MTAsaW5pdCxOT05fRVhJU1QsLTEsLSwxLSwxLA.. Decoded: C7410,init,NON_EXIST,-1,-,1-,1,

60
Shared Resources / Re: Multiplayer Extensions Resource List
« on: September 16, 2017, 03:41:08 am »
Thank you a lot mdotedot.
I'll test this mod asap.

Pages: 1 2 3 4 5 6 ... 9