Online multiplayer Turn Based extension: Lobby

mdotedot

  • Posts: 1654



> 3.2 :
Change the Lobby.hx file and add this line on line 201
Code: [Select]
script=new com.stencyl.behavior.Script(); // Stencyl initialize instead of the other Script line.
And
Multiplay.hx line 70 (comment out the line that starts with trace)

« Last Edit: July 26, 2017, 10:27:03 pm by mdotedot »
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.

Donni11

  • *
  • Posts: 2181
Hi mdotedot :) ! How do you change the HX file ? Do you need a certain program ?
Peace

mdotedot

  • Posts: 1654
Hello Donni11,

Use a texteditor. Notepad (++) for windows or TextEdit for Mac.

Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.

Donni11

  • *
  • Posts: 2181
Okay , I'll try that. Thanks :) !
Peace

Donni11

  • *
  • Posts: 2181
Also what is the licence on the resources( actors and behaviors )  in the extension (Public Domain , Creative Common Attributes 3.0 , All right reserved, and so on... ) ?
Peace

mdotedot

  • Posts: 1654
license: use at your own risk
It is for everybody to use how they see fit.
Public Domain I guess.
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.

Donni11

  • *
  • Posts: 2181
What about the extension sample kits ? Are they also Public Domain ?
Peace

mdotedot

  • Posts: 1654
Everything that I made is public and opensourced.
Maybe in future I will make something that I ask money for ....
Proud member of the League of Idiotic Stencylers! Doing things in Stencyl that probably shouldn't be done.

Donni11

  • *
  • Posts: 2181
Okay , got it ! Thanks :) !
Peace