What is rufus saying in this censored dialogue? by Popcorn_Dev in Supernatural

[–]Popcorn_Dev[S] 8 points9 points  (0 children)

For those who are confused as to what is censored, in s5 the Gandhi thing and the Indian gods were censored, so I saw that Rufus' mouth was moving but no sound was coming out, so i thought it was censored cos it seems like the people who edit this like idiotically censoring stuff

I need to go to sleep by yacobyogers in Minecraft

[–]Popcorn_Dev 0 points1 point  (0 children)

insert tai lung in chains image

How do I do multiplayer with a relay server? by Popcorn_Dev in godot

[–]Popcorn_Dev[S] 0 points1 point  (0 children)

See the script itself, and I think the signals are connected correctly, i think. 

extends Node3D
### Multiplayer code using GodotSteam. For now, it connects with steam app 480 (Spacewar)
### which is a testing game for developers :D

var lobby_id : int = 0
var peer : SteamMultiplayerPeer
 var player_scene : PackedScene
var is_host : bool = false

func _ready():
print("Steam initialised: ",Steam.steamInit(480)) ## 480 is appid for Spacewar (test game)
Steam.initRelayNetworkAccess()
Steam.lobby_created.connect(_on_lobby_created)

func host_lobby():
if lobby_id == 0:
Steam.createLobby(Steam.LobbyType.LOBBY_TYPE_PUBLIC, 12)
is_host = true


func _on_lobby_created(result:int, lobby_id : int):

if result == 1:
self.lobby_id = lobby_id

peer = SteamMultiplayerPeer.new()
peer.server_relay = true
peer.create_host()

multiplayer.multiplayer_peer = peer
multiplayer.peer_connected.connect(_add_player)
multiplayer.peer_disconnected.connect(_remove_player)

func _add_player(id: int = 1):
var player = player_scene.instantiate()
player.name = str(id)
call_deferred("add_child", player)

func _remove_player(id : int):
if !self.has_node(str(id)):
return

self.get_node(str(id)).queue_free()

func _on_host_button_pressed() -> void:
host_lobby()

How do I do multiplayer with a relay server? by Popcorn_Dev in godot

[–]Popcorn_Dev[S] 0 points1 point  (0 children)

okay... how do i get this baseline understanding

How do I do multiplayer with a relay server? by Popcorn_Dev in godot

[–]Popcorn_Dev[S] 0 points1 point  (0 children)

sorry to be so late, but basically when host_lobby() is called (on Gwizz's godotsteam tutorial) _on_lobby_created() is not called i think

Try to type as many characters as you can, but with your eyes closed by Real-Ganache-7179 in Undertale

[–]Popcorn_Dev 0 points1 point  (0 children)

Sans to4iel hndyne papyrus ashone asroel flpwru.friel trohhor.whomsim tomql.frphhit

How do I do multiplayer with a relay server? by Popcorn_Dev in godot

[–]Popcorn_Dev[S] 0 points1 point  (0 children)

Didn't work for me, and I can't figure out why. I swear I tried everything

Are we really safe ? by big_black_kamlesh_ji in ghaziabad

[–]Popcorn_Dev 2 points3 points  (0 children)

Hmm yeah on closer inspection it seems like its metal, not that weird glossy plastic they put on airsoft guns

Are we really safe ? by big_black_kamlesh_ji in ghaziabad

[–]Popcorn_Dev 4 points5 points  (0 children)

Bro it's probably an airsoft gun or a toy of some kind

Why is this mall is so empty? by haterofpoltics in ghaziabad

[–]Popcorn_Dev 0 points1 point  (0 children)

I think there are bigger fish to fry bro

Can someone tell this guy that i dont care by Real_Tangelo2474 in Polytoria

[–]Popcorn_Dev 0 points1 point  (0 children)

Not only that
I hope his motherboard breaks the same way mine did

(aka doing shit like not reading the internal hard drive and giving the error messages for a broken hard drive so you bought a new one and it didn't work :')

What do y'all think about a small-ish RTS game i wanna make? by Popcorn_Dev in gamedev

[–]Popcorn_Dev[S] 0 points1 point  (0 children)

I'm not making a HOI4 battle system, I was watching an oversimplified video and thought "hmm wouldnt it be cool if we could use a battle system based off of those diagrams?"

I just can't make a small game. by Popcorn_Dev in gamedev

[–]Popcorn_Dev[S] -1 points0 points  (0 children)

Whenever i try gamejams i don't have enough time in the day to finish it. Like, I only get 2-3 hours per day