Paincho's Forum Posts

  • 8 posts
  • My magazines have no capacity because I want ammo to be universal so the player can gather any weapon and never have to worry about ammo type. So the magazine can either be used (empty) or full (not used).

    The part that doesn't work is the pick instance one. Switched to a for each didn't solve the fact that pick instance isn't triggered.

    Thanks for your answer tho.

  • I tried storing the weapon UID and use the pick instance with UID function but it never does reload the weapon in question.

    Here is my "code" :

    Basically I just use a while to find any magazine not used.

    Then use it by toggling the Used boolean.

    And pick the weapon that it on the shoulder of the player to reload it by setting the variable AmmoLeft to the max capacity of the weapon.

    Result : it doesn't work and I don't really know what to do any help appreciated.

    Thanks.

  • That issue was not resolved why was it closed ?

  • Tried setting up the server on 192.168.0.14 and it worked like localhost. Still kind of pointless since I can't join the server but \o/

  • Paincho hmm.. Only other things i can think of is if this server has a website running on it and Apache or IIS is running and listening to those ports it will prevent node from starting the listener. If you have no other web services running the I would suggest restarting the computer if you haven't tried that to clear any old node listeners that may not have closed properly due to an improper start (I had to do this a few times). Other than that if by some chance the host specifically requires a domain name and wont work from IP (its a long shot as I don't fully understand web-sockets but know enough to be dangerous) you may need to purchase a domain name and point it to your public ip

    I have neither Apache or IIS running just double checked.

  • The error looks like "address not available", so I guess you don't have permission to run a server on that address. Check the command prompt is running with administrator permissions and that the IP address is correct.

    Tried to run the server as an admin didn't change a thing.

    Checked my ip several times it's still unchanged.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Does this server have a direct connection to the internet from that IP or is it behind a router? You may have to forward port 443 and 80 from the router to the local IP (192.168.x.x) of the server so the path can be completed.

    I port forwarded both 80 and 443 to 192.168.0.14 (my computer where the server is) and still get the same error.

  • Got this error when I try to launch the signalling server.

    I tried using a different port which didn't help.

    I checked if my port 443 was used by something else but it wasn't.

    Only localhost is working but it's kind of useless...

    Anyone has an idea ?

  • 8 posts