#1 Bisounours Discussions » bisounoursparty.com down? » 2021-12-29 04:54:15

Weasel
Replies: 1

Maybe should just make it re-direct to these forums?

#2 Bisounours Discussions » Last Bisounours Party Dedicated Server! (only one on planet?) » 2020-06-06 05:24:27

Weasel
Replies: 1

Recently started messing around with Bisounours Party again.  Have a BPr Linux-based dedicated server up:

The server information is:
.

  • Name (on server list): = [F+M] BPr! Open Server

  • Connect (by IP address) = 162.248.88.40:6403, or

  • Connect (by FQDN) = Games.FreaksMisfits.club:6403

#3 Re: Help and support » FYI: Bisounours Party (v5) server on Linux, as of April 2014 » 2018-10-02 05:16:31

Just an update, that I have a (linux) BPr server up again, running version 5107 ...

162.248.90.131:6403

I had to set it to VAC "insecure" mode.
In "secure" mode, it kept kicking my client off after a while.

Can't really tell if its working properly otherwise (yet), so far no more than 1 player on at a time.

#4 Re: Help and support » Attention : Mod is broken » 2016-12-27 23:38:24

Really wish we could get this working again ... really miss this mod.  Not having it, is like going cold-turkey unplanned.

#5 Re: Help and support » Version number is not the same as the expected ... patching failed? » 2014-05-22 01:43:56

Darn it.  I was hoping for a fix to the models not animating anymore.  Shucks.

#6 Help and support » Version number is not the same as the expected ... patching failed? » 2014-05-07 08:02:16

Weasel
Replies: 2

Re-installed BPr client from scratch recently ... and the updater is throwing this error:

updater.exe wrote:

Updater version 13
Current version is 5104
Fetching server informations
New updater version available. Downloading.
Updater version 15
Current version is 5104
Fetching server informations
Lastest version of the game is 5107
3 new updates available
Starting the update
Downloading patch #5105
Finished Downloading patch #5105
Patch #5105 Applied
Downloading patch #5106
Finished Downloading patch #5106
Patch #5106 Applied
Downloading patch #5107
Finished Downloading patch #5107
Patch #5107 Applied
Current version is 5106
Version number is not the same as the expected server version. Patching failed

#7 General discussions » Happy 4/20? » 2014-04-21 02:43:51

Weasel
Replies: 0

I would have hoped this would be a busy BPr week-end, considering it's 4/20!

https://www.youtube.com/watch?v=QYEkXy-SbAo

#9 Help and support » Models not animating? » 2014-04-07 21:04:22

Weasel
Replies: 1

Got a report today from players on my BPr server that the models are not "animating" during game-play.
Basically, they are moving around the map as if all frozen in one position - no "running" animation or anything like that.
I will see if I can get a pic of what that bug looks like and upload it.

#10 Re: Help and support » FYI: Bisounours Party (v5) server on Linux, as of April 2014 » 2014-04-04 07:23:42

Correction: Do not need to re-name that folder from "bpr" to "bisou" to match the client-side configuration.  It may just have been a messed-up client-side issue related to the machine was using for testing.

I did another client installation (from scratch) on another machine, and it's using "bpr".

#11 Help and support » FYI: Bisounours Party (v5) server on Linux, as of April 2014 » 2014-04-04 04:19:47

Weasel
Replies: 2

Typical SRCDS-on-Linux installation stuff:

  • - Create a Linux user with a home directory (example: "game-service-account" with home directory "/home/game-service-account").

  • - Download and install SteamCMD under that user.

  • - Create an installation folder (example: "/home/game-service-account/bp-server")

  • - use SteamCMD to install SRCDS with AppID 310 into that folder (example below) <--- As of (at least) 2014-04-03 this now works and now includes Linux binaries!

    cd ~/steamcmd;
    /steamcmd.sh +login anonymous +force_install_dir /home/game-service-account/bp-server +app_update 310 validate +quit;

Modified Bisounours Party installation stuff:

  • - Change into the "installation folder" above (example: "cd /home/game-service-account/bp-server")

  • - Download the Bisounours Party server distribution (example below)

    wget http://www.bisounoursparty.com/bisounoursparty_dedicated.tar.bz2
  • - Extract the Bisounours Party server distribution (example below)

    tar -xjvf bisounoursparty_dedicated.tar.bz2 
  • - Note The sub-folder named "orangebox" does not exist any more, and is no longer relevant with this latest SRCDS distribution from SteamCMD.

More typical SRCDS-on-Linux stuff:

  • - Setup your "autoexec.cfg", "server.cfg" configuration files as any other SRCDS server.

  • - Be sure to use "-game bpr" in the srcds_run command-line to start the server!


Connect to Weasel's BPr Server!


b_560_95_1.png

#12 Re: General discussions » v5 server admins? » 2013-12-09 08:25:33

Ade wrote:

I've been admining for years now, atm I own a few HL2: DM servers and would like to bring some flavor to at least 1 of the existing BPR servers.

I have a very basic SourceMod installation working on my BP server.  If you play on that, you should be able to use the "sm_votemap some-map-name-here" command in the console to initiate a vote to change the server to a different map - bypassing the normal rotation.  Also, that might work using the in-game chat as "!votemap some-map-name-here"


If there are any custom maps for BPr that are known to work with the updated version, let me know and I will consider adding them as well.


The server information is:

  • - Connect via FQDN: games.weaselslair.com:6409

  • - Connect via IP address: 192.30.161.61:6409

  • - Game-Tracker: Link

  • - YouTube: Link

b_560_95_1.png

#13 Re: General discussions » Linux Dedicated Server Work-Around » 2013-12-09 08:13:23

Update: My server is listed now on the in-game server browse list.  I added this to my server.cfg file:

sv_master_legacy_mode 0         // Disable lagacy mode, since steam master servers won't support it anymore.
heartbeat                      // Send heartbeat that this server is ready. Should be the last line of the config.

I had to do that with another mod that uses Source 2007.
I am not sure if that is really what fixed it, or whether it was just a matter of waiting (giving it time to update).


Also, I may also add another BPr server in Hong Kong - since I already have a host there that I use for other games.

#14 Re: Help and support » Attention : Mod is broken » 2013-12-09 06:16:18

I just installed the BPv5 Windows client from scratch and have had no issues joining my server and playing.

#15 General discussions » Linux Dedicated Server Work-Around » 2013-12-09 04:13:04

Weasel
Replies: 1

I was able to "work-around" no longer being able to download the Source 2007 SDK version of Source Dedicated Server using either the old "HLDSUpdateTool" system nor the new "SteamCMD / SteamPipe") system.


I already had another mod already installed on my server that also uses the Source 2007 SDK version of Source Dedicated Server.  That game server had been setup and running many months ago - when the content was still available via the old "HLDSUpdateTool" system.


I copied that other mod's entire installation folder (i.e. the full path where the "OrangeBox" option was installed using "HLDSUpdateTool") to another folder.   Next, I ripped-out the additional sub-folder that contained the other mod's content.  At this point, I also tar-balled-up and compressed a backup copy of the entire "OrangeBox" installation (for any future "work-around" usage).


Next, I installed the "bpr" folder, inside the existing "orangebox" sub-folder - as with any normal mod installation.
Next, I manually pulled the updated server binary from the update URL (Note: The distro I am hosting on apparently doesn't support "pylzma" or perhaps something else in the update-script).


After customizing the autoexec.cfg, server.cfg and other configuration files to my liking, I was able to successfully fire-up a 32-player dedicated server ... with several caveat's:

  • - Currently, for unknown reason's, the server does not show on the in-game server browse list.  I had to add it to my favorites.

  • - During the start-up process, there are several points at which it appears to be stuck (doing presumably something) for several minutes.

  • - Noticed this wierd message: "SOLID_VPHYSICS static prop with no vphysics model! (models/props/cs_militia/fertilizer.mdl)"

  • - and this other wierd message: "Unknown command 'a'"

The server information is:

  • - Connect via FQDN: games.weaselslair.com:6409

  • - Connect via IP address: 192.30.161.61:6409

  • - Game-Tracker: Link

  • - YouTube: Link

b_560_95_1.png

#16 Re: General discussions » Linux Dedicated Server setup for BPR (V5) » 2013-12-08 08:48:58

Orygin wrote:

It should work with 218.
Now I never used the new system for installing servers so I can't really help you on that one.

I tried appID 218 using the new system, but it only pulled-down client-side Windows-based files.  No Linux binaries, and no SRCDS (for Windows or Linux).

From what I can gather, they stopped hosting the content for Source 2007 Dedicated Server on the old "HLDSUpdateTool" back-end content servers.  However, they have not yet made it available yet on the new "SteamCmd" tool's back-end contend servers (i.e. the "SteamPipe" system).  Looks like 2006 is ported over and 2013 - but for whatever reason not 2007!

Dev Wiki, Supported Servers

Dev Wiki, Steam App ID's

I don't suppose you guys are going to be compiling for Source 2013 any time soon?
Or maybe since you've got some developer resources at Valve you can query?

#17 General discussions » Linux Dedicated Server setup for BPR (V5) » 2013-12-06 09:30:37

Weasel
Replies: 2

In the "Installing a Dedicated Server" instructions, it mentions to install the "orangebox" engine, and to use the old "steam" command (from HLDSUpdateTool) to accomplish that.  Like this:

./steam -command update -game orangebox -dir /some-path

However, apparently the old HLDSUpdateTool no longer serves content for "orangebox" installs?
When I try that, I just get a repeating loop, like this:

Updating Installation
> Determining which depot(s) to install/update...
> 7 depot(s) will be installed/updated
>   0:02 No installation record found at /some-path/orangebox
>   0:02 Checking local files and building download list for depot 311
> 'Source 2007 Linux Dedicated Server' version 54
>   0:02     Connecting content server session for version 54
> Retrying in 30 seconds. . .
>   0:34 Checking local files and building download list for depot 311
> 'Source 2007 Linux Dedicated Server' version 54
>   0:34     Connecting content server session for version 54
> Retrying in 30 seconds. . .
>   1:12 Checking local files and building download list for depot 311
> 'Source 2007 Linux Dedicated Server' version 54
>   1:12     Connecting content server session for version 54
> Retrying in 30 seconds. . .
>   1:46 Checking local files and building download list for depot 311
> 'Source 2007 Linux Dedicated Server' version 54
>   1:46     Connecting content server session for version 54

Since the content (apparently) no longer comes-down via HLDSUpdateTool, I assume it must be downloaded via SteamCMD / SteamPipe now?

Typically, I would expect a SteamCMD install do be invoked like this:

./steamcmd.sh +login anonymous +force_install_dir /some-path +app_update app-id-number-here

However, what is the correct AppID to perform the equivalent install under SteamCMD / SteamPipe?

I have tried the following AppID's so far, without success:

  • 217 = Multiplayer OB Binaries

  • 218 = Source SDK Base 2007 (Orange Box)

  • 311 = implied by attempt to install "orangebox" via HLDSUpdateTool

  • 312 = all_source_engine_paths|hl2

  • 244310 = Source SDK Base 2013 MP dedicated server

  • 205 = Source SDK Base 2006 MP dedicated server <-- downloading right now, but don't expect it to work.

#18 Re: General discussions » Linux dedicated server? » 2013-12-06 07:29:01

HOLY Shiz!
I don't know how Bisounours Party V5 snuck-out without me spotting it!
V5 server coming-up this week!
(maybe TWO: one in North America and one in Asia)

#20 Re: General discussions » Linux dedicated server? » 2013-01-13 21:04:16

Still drooling over the idea of hosting a server for this ... gotta get my fix - before I go into DT's!

#21 General discussions » Steam Greenlight? » 2012-10-20 23:32:18

Weasel
Replies: 1

Has Bisounours Party been submitted for Steam Greenlight consideration?
Several old mod's are in there already, and a few have been "green-lit" now for being available directly through Steam.

#22 General discussions » Teletubbies Civil War! » 2012-09-30 10:09:03

Weasel
Replies: 0

Thought maybe people on this board would have the same sense-of-humor as reflected in this other server I just modified (for Halloween 2012):

YouTube Video

Game Server Page:
http://weaselslair.com/wordpress/game-server-half-life

#23 Re: General discussions » Linux dedicated server? » 2012-07-23 06:15:24

Let me know if  you need server-side beta tester for Linux dedicated server!
I have a fetish for old or wierd mod's and this has got to be the weirdest!

#24 General discussions » Linux dedicated server? » 2012-07-22 06:55:35

Weasel
Replies: 6

I am interested in hosting Linux dedicated server for Bisounours Party in the USA.
Is there a Linux download available?

I already host several other Source and GoldSrc engine games on Linux.

Board footer

Powered by FluxBB