Raised This Month: $51 Target: $400
 12% 

Csgo BLOODHOUND update


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 05-26-2015 , 21:12   Csgo BLOODHOUND update
Reply With Quote #1

Mod edit:
Quote:
Originally Posted by asherkin
You need to update BOTH Metamod:Source AND SourceMod to the LATEST SNAPSHOT.
CSGO update. Seems a big update.
Code:
[OPERATION BLOODHOUND]
– Launched Operation Bloodhound, available until September 30th, 2015.
– Six community maps available for free to ALL CS:GO PLAYERS on official servers via the Operation Bloodhound map group: Agency, Resort, Zoo, Log, Rails, and Season
– The Operation Bloodhound Access Pass is now available for purchase. It provides:
— The upgradable Operation Bloodhound Challenge Coin, which can be displayed on your profile and in the scoreboard.
— The Operation Bloodhound Journal, complete with Friends Leaderboards to track your Active Duty and Operation Competitive performance.
— Two all-new campaigns, with 62 missions rewarding additional XP throughout the Operation.
— Earned weapon drops will come from the Operation Bloodhound exclusive weapon collections: Cobblestone, Cache, Overpass, and all-new collections Gods and Monsters, The Rising Sun, and Chop Shop.
— Exclusive access to the Falchion Case, containing 16 community-designed weapon finishes and the all-new Falchion Knife.
— Added two new Mission types, Assassination and Guardian Co-op which are playable via campaign missions in the Operation.

[PROFILE RANKS]
– Introducing Profile Ranks, viewable in-game on your CS:GO profile.
– Play on official servers to earn XP and rank up your CS:GO Profile Rank.
— In Competitive Mode, your earned XP is determined by your rounds won.
— In all other modes, your earned XP is determined by your score.
— You can earn additional XP by completing Operation Bloodhound Missions.
– In addition to increasing your CS:GO Profile Rank, your first Rank earned each week will reward you with an earned weapon drop. If you own an Operation Bloodhound Access Pass, your weapon will come from one of the exclusive Operation Bloodhound weapon collections.

[CASUAL]
– Reduced Round timer from 3:00 to 2:15.
– Increased warmup time from 30 to 90 seconds.
– Disabled vote to restart match.
– Vote to change level is disabled after a team has reached match point.

[UI]
– Fixed sometimes (but rarely) seeing health of players on the other team in the mini scoreboard.
– Fixed the freeze panel sometimes getting stuck on and staying on even after the player is alive.

[MISC]
– Added trace-based visibility checks to prevent networking invisible enemy players.
– Updated CSGO engine to the latest Steam API SDK.
– Improved support for integrated web browser MOTD popups.
– Fixed several server-crashing exploits.
– Fixed voice chat echo in lobby.
– Re-enabled a bunch of player model variants including the much missed Balkan “Ido” model, otherwise known as tm_balkan_variantC.
– Added a convar (sv_disable_immunity_alpha) that when set, allows mods to handle their own alpha on players.
– Limited support for FBX in studiomdl.
– Added sv_vote_to_changelevel_before_match_point (default 0, vote is never disallowed). When set to 1, the vote to change level is disabled after a team has reached match point.

[MAPS]
-Cache
–Fixed multiple bomb-stuck spots
–Fixed an issue where saving CTs could be seen on radar from outside spawn
–Fixed an annoying issue where grenades would collide with ground geometry map-wide
–Deleted a problematic glass pane in mid (thanks RoF Anders)
–Ensured tarps on crates are actually spammable
-Season
–Reduced width of Upper B T-side and long A to their CS:Source dimensions
–Fixed every “white on white” corner to improve visibility (Thanks Shahzam)
–Added a railing on catwalk to ensure that T’s don’t rush A site without potential punishment from pit
–Fixed an angle at B lower to ensure that defensive grenades can be bounced off a wall easily and properly, as was the case in CS:Source
–Made squeeky door louder
–Bug fix: fixed metal sounds being made on all surfaces throughout the map.
-Mirage
–Fixed some spots where C4 could get stuck
–Fixed some spots where players could get stuck on walls

Attention to this
Code:
– Improved support for integrated web browser MOTD popups.
Maybe valve fixed some problems that occur recently with my web shortcuts plugin? EDIT: seems fixed

Also look this
Code:
– Added a convar (sv_disable_immunity_alpha) that when set, allows mods to handle their own alpha on players
Maybe now is possible change the model transparency in csgo? EDIT: yes, finally it works!

And this
Code:
— Exclusive access to the Falchion Case, containing 16 community-designed weapon finishes and the all-new Falchion Knife.
Falchion knife is a new knife that we can use it with plugins like this? EDIT: Yes, and his weapon name is weapon_knife_falchion

And the most important... sourcemod still works well in the new update? I not tested it yet. EDIT: seems that sourcemod dont work with the last update. So waiting to the sourcemod dev to fix it. EDIT2: with the lastest snapshots can works. EDIT3: now when you restart your server, the gamedata files will be updated automatically and your server probably will works


Offtopic: a big csgo update in my birthday. Nice gift Valve! xDD
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by asherkin; 05-27-2015 at 06:10.
Franc1sco is offline
Send a message via MSN to Franc1sco
deadlyruler
Member
Join Date: Dec 2008
Old 05-26-2015 , 21:17   Latest CS:GO update causing server crash
Reply With Quote #2

Ever since the update on 5/26/2015, my server restarts repeatedly with the error
Code:
crash_20150526212028_1.dmp[13690]: error: libcurl.so: cannot open shared object file: No such file or directory
crash_20150526212028_1.dmp[13690]: file ''/tmp/dumps/crash_20150526212028_1.dmp'', upload no: ''libcurl.so: cannot open shared object file: No such file or directory''
Segmentation fault (core dumped)
I'm not fully sure if it is just the curl extension that is currently broken since the update or sourcemod/metamod in general. Does anyone have any idea or suggestions on how to fix this problem?
deadlyruler is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 05-26-2015 , 21:22   Re: Latest CS:GO update causing server crash
Reply With Quote #3

Quote:
Originally Posted by deadlyruler View Post
Ever since the update on 5/26/2015, my server restarts repeatedly with the error
Code:
crash_20150526212028_1.dmp[13690]: error: libcurl.so: cannot open shared object file: No such file or directory
crash_20150526212028_1.dmp[13690]: file ''/tmp/dumps/crash_20150526212028_1.dmp'', upload no: ''libcurl.so: cannot open shared object file: No such file or directory''
Segmentation fault (core dumped)
I'm not fully sure if it is just the curl extension that is currently broken since the update or sourcemod/metamod in general. Does anyone have any idea or suggestions on how to fix this problem?

Seems that we will need to wait to sourcemod developers to fix it. Or maybe we just need to update the gamedata files
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 05-26-2015 at 21:23.
Franc1sco is offline
Send a message via MSN to Franc1sco
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 05-26-2015 , 21:23   Re: Csgo BLOODHOUND update
Reply With Quote #4

Thanks man! you are the first who post this... i searched since release!
all my servers are updated and running again, all plugins still work for me

edit: sry on connect -> crash
__________________
coding & free software

Last edited by shanapu; 05-26-2015 at 21:30.
shanapu is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 05-26-2015 , 21:24   Re: Csgo BLOODHOUND update
Reply With Quote #5

Quote:
Originally Posted by shanapu View Post
Thanks man! you are the first who post this... i searched since release!
all my servers are updated and running again, all plugins still work for me
You use linux or windows?
My windows servers = crashing
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 05-26-2015 at 21:24.
Franc1sco is offline
Send a message via MSN to Franc1sco
balonfx
AlliedModders Donor
Join Date: Dec 2013
Location: New Haven, CT
Old 05-26-2015 , 21:26   Re: Csgo BLOODHOUND update
Reply With Quote #6

My linux servers are crashing already, as soon as you join a team.
__________________
balonfx is offline
lay295
Senior Member
Join Date: Sep 2013
Old 05-26-2015 , 21:26   Re: Csgo BLOODHOUND update
Reply With Quote #7

Yeah my linux and windows servers crash with the latest meteamod and sourcemod snapshot. Wonder if it's just me
__________________

lay295 is offline
bjbjbPhob
Member
Join Date: Mar 2010
Old 05-26-2015 , 21:26   Re: Csgo BLOODHOUND update
Reply With Quote #8

My server wont starts too (windows)
__________________

bjbjbPhob is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 05-26-2015 , 21:27   Re: Csgo BLOODHOUND update
Reply With Quote #9

Quote:
Originally Posted by balonfx View Post
My linux servers are crashing already, as soon as you join a team.
The same in my servers!

Maybe is a plugin that have a X function when you join a team (?).

Try disabling plugins
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 05-26-2015 , 21:27   Re: Csgo BLOODHOUND update
Reply With Quote #10

my windows server are running 8 csgo server with sm1.7.2-dev+5201 and mm 1.10.5-dev

edit: nop sorry wrong info... just started and checkt sm plugin list and error logs... on connect -> crash

im sorry for confusing!
__________________
coding & free software

Last edited by shanapu; 05-26-2015 at 21:29.
shanapu is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:00.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode