Serious Sam 3: BFE
Serious Sam 3 Update 180038 - public beta
Build 180038 for Serious Sam 3 is now available in beta "publicbeta", which does not require a password.

To install the beta, do this:
- locate the game (Serious Sam 3 in this case) in the Steam's "Library" panel
- right click and invoke "Properties"
- select the "Betas" tab
- choose "publicbeta"

Here are the changes:

- Added workaround for a bug in ATI OpenGL driver causing menu and loading background to be black.
- Thoroughly refactored and optimized postprocessing shader system. Some effects are up to 5x faster.
- Choose Levels menu now shows bigger thumnails for each level, and best statistics for it for the current player.
- Fixed a crash caused by Sirian bracelet when multithreaded rendering was enabled.
- Fixed a crash that could happen if a player carrying a flag in CTF game fell into abyss while in third person mode - with multithreaded rendering enabled.
- Fixed banding on very dense haze which starts couple of meters away from viewer when MSAA is not used. 
- If thr_iAffinityStrictness was set to a value different than default, it would not be applied on game start. Fixed.
- Fixed the game's affinity strictness leaking into video and audio drivers, if they allow their threads to inherit affinity from main thread. This could potentially improve performance on Linux.
- The default "program has requested the runtime to terminate in an unusual way" message is replaced new logging which can be actually useful in troubleshooting.
- OSX: Added OSX input config for Logitech gamepads as created by Logitech. 
- OSX: Fixed ability to dump crash reports on OSX. 
- Linux+OSX: Fixed a case where application would sometimes lock up, instead of dumping a crash report, when a crash happened.
- Linux+OSX: Added support to remap controller input to support any types of controllers. New controller configs (.xml files) can be created by users as needed. See http://serioussam.com/wiki/index.php?title=Controller_Config for more details.
- Linux+OSX: Added control mappings for XBox 360, Playstation 3 and Logitech F510/F310/F710 controllers. 
- Multiplayer: Fixed an issue where, if a player dies while carrying a flag in CTF game mode, the flag may be irretrievable if flag carrier dropped the flag in an abyss field, etc. In all such cases, the flag item will not be dropped at all, instead, the flag will return directly to its base. 
- Multiplayer: Red/Blue team spawn markers worked only in CTF. That feature is now usable in all team modes.
- Multiplayer: Fixed a problem where no servers would appear in versus/cooperative server list if you previously used server filter in the other mode.
- Multiplayer: Added speedhack detection. Players caught using speed hacks will be marked as cheated in the player list.
- Multiplayer: Clients now cannot connect to the server if their UTC times differ by more than a day.
- Editor: Enemies placed in the world (not spawned) were bugged on clients if a cutscene starts on the first chapter. Fixed.
- Editor: Added cvars for forcing Depth-of-Field effect; "efx_fForcedDoFDistance" and "efx_fForcedApertureSize". (For testing purposes only!) 
- Editor: Fixed problem with wrong lighting on a model influenced by really really big probe light (like, 20km box). 
- Editor: Cvar wld_strPreferredStartChapter (available in editor only) can be used for easier testing of bigger levels.
- Editor: All cvars needed to generate texture precaching resources (used for texture cache warmup befor cutscenes) are now available in final editor builds. 
- Scripting: It is now possible to define new input controls from Lua scripts and read their values. See http://serioussam.com/wiki/index.php?title=Lua/CustomCommandsAndBindings for details.
- Scripting: Added new macro math functions: mth*To*() (where * is Euler, Quaternion, AxisAngle, DirectionVector)
- Scripting: Added a new macro function: mthDotV3f(), which calculates the dot product of two 3D vectors. 
- Scripting: Created new macro functions on puppet for script-driven combat: DoRangedAttack() and DoMeleeAttack(), which are latent and thus can be waited on in scripts.
- Scripting: Added macro functions SetGoalPoint() and GetBoundingBoxSize() to puppet, which can be used to control puppet movement via goal points. 
- Scripting: CBaseEntity::InflictDamageToTarget(). This function complements the previous damage inflicting functions and allows specifying all damage parameters at once. Note that in this function, "self" is source, not target!
- Scripting: Added ability to filter damage on entities from scripts. Use CBaseEntity::EnableReceiveDamageScriptEvent(); Catch all ReceiveDamage events on that entity, and do whatever is needed in response to that. Call the HandleDamage() function _on that event object_ if you want to actually apply the damage (adjusted if needed).
- Scripting: All lua scripts located in Content/SeriousSam3/Scripts/Startup/ will be executed upon project boot (right after the menu system is initialized). These startup scripts can be re-executed at any time using prjExecuteStartupScripts cvar. (This works even in non-moddable version, as these are console scripts.)
- Scripting: When starting a world, after executing WorldScripts.lua, all custom Lua scripts from Content/SeriousSam3/Scripts/CustomWorldScripts/ are enumerated and executed. (Only in editor and in moddable version.)
- Scripting: Created a new macro function: ResolveResource(). This function will resolve a smart pointer to a resource and return a raw pointer that can be used to call functions on it (if the resource class supports sripting). 
- Scripting: Base script entity class now exposes a new scripting function: GetWorld(). 
- Scripting: Added support for dynamic creation of entities from world scripts. Create one or more templates using "Template properties holder" resource, and save it; In a script, use global ResolveResource() and CTemplatePropertiesHolder::CreateTemplate() to get a local CEntityProperties object; Use CEntityProperties::SetPlacement() to adjust to desired position, then CTemplatePropertiesHolder::SpawnEntity() to spawn the new entity.
(Notes: Using CWorldInfoEntity::LoadResource(), one can dynamically load new template holders as needed.; Note that the result of ResolveResource() is strictly local, do not try to cache it across frames!)
- Scripting: Added scriptable hud elements CTextBoxHudElement and CModelHudElement.
- Scripting: HUD element creation now allows multiple instances of the same script hud element class. 
- Scripting: Player puppet now exposes GetHUD() function, which retrieves player's HUD. Can be used to control custom HUD elements.
- Scripting: Added CPuppetEntity::IsLocalViewer(), CPuppetEntity::IsLocalOperator() usable to determine which player(s) is playing locally, and which is viewed from locally (could be playing, or being specated).
- Scripting: Implemented ViewerChanged script event which is sent on WorldInfo whenever current local viewer changes.  
- Scripting: When an entity is deleted an 'EntityDeleted' script event is sent. 
- Scripting: Added macro functions GetPlayerId and GetPlayerName to the CPlayerPuppetEntity class. 
- Scripting: The "playerkilled" XML tag in log now has the player id.
- Scripting: A new XML tag "roundstart" is printed to log at the beginning of a match containing information about the gamemode.
- Scripting: Added custom event XML_Log which can catch all XML messages printed to log.
- Scripting: All XML_Log events are now sent both to console scripts and to world scripts. The player Chat event is now removed. Note that this means that world scripts have access to contents of player chat. (It can be used to implement remote commands in chat.)

Последно редактиран от AlenL; 22 март 2013 в 6:10
< >
Показване на 1-8 от 8 коментара
Probably there is a bug with minimap Netricsa HUD. In some cases it's blank and doesn't disappear until I press Esc twice. http://cloud-2.steampowered.com/ugc/885229084925941649/BFB41283DAA4EA6615D5055F4BF67B452726E296/
Happened for me few times but it's random.

I know bug on one of those new survival maps. Dunno if you're interested in. If so I can record short video upload on yt and hmm...send you the link(?) Old survival bugs were reported by few people and they aren't fixed.

The Dark Bride has one issue with a key. In very rare cases nobody can open one of doors. I'll check this out more accurately. I have one idea. Unfortunately I don't know editor, eh...

Първоначално публикувано от AlenL:
- Fixed a crash caused by Sirian bracelet when multithreaded rendering was enabled.

MultiThreaded Rendering seems to work more less stable now. Thank you for quick fix.

Vsync change can't be applied because if changed apply button is greyed out.

Първоначално публикувано от AlenL:
If you think some bug/exploit should not be mentioned in public, please feel free to send me a private message.
Ok, I will.
Последно редактиран от Rasta; 24 март 2013 в 16:02
In general, if you have a bug you know how to reproduce, please report with exact description and we will fix it if possible. If you think some bug/exploit should not be mentioned in public, please feel free to send me a private message.
mouse not working, i'm unable to select menu items. only way to fix is to use keyboard change screen resolution to something else and click no to keep settings and i get my mouse control back.
Dr3dd, can you describe how we can reproduce that here?
Thank you so much for this wonderful CTF and TDM patch!
when you start the game, i have mouse movement on changes page, but once i click i lose all mouse control and only way back is doing the above.
Dr3dd, definitely something that's specific to your machine, as it doesn't happen here. By your description, it sound like the application is somehow losing mouse focus. Perhaps some third party utility in the background interacts with it? Maybe you have multiple monitors? Have you tried running the game in windowed mode to maybe see what is happening in the background?
just want to say the patch support for this game is awesome. i wish big companys would do the same for there games!
< >
Показване на 1-8 от 8 коментара
На страница: 1530 50

Дата на публикуване: 22 март 2013 в 6:09
Публикации: 8