Posts by james1bow

    No problem; but I don't want the list of public portals to get so long that the "interesting" server locations get lost. I can and will ask for private portals to be set up, but some won't comply. I know I can edit any portal... but I'd rather rule out that possibility from the start. ;)

    i will take a look and see what i have to do to add a setting for. tho i have no eta as im working on a rather large project atm.

    further reading threw the API you can assign null for position.

    Code
    sound = player.playSound(webRadioAsset, null);

    position - the world position of the sound. Provide null if you want to play this sound as a 2D sound instead (this means the sound has no actual position and can be heard everywhere).

    Wenn Sie nur eine Möglichkeit benötigen, die Player-DBID in der Bilddatenbank zu ändern, könnte ich dafür ein Plugin zusammenstellen. wäre so etwas wie /command oldid newid. Der Befehl tat würde das neue Player-DBID übernehmen und jeden Eintrag dafür in der images.db überschreiben. Wenn Sie seit der ID-Änderung weitere Bilder platziert haben, sind diese auf diese Weise ebenfalls weiterhin verwendbar. Lassen Sie mich wissen, wenn Sie interessiert sind.


    if you just need a way to just change the player dbid in the images database i could throw together a plugin to do that. would be something like /command oldid newid. tat command would take the new player dbid and overwrite any entry for it in the images.db. this way if you have placed more images since the id change they would still be usable as well. let me know if your interested.

    Sie wollen mit Freunden spielen. localhost erkennt nur, ob das Spiel auf demselben Computer wie der Server läuft. Ich glaube, das Spiel mit Freunden nutzt das P2P-Netzwerk von Steam, sodass es im Offline-Modus nicht funktioniert.


    they wanting to play with friends. localhost only detects if the game is running on the same machine as the server. the play with friends i beleive uses steams P2P network so it will not work in offline mode.

    Sie müssen einen dedizierten Server einrichten. Ohne Internetverbindung erhalten Sie Steam-Antwortfehler. ignoriere diese. Gehen Sie im Spiel zum Mehrspielermodus und wählen Sie unten „Über IP verbinden“ aus. Geben Sie die IP und den Port ein. serverip:serverport. Beispiel:127.0.0.1:4255. Ich habe das gerade getestet und es funktioniert.


    you need to set up a dedicated server. without an internet connection you will get steam response errors. ignore these. in the game goto multiplayer and at the bottom select connect by ip. enter the ip and port. serverip:serverport. example:127.0.0.1:4255. i just tested this and it works.

    I have a small problem with 2 plugins, the market panel is behind the portal panel, here is screen shot

    i have added a yahgiggle compatible version to portals 2.0. instructions are in the Portals 2.0 under Update 4/4/2025.

    Why's the portal menu so huge james1bow 🤣

    But really we both make plugins for our own servers but allow other uses to download them and use them, if I moved the button it would be a pain for my own server, but it would be simple for me to add the plugin again with the button under the crafting section

    lol i used to make my ui's a lot smaller and ppl said they couldnt read it.

    ill take a look as soon as i get a chance. been a busy cpl of weeks.