Powder Toy Multiplayer Script

  • Holly866_668
    22nd Sep 2019 Member 0 Permalink

    @jacob1 (View Post)

    I tried it and got

    bad argument #2 to 'unregister' (function expected, got[[CLIPPED TEXT]]

    Also, it won't appear due to this error

    I finally got it to work. Unless you have other Lua mods, then you get weirdness.

    Edited 5 times by JohnSmith777779. Last: 23rd Sep 2019
  • Rofle44
    26th Oct 2019 Member 0 Permalink

    how do i create a private room or server? PLEASE HELP I WANNA PLAY WITH MY BRO.

  • Lockheedmartin
    26th Oct 2019 Moderator 0 Permalink
    @Rofle44 (View Post)
    '/join ROOMNAME'

    Swap out ROOMNAME with the channel/room you want it called. Then tell whoever to do the same.
  • BokkaB
    28th Oct 2019 Member 0 Permalink

    Where to download it?

  • jacob1
    28th Oct 2019 Developer 0 Permalink
    @BokkaB (View Post)
    The first post gives instructions for how to install this script.
  • Darmagon
    9th Nov 2019 Member 0 Permalink

    There is a bug where if you move your mouse around in the zoom box it spams the coordinates in the bottom left, not sure if this is reproducable.

  • Geniusz1
    27th Dec 2019 Member 0 Permalink

    If you want to play TPTMP on Android, just change the 94th line of TPTMP script:

    sock:send(string.char(tpt.version.major)..string.char(tpt.version.minor)..string.char(TPTMP.version)..nick.."\0")

    to:

    sock:send(string.char(tpt.version.major)..string.char(tpt.version.minor+1)..string.char(TPTMP.version)..nick.."\0")

    TPT will spam errors, but you will be finally able to use multiplayer on Android. Although playing with screen filled with error messages may be hard, you can still chat with other people on TPTMP.

  • Cracker1000
    27th Dec 2019 Member 1 Permalink

    @Darmagon (View Post)

    Known bug, it was fixed in version 0.101

     

    @Geniusz1 (View Post)

     TPTMP isn't intended to be played on Android port, it messes it up badly and can cause problems for other users who use the PC version. Therefore, It can also lead to a ban if you try to play TPTMP using android.

  • Geniusz1
    27th Dec 2019 Member 0 Permalink

    @Cracker1000 (View Post)

    Sorry, I didn't know.

  • TheJoshGuy
    8th Apr 2020 Member 0 Permalink

    Now make one for Android.

Locked by jacob1: legacy, v2 is now released - https://powdertoy.co.uk/Discussions/Thread/View.html?Thread=25400