Dear forum users! In compliance with the new European GDPR regulations, we'd just like to inform you that if you have an account, your email address is stored in our database. We do not share your information with third parties, and your email address and password are encrypted for security reasons.

New to the forum? Say hello in this topic! Also make sure to read the rules.

Superfighters Deluxe 1.3.1 is out!

Status updates from MythoLogic Interactive about the game progress.
Forum rules
By using the forum you agree to the following rules.
Post Reply
User avatar
Hjarpe
Lead Designer
Lead Designer
Posts: 480
Joined: Sun Feb 28, 2016 8:02 pm
Started SFD: The grey dawn of time
Gender:
Age: 33
Contact:

Superfighters Deluxe 1.3.1 is out!

Post by Hjarpe » Mon Aug 12, 2019 6:59 pm

* Spectating while you're dead will now focus on other targets in the same way as if you were alive.
* Updated tooltip for "Map Interval" to clarify that campaign and survival maps have a fixed interval of 1.
* Updated map rotation information in the scoreboard for campaign and survival maps that have a fixed interval of 1.
* Fixed a bug where fast moving missiles (created from scripts) could clip through players and hit objects behind instead, e.g. when standing against a wall.
* Fixed a bug where the initial selected map would be skipped when map rotation interval is set to 1 when creating a new game.
* Fixed a bug where SpawnWeapon markers didn't handle Streetsweepers, resulting in a magenta tile.
* Fixed a bug where MedicalCabinet00 couldn't be targeted by other triggers.
* Fixed some faulty tile textures.

ScriptAPI:
* Added Events.PlayerKeyInputCallbackEvent to be able to listen on player key input.
* Added IPlayer.KeyPressed(..), IPlayer.KeyMovementIsFlipped, IPlayer.KeyDoubleTapSprintEnabled, IPlayer.KeyAttackAndBlockToGrabEnabled to be able to read pressed key states.
* Added IGame.SlowmotionModifier to be able to read the current speed of the game.
* Added Events.ProjectileCreatedCallback to be able to listen on created projectiles.
* Added IGame.GetBurningObjects() to be able to get all burning objects.
* Added IGame.GetFireNodes(..), IGame.EndFireNode(..) to be able to read and remove fire in the world.
* Updated IGame.SpawnProjectile(..) to return IProjectile instance.
* Updated ProjectileHitArgs with property bool RemoveFlag to determine if the projectile is going to be removed by the hit or not.
* IObject.TrackAsMissile(..) now registers it as thrown from a player.
* IPlayer.SetHitEffect(PlayerHitEffect.Metal) now plays a generic metal-destroy effect and sound instead of the gib effect.
* Made it possible to both call IPlayer.AddCommand(..) and IPlayer.SetInputEnabled(true) in the same update and still make the command execute.
* Fixed a bug where Events.OnObjectCreatedCallback wouldn't run unless you had registered Events.OnObjectTerminatedCallback as well.

Edit 2019-08-15: 1.3.1b is out!
* After a crash the editor will ask the user to save changes to a new file instead of overwriting the existing file.
* Fixed a crash caused by missing property 13 for SupplyCrate00 in older saved maps.
* Fixed a crash that could happen when copying/duplicating entire pulley joint structures or elevator path structures.
* ScriptAPI: Changed Events.PlayerKeyInputCallback, IPlayer.KeyPressed(..) so it only works while player input is Enabled, while PlayerCommands only work while input is Disabled. PlayerCommands and PlayerKeyInput are not compatible with each other.
* ScriptAPI: Added IPlayer.InputMode, IPlayer.SetInputMode(..) to be able to set input mode to Enabled, Disabled or to ReadOnly mode. PlayerInputMode.ReadOnly is useful if you want to listen on key input using the new ScriptAPI features added in v.1.3.1 while preventing a player from performing actions. Input mode Enabled and Disabled works the same way as IPlayer.SetInputEnabled(true|false).
7 x
Quinterball: Vigorously shaking a tile while rapidly tapping CTRL causes the selected tile to randomly flash red.
MythoLogic Interactive: By design.

User avatar
Gurt
Lead Programmer
Lead Programmer
Posts: 1884
Joined: Sun Feb 28, 2016 3:22 pm
Title: Lead programmer
Started SFD: Made it!
Location: Sweden
Gender:
Age: 34

Post by Gurt » Mon Aug 12, 2019 7:13 pm

v.1.3.0b is still available as a selectable beta-branch in Steam.
0 x
Gurt

User avatar
Danger Ross
Superfighter
Superfighter
Posts: 154
Joined: Thu Mar 31, 2016 12:56 am
Title: Dangerous
SFD Alias: Danger Ross
Started SFD: 14 june 2012 (launch day)
Location: California
Gender:
Age: 23

Post by Danger Ross » Mon Aug 12, 2019 7:33 pm

How come semi-transparent text objects were rejected? Was it a design choice or did you just not understand my suggestion?
0 x
sorry bucko, you can't punch with swords 8-)

User avatar
Gurt
Lead Programmer
Lead Programmer
Posts: 1884
Joined: Sun Feb 28, 2016 3:22 pm
Title: Lead programmer
Started SFD: Made it!
Location: Sweden
Gender:
Age: 34

Post by Gurt » Mon Aug 12, 2019 7:53 pm

Danger Ross wrote:
Mon Aug 12, 2019 7:33 pm
How come semi-transparent text objects were rejected? Was it a design choice or did you just not understand my suggestion?
Not all suggestions gets added into the game. In this case it's just too much work to get it done in a reasonable time. The text objects in the editor doesn't support alpha component so we would have to begin there, working our way up to the API while maintaining backwards support for current saved maps and data. It's a lot of work even if you don't think so. Other sound suggestions that's just a line of code or two gets implemented quickly if it's an area we're currently working on.
4 x
Gurt

User avatar
GreenyShark
Superfighter
Superfighter
Posts: 115
Joined: Mon Mar 21, 2016 1:49 am
Title: Stealing kills from range
SFD Alias: Greeny
Started SFD: PreAlpha 1.7.0
Gender:
Contact:

Post by GreenyShark » Mon Aug 12, 2019 8:45 pm

We're really not getting hair are we
2 x

User avatar
Shock
Superfighter
Superfighter
Posts: 312
Joined: Sun Mar 20, 2016 7:17 am
Title: Content-maker
SFD Account: Shock
Started SFD: Pre-Alpha 1.2.0.
Location: Belarus
Gender:
Age: 24
Contact:

Post by Shock » Mon Aug 12, 2019 10:14 pm

I think it's the best SFD update for now... Game works more faster than it worked before.
0 x
-Content-maker.

User avatar
Hjarpe
Lead Designer
Lead Designer
Posts: 480
Joined: Sun Feb 28, 2016 8:02 pm
Started SFD: The grey dawn of time
Gender:
Age: 33
Contact:

Post by Hjarpe » Thu Aug 15, 2019 7:13 pm

1.3.1b is out!
* After a crash the editor will ask the user to save changes to a new file instead of overwriting the existing file.
* Fixed a crash caused by missing property 13 for SupplyCrate00 in older saved maps.
* Fixed a crash that could happen when copying/duplicating entire pulley joint structures or elevator path structures.
* ScriptAPI: Changed Events.PlayerKeyInputCallback, IPlayer.KeyPressed(..) so it only works while player input is Enabled, while PlayerCommands only work while input is Disabled. PlayerCommands and PlayerKeyInput are not compatible with each other.
* ScriptAPI: Added IPlayer.InputMode, IPlayer.SetInputMode(..) to be able to set input mode to Enabled, Disabled or to ReadOnly mode. PlayerInputMode.ReadOnly is useful if you want to listen on key input using the new ScriptAPI features added in v.1.3.1 while preventing a player from performing actions. Input mode Enabled and Disabled works the same way as IPlayer.SetInputEnabled(true|false).
5 x
Quinterball: Vigorously shaking a tile while rapidly tapping CTRL causes the selected tile to randomly flash red.
MythoLogic Interactive: By design.

Post Reply