User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 29 of 29

Thread: Multiplayer Question For Clickteam Fusion Developer 2.5

  1. #21
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    tompa's Avatar
    Join Date
    Nov 2011
    Location
    Uppsala, Sweden
    Posts
    358
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't dismiss any extension that's written for network purposes.

    They're all cool.

  2. #22
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export Module

    Join Date
    Oct 2011
    Posts
    96
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been running a Moo server since 2004 - It was only down during Super Storm Sandy - it takes only one condition to host a basic moo server.

    I totally agree, it's old and has some bugs, but it was rock solid for the type of stuff I made:
    screen1.jpgscreen2.jpgscreen3.jpgscreen4.jpgscreen5.jpg

    (small-scale multiplayer games)

    I WANT to love Lacewing, but I've never seen a decent example file for a chat or simple game. That's not to say they don't exist, I just have never seen one.

  3. #23
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Well, would a video tutorial series made by a guy with a sense of humor suffice?: http://community.clickteam.com/threads/58247-Lacewing-Video-Tutorials

    I believe it includes the source files as well. Also, my multiplayer example that I'll be working on in a week or so (sorry to say that it won't be able to come sooner due to a trip to Disneyworld) should help you understand Lacewing as well.

  4. #24
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export Module

    Join Date
    Oct 2011
    Posts
    96
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure would!

    Thanks for the link, and for taking the time to do this!

  5. #25
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    You're welcome! Glad I could help!

  6. #26
    Clicker Fusion 2.5 DeveloperSWF Export Module
    WEich1213's Avatar
    Join Date
    Nov 2013
    Location
    Carlsbad, Ca. USA
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you Phi

  7. #27
    No Products Registered

    Join Date
    Dec 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks loat

  8. #28
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    wii1mii's Avatar
    Join Date
    Sep 2012
    Location
    Estonia
    Posts
    107
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I have (kinda) working multiplayer in my game with Lacewing. Have dedicated server, people can join, but there are still few flaws. Everything is client-side, thus cannot kick player normally unless you make client disconnect if message is received on certain channel. Players cannot switch server without needing to restart client (yes server not channel). And i have no idea how to make working collision between players since due to ping regular collision check wont work, making it server-side would also be bad cause movement would have a delay. Also my server have a nice tendency to crash, i still have not figured it out why. Tested with 12 people joining leaving doing random stuff (no crashes) then next time 2 people are on and one leaves i get nice (program has stopped working) message.

    So yeah it all depends on your needs and game complexity.

  9. #29
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)Firefly 3D Module (Steam)
    Phi's Avatar
    Join Date
    Jan 2010
    Location
    England
    Posts
    1,964
    Mentioned
    25 Post(s)
    Tagged
    0 Thread(s)
    If you want kicking functionality, without having your own server it'll have to be client-side - in which case, if someone wanted, they could simply monitor the packets, work out which one kicks them, and intercept and discard that message before it even hits the Lacewing program.
    With server-side, the server can forcibly disconnect them, and they have no say in that.

    Setting up kick functionality for public servers would be dubious as anyone can make their own app type.

    My servers stay online 24/7. I haven't heard of any problems, although every few months or so my pylacewing server stops and needs to be restarted. My other server, using Windows Fusion app (with a Lacewing Relay Server ext) seems to do fine, but I tend to restart it a lot, because Fusion apps aren't very efficient resource-wise. (Hopefully that'll be fixed with Fusion 3.)
    I've had 35-odd clients on the Windows one - I don't monitor the pylacewing one. There is someone who keeps signing on far more, trying to either load-test the server or attempting to break something on his end. After a while he disconnects all of them - that doesn't seem to affect anyone else.

    For what it's worth wii1mii, you may want to use Bluewing. If you get an issue with that, I can debug it (and it's open-source, so anyone can really). Brief history and explanation on it here if you've not seen it.

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Replies: 4
    Last Post: 6th September 2014, 04:03 PM
  2. Replies: 6
    Last Post: 4th March 2014, 02:09 AM
  3. Clickteam Fusion 2.5 Developer necessary for own iOS resolutions?
    By TheChiller in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 11th December 2013, 09:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •