Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Lasso Games

46
Posts
3
Topics
123
Followers
32
Following
A member registered Oct 19, 2015 · View creator page →

Creator of

Recent community posts

Great fun! Never thought I'd have so much fun poppin' toast! :D

I would like to add MiniLaw: Ministry of Law

https://lassogames.itch.io/minilaw

0.2.5 - The code gods must be appeased

FEBRUARY 11 - >:3 GARY

Everything has been made more effiecient to increase performance on all machines, but especially on the lower end of the spectrum. If you've had any slow downs this is the update for you. (specifics down below)



There isn't much visually to see in this update (sorry no fancy gifs this time) but you will definitely feel the difference.




Additions

  • Adjusted lots and lots of code to able to use a more effiecient processing method. Specifically we've switched our GameMaker's compiling method to use YYC aka YoYoCompiler. The YYC basically skips an entire conversion step and makes certain code extremely more efficient. This equates to significantly less processing being done and therefore more frames!

    If you are interested in a more detailed explaination of what YYC does differently go Here .
  • All lights and the players optical occlusion (the black lines of sight) now use Direct 3D POV method for object-light occlusion. This sets up a 3d viewpoint in the room and draws polygon versions of the platforms, instead of doing a bunch trig calculations. It emulates all previous occlusion functionalities for about 50% of the processing power.
  • Grab moves lerp enemies into place instead of using a hard snap like before.

Bug Fixes

  • Fixed an error in enemy subroutine that caught them in a loop of reacquiring a fallen player character as a target, effectively preventing them from taking action against anything while in your vicinity.
  • Ledge grab no longer initiates if you have floor right under your feet.


Facebook
Twitter
Reddit

0.2.4 - Cityscapes and Ledge Climbs

JANUARY 28 - >:3 GARY

The city of New Babel is starting to glow with fire of 10,000 neons. We've also added some really cool sound enhancements and new ledge grabbing mechanics.





Additions

  • We've added a few new parallax backgrounds with air traffic, blimps, and spotlights too. Includes a new city ambience glow which is most visible at night. The cop cars go weeee ooooo weeee oooo!



  • Reworked how player ledge climb works entirely. Hitting a ledge with the higher extremities of your body (chest and above) switches you into a 'low ledge grab state' where you are hanging from the ledge by your hands. The character will auto swing up and transition to the previous waist-high ledge climb. Additional collision detection makes it so while jumping you have some extra ledge grabbing range outside of your hitbox, especially useful for jumping up at a ledge from straight below. As before you can cancel out of any of the climb states by pressing down, which will drop you off the ledge. All new climb state speeds based on player movespeed. Getting hit while in the last stage of climbing now does not knock the player off the side.


  • Added sound depth by adding low pass versions of gunfire, npc screams and speech, footfalls, glass breaking, terrain hits/ricochets which play alongside high pass versions at varying volumes based on space and interfering walls and doors. When you're climbing the visual sound waves should sync up with the location of your head a little better on screen.
  • You can now coerce miniLAW HQ to update their old stock of weapons and equipment for a small fee. Look for it on the "RESTOCK" tab in HQ.


  • Now getting hit shouldn't interrupt gun firing actions or aiming, so attempting to fire while being hit won't often result in an unwanted melee move being executed. Being hit while aiming and firing works differently now: you can continue to aim or fire, but additional aiming penalties are induced to the point where attempting to aim in the face of automatic fire will result in essentially being unable to aim properly. These aim penalties modified by your aim skill.
  • Adjusted camera script to keep up with the player at terminal velocities more accurately.
  • Better shouting print and timing control: shout printing is paced to the speaking better, so it won't usually finish before the line gets said. Shout total time limit increased, and sound gets cut off when the end of the clip gets reached, so each shout's total cycle will sync up the sound more accurately. Getting knocked back should properly cancel out of shouting. Getting hit will only switch off shouting if a minimum of 2% damage is dealt through armor to your health. Game shout effect should match up exactly with position of soundwaves generated by the Constable now as well.
  • Wall, wallcling, ledge climb, and jump interactions and hitbox changes make several improvements; climbing while near a wall no longer glitches. Ledges can exist closer to walls, and won't get cut off by them as often. Wall climbing up to a ledge transitions properly into a ledge grab. Not holding 'interact' won't interrupt ledge grab functions.
  • New reloading animation for the constable looks more personable and less robotic.

Bug Fixes

  • While in fullscreen you should not be able to click outside of the game window. Holding certain keys (left/right/interact/aim) prevents you from moving the mouse outside of the boundaries of the game screen, which serves the dual purpose of keeping you in the game window while you try and perform mouse based actions, and keeps the accompanying key releases for those buttons functioning when they should by making it impossible for the window to lose focus while they are held down
  • Fixed moving left or right messing with the execution of certain melee moves. Made it so you can't attempt to execute melee moves while in skid, which solves the issue of the melee startup glitching while the skid was still in action.
  • Now all grab moves operate off the same mask, so your hitbox won't inexplicably and noticeably change when you transition from a grab to a grab melee/throw move.


Facebook
Twitter
Reddit



0.2.3 - miniLAW : Unhinged Edition!

JANUARY 2 - >:3 GARY

Additions

Doors and what they do

  • All attacks (exploding rounds count!) that can damage doors can now knock them off their hinges if sufficient damage is caused before the door opens. This generates a verlet door that can collide with enemies and at sufficiently high velocities it can knock down, ko, or even kill an enemy.





  • Added 4 new doors: wood with bars, metal, deco, and reinforced wood. Updated the existing door sprites to work with the new Doors Unhinged™ system.


Screams of your enemy, and other sounds
  • 37 new pain/death sounds, all recorded by secret Lasso Games employees.
  • Added 40 new scream sounds, which get triggered when an enemy is ko-ed and falls a long distance or is knocked back at high horizontal speeds.
  • All npcs choose between two sound sets for death/pain now. Death sounds will get cut off completely if an npc is past a certain health threshold, or if their head region has been too damaged.
  • New set of sounds that play when the constable rises from defibrillation.
  • Casing environment interaction sounds modified by the speed at which they impact.
  • Several new sounds for player melee.
  • More ricochet variety via additional sounds
  • Layered more machine noises into most of the player made servo noises, changed them to higher quality and stereo.
  • More distinct player block sounds: now all player blocking should be accompanied by a 'bink' sound effect.
  • New series of "clink" and "clank" noises for metal debris hitting the terrain.
  • Pitched down some player melee hits.
  • Elbow based melee moves now generates a wonderful 'bink' sound on contact.
  • Reworked how enemy to playerteam melee and gun hit connect sounds get generated.
  • Updated sound credits text file.

Everything Else
  • Updated platforming level HUD to add clarity; information popups draw smaller, and some elements are moved further to the edge of the screen, health bar is taller for added readability. Compressed the pickups indications to be smaller and grouped more tightly.
    New HUD:

    Old HUD for comparison:

  • Retooled all enemy reload cycles. Reloading doesn't operate on a timer anymore and remains incomplete until the animation is cycled, so you can now interrupt an enemy's reload reliably. Edited animations to read more easily to telegraph the stage of the reloads and in some cases just be slightly longer so you have time to react.
  • Greatly improved functionality of 'feel no pain' perk (from augments) and extended the functionality to high armor defense levels (makes enemy weapon 'stopping power' more of a consideration based on your current suit armor value.); while taking damage you can continue to perform many normal actions, like walking, running, or performing melee moves.
  • Player grab hit-box range increased to make it easier to land on people who are only slightly in front of you.
  • New wall mounted medkit object.
  • Revamped the physics of all the particles (blood, concrete chunks, wood, glass, etc.) to look way smoother and prefrom more efficiently.
  • Updated blood splatter production to be more realistic: more directionality
    to gunfire hits, less blood but within a tighter splatter.
  • Replaced previous instances of your constable id with a readout of which trait you have, along with an icon for that trait.

  • Added variation to sparks for more ZZZZZ, sparks also look less blobby when they occur in a dark area.
  • Updated explosions scripts to properly interact with friendly npcs death and ragdolls states and surrendered enemy states.
  • Increased fidelity of all verlet object to environment collisions for slightly increased cost, keeps all objects (including doors) from clipping into the ground at high velocities better.
  • Updated ragdolls to be less "sticky" when interacting with surfaces.
  • You can now sell your default 6.3mm ammo to miniFACT.
  • Added more wall pipes and a series of construction tiles and distributed
    them where relevant.
  • Street signs no longer get light info/draw themselves if they are off screen, increases performance by a bit.
  • Updated the animation for post defibrillation into standing and adjusted the screen shake during defibrillation .
  • Multiple touch-ups to various Constable sprites and intro slides.

Bug Fixes

  • Corrected math in player reload frame calculation, animation should sync up and properly start with player's reload cycle, speeding up with player's gun skill.
  • Only enemies who sight you and intend on following you while you engage a door action can properly lock on now; applies to npc characters as well. Once a character is 'in a stairwell' they cannot be engaged or locked onto by their enemies. (No more x-ray vision bad guys.)
  • Civilians now register ledges and will turn from them like enemies do when they are unaggroed.
  • Fixed a bug when characters were interacting with windows while moving through vertical stairways.
  • Reworked player airborne animation controls; jump animations properly transition momentarily to airborne animation, which then transitions to drop. Extra controls make improved jump animations not interfere with wall cling frames.
  • Slight adjustment to crouch mechanism makes the animation and clipping more accurate, letting you finally teabag the hell out of people.
  • Reworked how jump timers work so that it no longer interferes with crouching after jumping.
  • Fixes to player jump animation control not triggering or progressing properly, should start at frame zero and animate at the correct speed now.
  • Streamlined "three point landing" script so you can't glitch cancel out of it as easily.
  • Verlet objects will now properly interact with panes of glass, damaging and breaking them at sufficient speeds.
  • Minor change to keep minilaw guard attack from rapid fire whiffing, resulting in glitch sound production

0.2.2 - Clobberin' time!

DECEMBER 17 - >:3 GARY

Lots of new moves and combos to try out and the beginning of civilians.



Additions
New civilian NPCs. Currently they are just nameless dum-dums that walk around and get shot, but we've got big plans for these little guys.



Lots of new melee moves, including the following:



  • Double Kick (Low Kick/High Kick)

  • Crouch Dash Uppercut

  • Combat Roll Spin Kick

  • Combat Roll Shove

  • Crouch Dash Sweep

  • Wall Throw


    Try experimenting with different sequences to try new combo chains!


    Bug Fixes
    Going along with the new combo and moves, we fine tuned the melee skill progressions. Nerfing and buffing various skills so you don't turn into a god too soon.
  • Less flickery menus
  • Added a prompt to show the controls while in the "DNA Sequencer" mini game.
  • Addressed Playervision and background light object crashing

0.2.1 - miniFACT Mandated Holiday Update

DECEMBER 10 - >:3 GARY

You are required to enjoy holiday seasons or you will face prosecution.



Big update with a long change log, hang on for the ride.




Additions
-Added 6 different wall mounted CRT screens ANDDDD created 8 in-universe TV shows that display randomly on said screens.



-Several people in New Babel still celebrate christmas and we have added in 3 new celebratory christmas trees.



-Added new Hanger scene that displays when docked at miniLAW HQ.



-Added 24 movie posters from the miniLAW universe!



-Updated enemy AI, they will not break cover to engage the player-aligned npcs instead of always sticking in their cover. Also improved their cover taking routine to be more fluid.



-15 new "isoblock" sprites for New Babel's map screen. Also



-Snack vending machine cover object!



-5 new motorbike/scooter objects to destroy.



-New Bodega Level



-Added electrical damage effects to the appropriate cover and background objects. ZZZZZZZZZZZZap.



-New background tiles and back cover objects that take full advantage of the darkness changes.



-2 new neon signs, 4 computer monitors, 5 wastebaskets.



Optimizations


-The New Babel map generator tracks which building type exists in the smallest number and creates that for each new building, effectively evening out what kind of platforming level types exist in any playthrough and making it less likely you see the same level multiple times in a row.




-Background tiles and back covers now draw darkness in the shape of their opaque parts, so glass or empty spaces will show through to the ambient lighting conditions(aka the cityscape).




-Paper and cardboard debris now float correctly in 60 fps.



-Optimized engine to not calculate and display various things that are off the screen. This cuts down on processing power and gives a few extra FPS in some areas.



-Changes to grab based melee moves, they perform more consistently how they were intended.



-More efficient checks for all bullets so they should run smoother in situations where a lot of them are being fired.



-All bullet ricochet noises now use a distance calculation instead of playing at full volume inexplicably. This will created depthhhhhhh of sound.



-Removed a fair amount of legacy junk from all impact creation codes.



-Longer casings like the 454 now display properly in the HUD and don't overlap it.



-Fixed miniFACT messages not formatting correctly.



Coming Soon:




(1 edit)

0.2.0 Changlog - Optimized Efficiency

>:3 GARY

Here is is. Update 0.2.0. Exactly 0.1.0 update units since the original build we released on August 26th of this year. It's been 10 weeks and 9 new updates since we started Early Access. We would like to thank everyone who has supported us so far with purchases, reviews, bug reports, constructive feedback,and suggestions.


Performance Optimizations
We've spent almost all of this week on optimizations so miniLAW will run better on low end machines, these changes will of course make mid and high end machines run even smoother. While testing miniLAW on multiple hardware configurations, we determined the lowest specs possible. We've concluded that the Intel HD 5500 (and most likely the equivalent GeForce 720 and Radeon HD 5570) is the new required video card level and we will be updating the store page to reflect this.



If you have a low end PC, these steps should substantially increase FPS and give a more consistent play experience:



- Shadowcasting OFF
- Frameskip ON
- Physics objects reduced
- Play in fullscreen



Specifically we have done the following:



  • When shadowcasting is switched to "off", all light drawing is now handled in a batch process. This will give a noticeable framerate boost for those using this option.
  • Condensed all neon sign light drawing into a new batch process object. This will give a framerate boost for everyone and allow us to put more neons EVERYWHERE like we envision it should be.
  • Physics objects settings now determine how many particles window panes create when you break them.
  • New platform code eliminates ledge cast points and attempts to approximate those cast points themselves. Results in a big performance boost in ledge-heavy areas.
  • Occlusion and shadowdrawing is now 300% more efficient and stairs create their own approximate cast points for further improvements.
  • Improved how the lock minigame displays to cut down any potential lag they may have caused.
  • Made tile darkness drawing much smarter.
  • Minor light, HUD, and screenshake code improvements.
  • Organized fonts onto proper texture pages.

New Features

Oh yea, we also added the corporate headquarters of one of the most valuable companies in New Babel. ABRAXAS!



Facebook
Twitter
Reddit

0.1.9 - Back On Track!

OCTOBER 28 - LASSO GAMES

Howdy!



This week we wanted to try and introduce a slight change in environment to the New Babel landscape. Variety is the spice of life and adding new variety to New Babel will give the setting more life than ever.



FEATURES

  • Storefront level


  • Derelict train level


  • Cover objects with destruction states


  • SFX: Servo sounds, bone breaking, knife sounds, and more.

BUG FIXES

  • Much more efficient explosive projectiles, explosions, and explosion debris, resulting in little to no lag from fairly liberal use of explosions
  • Frameskip options in video should now say 'off' or 'on' instead of 0 and 1
  • Fixed bedroll object showing up damaged all the time. Gave metal and office chairs more health.

As always, thanks for all the support and activity here in the community hub! Thrilled to watch the community grow! Follow us on social media for more frequent content updates!




Facebook
Twitter
Reddit

Does this problem persist after you restart the game, or try to start a new game?

Also, did you try rebinding the keys from the options menu on the title screen?

Also, is this the most recent build?

Also, would you mind providing some of your system specs, like OS, RAM, GPU?

Any of that information could help us get your problem solved. :)

0.1.8 changelog - Blow the damn walls up

OCTOBER 14 - >:3 GARY

In this update we make a lot of things break apart when you shoot them, optimize performance, and do a complete settings reset.



Unfortunately everyone will have to re-select their custom keybindings, video settings, and sound options. With all the new changes happening we've noticed that first time players were being loaded with sub-optimal settings and weird mouse button bindings. We decided to do a hard reset so all future players can experience the game correctly.



New Features

  • Perps will now drop or throw their weapons when they are killed or knocked out to ragdoll.

  • Cover objects will now generate debris based on the material type when shot.

  • New sounds effects to compliment all of the new weapons and debris that are being thrown around.
  • Added options in the video menu to adjust the amount of physics objects being display. If you experience any slow downs be sure to check here first and turn them down or off.
  • New Mally's sign
  • Added 16 new casing sounds for more jingly jangly variety.
  • Added MiniLAW guard ragdoll sprites, and they will now ragdoll when enough force is applied.

Tweaks and Performance Improvements

  • Smarter enemy ragdoll generation should be less prone to clipping into the ground on creation
  • Improvements to all collision detection.
  • Player-cover interaction fixes; taking cover close to other similar class cover no longer snaps you about weirdly if you are contact it
  • Decreased the force needed to break through glass. Hopefully you won't feel like you are running into a patio door now.
  • Improved verlet prop objects generation, which improves their performance in big gunfights significantly.

Things you've been asking for: some now, some soon! 0.1.7 Changelog

OCTOBER 6 - >:3 GARY

Welcome to the party pal. Lots to see and experience in this update.




New Features
Primary ammo types expanded: this will give you more control over your gun loadout. Check out all the new and old ammo below with descriptions. The new primary ammos are listed with ***




  • RAZOR 6.33MM - Standard issue miniLAW round, metal jacketed copied from old world designs. 12 round mag.

  • ML HP - MiniLAW hollow point rounds. Deal greater damage to unarmored targets. 11 round mag.

  • ML AP - MiniLAW armor piercing rounds, cut through enemy armor at the cost of lethality. 10 round mag.

  • SFTE RUBBER - Standard issue miniLAW riot rounds. 12 round mag.

  • PB SHOT SHELL*** - .410 (10 gauge) bore shot shell. Medium stopping power. 8 round mag.

  • SLEDGE MED. EX*** - Sledge explosive rounds. 3 round mag.

  • TZR ROUNDS*** - High grade non-lethal rounds with tazer warheads. 7 round mag.

  • 13MM SWC*** - High powered armor piercing shot. 6 round mag.

  • .454 CASULL*** - Extremely high powered magnum shot. 7 round mag.

  • JKHMR ROUNDS*** - Jackhammer low-explosive rounds. 6 round mag.

  • FLBR 7 ROUNDS*** - Kinetic transfer gel shots. Capable of indirect firing lines. 8 round mag.

The last ammo type is amazing so see it in a gif!



  • Functional mouse rebinding. Mouse buttons 1-3 can cycle through 8 distinct action bindings, accessed by clicking on the mouse bindings or pressing left/right while highlighting mouse bindings in key rebinding screen. You (Rin D. Pryde, Chaos, and Danda!!) asked, and we provided.
  • Two new augments in the SPDLD line that increase your mag size by 60 and 75%, for a maximum increase of 135%. Nicely supplementing the new ammos and smaller magazine sizes.
  • Upped the spent bullet casings from 2 to 8 to give the gunfight debris a more varied look.
  • Optimized neon sign glowage and ragdoll calculations to give you more frames per second.
  • Different rounds impart different amounts of recoil to the player gun arm, and have different pitch and gain creating a unique feel for each.
  • Less sticky ragdolls function more realistically and look way better.
  • With all the additions comes a little sad news, all previous saved games will be unusable. We are sorry to do it, but with the constantly changing state of our early access builds it is unavoidable.

Fixes

  • Possibly fixed a rare bug that was affecting the "Meticulously Minded" trait and inducing HUD and vision distortion.

We are also working on trading cards and all that comes with them!




Facebook
Twitter
Reddit

Noble Signage! miniLAW 0.1.6 Changelog

SEPTEMBER 30 - >:3 GARY

FRIDAY FRIDAY FRIDAY, also known as update day here at Lasso Games. We've been hard at work (again) and have excited gases to show you (and a few features).




We wanted to take a step back from the hardcore programming this week, and showcase the city side of New Babel with some world building. There is so much background information that we want you to experience.



New Features

  • The art department has created a hefty amount of bright Neon signs and we've splattered them all over New Babel.


  • New alley level with showcasing some of the signs


  • New catacombs level, New Babel was built on top of its destroyed past and this level gives a glimpse of it. Oxybar on top but what will find beneath?


  • Bullet hits on enemies now generate smoke for more b-movie looking entry and exit wounds and can spurt blood or sparks depending on the enemy type.
  • New posters to fill out our industrial levels


  • Completed ragdoll animations for all perps.

Fixes

  • Enemies will no longer spawn where the Constable car enters a level. No more spawn camping enemies!
  • Grab usefulness increased: Fixed error that was breaking grabs prematurely. Now landing a grab properly weighs your strength against the strength of the enemy you have grabbed, and they will break out only after the grab period has expired. Grab time now caps out at a minimum of half a second and lasts up to a maximum of about 4, so you should have more time to decide what to do in any grab situation.
  • Breaking panes of glass now look more realistic and break based on the point of impact!



  • Optimized efficiency of spark and explosion drawing
    and particle movements.

miniLAW Early Access 0.1.5 Changelog

Each and every Friday an update, better than the last? You decide!

New Features

IMPROVED RAGDOLLS


  • Improved collision detection and performance
  • Less sticky ragdolls
  • Ragdolls show locational damage
  • Ragdolls track damage character takes over lifetime
  • You can interact with ragdolled enemies


  • Explosions + ragdoll interactions


  • New residential zone level


  • New Track "The Crawl"[soundcloud.com]

    BUGFIXES
  • Death and KO states should shade correctly again when not in ragdoll.

    Hope you enjoy! As always, we are open to feedback here on the community hub and any of our social media outlets! Help us spread the word and get miniLAW out into more players hands and help our community grow!

    Facebook
    Twitter
    Reddit
(1 edit)

miniLAW Early Access 0.1.4 Changelog


Happy Friday everyone! Time again for the weekly build, and 0.1.4 is ready!


After we got a taste of the swinging physics on the light objects from 0.1.3, we had to keep going with it and take it to the next level. Here's what's on the slate for today's update:



Added:


Verlet integration for rope-like objects





Rag Doll Physics for high-speed impacts





New Meat Locker level, complete with swinging rat meat





Gang-specific graffiti now generates in select zones based on which gang controls the area





Hip new club track



Bugs Fixed:

  • Fixed getting stuck in corner after impact.
  • Minor fixes to hospital and slums levels.
  • Full Controller Support added to game store page.

    Hope you enjoy! As always, we are open to feedback here on the community hub and any of our social media outlets! Help us spread the word and get miniLAW out into more players hands and help our community grow!

miniLAW Early Access 0.1.3 Changelog

Added

  • Swinging physics based lighting


  • Factory level and assets


  • Construction site level and assets


  • Gang graffiti tags


  • Industrial background music track



Bug Fixes

  • Optimizations for memory issues
  • Improved light and shadow physics
  • Barrel Bouncing Physics
  • NPC logic fixes
  • Debris fixes


Hope you enjoy! As always, we are open to feedback here on the community hub and any of our social media outlets! Help us spread the word and get miniLAW out into more players hands and help our community grow! :D


Facebook
Twitter
Reddit

miniLAW Early Access 0.1.2 Changelog

BUGFIXES

  • More tenacious melee enemies; hitting some enemies once no longer makes them stupid and confused
  • Enemy turning during melee limited; you can step past enemy attacks if you are fast enough
  • Death animation fixes
  • Less jittery player melee pushback effect on enemies.
  • Animation transitions for some enemy and player moves that did not animate back.
  • Extinguisher explosion bugfix
  • Several enemy attacks line up better with their corresponding animations.
  • Contingencies to keep menus from crashing
  • Detail ups to several existing enemy animation sets
  • Texture page optimizations
  • Load triggers for settings work better when going back into a level with a save.
  • Several keypress prompt fixes

NEW CONTENT

  • Gamepad improvement: right stick points the gun; you no longer have to hold down an additional button to aim
  • Keyboard and controller rebinding from title menu
  • Friendlier gamepad/keyboard to mouse interaction on all menus
  • Electric zap effects for all electricty related damage
  • 3 New Levels
  • 5 New BGM Tracks

miniLAW Early Access 0.1.1 Patch!

BUGFIXES

  • Tutorial button prompt typo fix
  • Trraining Targets no longer crash game if you headbutt them.

miniLAW Early Access 0.1.0 Changelog

BUGFIXES

  • Fixes to levels with misplaced objects.
  • Various changes to game physics.
  • Arranged texture pages for better performance.
  • Fixed a bug with leaving play area.
  • Improvements to enemy target finding.

NEW CONTENT

  • Additions to enemy types and new enemy AI.
  • "Biofreaks" gang added.
  • New Boss Battles
  • Implemented Clue/Raid System.
  • Selectable traits at the beginning of every game.
  • Consequences to failing the 24-hour time limit.
  • More melee useability.
  • New platform stages.
  • New music tracks.
  • Suit damage sparking.

miniLAW Alpha 7.27.16 Changelog

BUGFIXES

  • Shadowcasting OFF option draws more efficiently.

miniLAW Alpha 7.22.16 Changelog

BUGFIXES

  • Minor platforming tweaks.

NEW CONTENT

  • Enabled 60fps.
  • Lighting/Shadowcasting options in video menu.

Came here to see if there were any solutions and found my good Taco Bell buddy JP asking the tough questions :D

Hope we can get it figured out soon, cause my miniLAW page is kind of dookie in the meantime.

miniLAW Alpha 7.14.16 Changelog

BUGFIXES

  • Fixed issue with forward jump and backward movement locking you into forward walk.
  • Fixed glitch dash that would launch you forward more than intended with no animation.
  • No more crouching in mid-air and teleporting to the ground.
  • AEFS fixes and additions.
  • Shield hits consume variable power.
  • Revamped how player hit state and animation trigger and get maintained

NEW CONTENT

  • New cover objects.
  • New levels in alpha rotation.
  • Revamped lighting system: platforms and walls now cast shadows.

miniLAW Alpha 7.1.16 Changelog

BUGFIXES

  • Phosphor shot now creates fire instead of just sparks.
  • Some augments nerfed to make them less broken at higher upgrade levels.
  • Platforming feel tweaks.
  • Crouch hit state now uses proper animations.
  • Eliminated long standing enemy twitching bug.
  • Enemies now use doors more frequently.
  • Enemy animation fixes.
  • Fixed a control issue that would lock up left/right movement sometimes.
  • Less touchy skid activation.
  • Playerdash timeout controls improved.
  • Crouch transition fixes.
  • No more cancelling out of climb with grab.
  • No more glitchy full cover cancelling.
  • Glass bulletholes in object windows go away when said window is destroyed.
  • No more running lock-pick from shift-dash.
  • Melee tweaks that disable moves should you lose your footing.
  • Enemies forward slide has more conditions to keep it under control
  • No more shooting while in mid-air: it's a feature?
  • Removed errant hole in bg tiles in rm_bar_small

NEW CONTENT

  • Prototype animus hacker.
  • More enemy animations for RJ initiate.
  • More parallax BG variety
  • Scrolling LED marquees
  • More signs, both animated neon and bg plaque
  • Melee system refinements: all attacks are snappier and have enforced cooldowns
  • Dash and skidding refinements: less skating or gliding across platforms.

miniLAW Alpha 6.23.16 Changelog

BUGFIXES

  • Cover control issue fixes
  • Chest high cover animation fixes

NEW CONTENT

  • More efficient debris
  • New scenery objects
  • More parallax BG variety
  • Scrolling LED marquees
  • More signs, both animated neon and bg plaque
  • Melee system refinements: all attacks are snappier and have enforced cooldowns
  • Dash and skidding refinements: less skating or gliding across platforms.

Did you make any progress on this? I currently don't have a Windows 8 machine to put the game through its paces, so there is a little disconnect with the community there. We will rely on you to report bugs and issues here!

We want to make sure you get an opportunity to play and experience the game as intended, and also fix any bugs that may occur along the way! :D

The thread I don't want to read, but the thread I have to read!

Post all bugs and issues in here. Be sure to include your operating system, whether you were using a standalone or installer, and any gfx related hardware/settings that may be applicable.

Thanks! :D

(1 edit)

No but I'm about to open one up! :D

Aaaaand here it is!

Wow, thanks for the sentiment. We really appreciate it.

The fact is, to download the game on itch.io, you don't have to pay anything. There is a small link that says something like "No thanks, just take me to the downloads," and if you'd like to do that we are fine with it.

The current available version of miniLAW is in fact an Alpha build, but the game is still pretty far from completion. We have big plans for the development of the story, and although the current build will give you a general idea of how the final game will play out, it is essentially in a stage between a demo and a final product.

We have considered going to a release for Steam Early Access, or providing some kind of pre-order system for the full game when it is completed. But the development cycle for this title may last until this time next year, as we are constantly adding new features and content.

Thanks again for playing and for being a part of the community, I hope that you and others in your same position will keep playing and offering feedback.

For more community content, check out reddit.com/r/minilaw and feel free to submit images, art, questions, suggestions, and discussion about the game. We would love to build a thriving community out of the project and build the best game we possibly can for them.

We have spent more time honing the controls for keyboard/mouse than we have with gamepad, so I'm surprised to hear these issues.

I'd like to know what OS you guys are using to get the glitches. We have been developing primarily on Win. 7, and have had reports of Windows 8,10 doing funky things if you try to run the standalone. We want to make sure and address every bug if we can though!

Sorry to hear of your technical woes with the game. Could you let us know what OS you are running? I'll need to gather as much information as possible to address this crash and other bugs you've reported so we can get them fixed for the next build!

One thing I'd try to verify is that your controls are actually set to keyboard and mouse in the game menu. Another problem I've had is if I try to use keyboard shortcuts to enable fullscreen/windowed mode. Make sure to set all of that in the ESC menu options.

These crash and bug reports are incredibly helpful to us so please do keep sending them in. I'll try to keep a thread open specifically for bug reporting.

Thanks again!

Howdy! Thrilled to see us featured on the front page of itch.io today!

I decided to start this thread as a source for news and announcements, which are usually posted regularly on our social media outlets and the Levantera subreddit.

To start, here's a video of some of what we've accomplished in the last 6 months since being selected for the Taco Bell Indie Game Garage.

Levantera: Six Months of Progress

Enjoy!

miniLAW Alpha 5.23.16 Changelog

BUGFIXES

  • Added sounds and text to equip and requisition menus to make actions clearer.
  • More in game response for special target capture

NEW CONTENT

  • Gang reputation, effects specific gang spawn rates.
  • Garbage generation
  • Flies (bzz bzz)
  • More sound variety for: enemy combat interactions, guns, environmentals

miniLAW Alpha 4.28.16 Changelog

BUGFIXES

  • Fixed Bullet holes that were showing up from bullet impacts on walls.

NEW CONTENT

  • New SFX!

Valid concerns! We highly appreciate the feedback and will do everything we can to address every item! We are always looking for not just indications of what isn't going right, but suggestions on how to make the trouble spots react more appropriately.

(1 edit)

miniLAW Alpha 4.15.16 Changelog

BUGFIXES

  • Made first tick on DNA sequencer slower
  • Enemy sighting code tweaks
  • Streamlined file formats/sizes

NEW CONTENT

  • Prototype Animus Ranger (Jetpack guy)
  • 2 New Story Rooms
  • Rudeboy Ranger
  • New SFX!

miniLAW Alpha 4.8.16 Changelog

BUGFIXES

  • Screen interference fixes, hacker attacks threatening again.
  • Armor piercing rounds bugfix

NEW FUNCTIONS

  • New Renegade Justice Hacker unit (Complete with Stealth Suit!)
(1 edit)

miniLAW Alpha 4.1.16 Changelog


BUGFIXES

  • Enemy animation bugfixes.

NEW FUNCTIONS

  • Intermittently anitmed targeting reticle
  • Palette swap shader for enemies, each of which can now have one of three color schemes.
  • Buildings now composed of tilesets for more modularity.
  • Added Combat Command list from the in-game control options menu

miniLAW Alpha3.18.16 Changelog


BUGFIXES

  • Locked off sidebar functions when car is hacked into forced landing
  • Some dash fixes for new blocking direction lock mechanic to make dashing while blocking control more like before.
  • Fixed rate of fire and player bullet creation stats being wrong because I added an empty slot to player barrel creation
  • More enemy knockback hitbox tweaks. More adjustments to enemy fall damage makes throwing people off buildings and down stairs even more useful than before.
  • If the player loses their grab target and is in the middle of a grab based melee move, player will cancel out of move automatically. Snappier normal end to grab based moves.
  • Edited all cover hitboxes so characters position themselves more visibly against cover objects. Fiddled with enemy cover contact scripts to make it a little less bumpy. Lots of offset fixes for player character to prevent clipping at high velocities.
  • Chesthigh cover draw offset fixes. The JAWS gauntlet upgrade has the additional visual effect of picking the enemy up off the ground.
  • No more weird glitched shouting draw while moving through vertical doors. Enemies who hit the ground at high velocities no longer maintain a little stutter, and settle like they should. Skid time scales with movespeed. Various eyelight fixes for new walking and idle states.
  • More enemy defeated state platform contact script adjustments. Another fix to enemy player character finding script to prevent crash.

NEW FUNCTIONS

  • Now perfect block has an offhand counter as well as a primary hand counter. New move(set) does less damage than primary counter and has no knockback, but chains into normal offhand moves. New snappier combo triggering means moves don't need perfect timing to be pulled off, and moves string into each other a little more easily.
  • Now when you block you lock into facing the direction you were in before you started blocking. Double tapping a direction will change your facing while blocking. Better enemy falling state activation. Rudeboy knockback hitbox fixes
  • Revamped how all melee moves chain into eachother, so the player character deals out combo damage more readily.
  • Secondary animation for all fast basic attacks, so there is a slight visual variation in how they are performed at random.
  • Dash attack moves trade forward momentum for fast heavy melee attack.
  • Arrow indicator for visual contact with offscreen enemies. Information from this is indicator is limited but will let you know how many offscreen enemies you have line of sight with.
  • Improved grab controls mean you have to time the button presses less perfectly. Grab arm is now a separately drawn object that goes from the player's shoulder and attempts to connect with the enemy's head/neck region.
  • Powered down forward kick by making it only hit one enemy max instead of 2. As a tradeoff, all enemies that are knocked back at sufficient velocity will knock over other enemies in their path.
  • New 'gun up' idle pose. Change is strictly visual and for fun. Character will switch into gun up state and out of it from specific actions. No actual effect on player or hitbox from animation.

miniLAW Alpha3.10.16 Changelog

Bugfix

  • Heavy landing eye light fixes. Edit to rj ranger death animation, new death animation added to selection
  • Edit all hostage freed and walking sprites to make him less tall
  • Locked off special barrels at start of new game. Reorganized barrel creation script to include an empty item.
  • Renegade Justice ranger and hazmat soldier now have more hit, death, and ko states. Fixed bug where Minilaw cops start level locked up in a standing position and refuse to budge unless they made line of sight with enemy.
  • Muzzle offset fixes, made forced landing less likely, except in blocks with the 'loitering' crime, where you will be more likely to be intercepted.
  • New pixel surface, map circle and shout sound circles now draw to it for a hopefully more cohesive looking HUD in both map and platforming screens.
  • Reformatted drive time readout to be in a less stupid place and to read more easily
  • Improved npc commit movement script. Enemies now more consistently take stamina or health damage from long falls. Very long drops will kill enemies.
  • Various layer extras to keep them from breaking or drawing incorrectly. Enemy stamina damage from high speed falls increased..
  • More hacker fixes to keep it's attack from crashing the game. Attempted to fix enemy twitching due to target reacquisition. Mini mecha enemy knockback hitbox fix. Darkness surface object contingencies to try and keep it from drawing incorrectly.

  • Features

  • While in transit on the map screen there is a chance that moving over a hostile block will result in your vehicle being hacked, which automatically drops you into the level and times you out of using the car for about 4 minutes 30 seconds New Babel time.
  • Restored mask for phosphor burn. Now if you kill a knocked out target it will track it will correctly both deduct the point difference and penalize you for it appropriately if you were supposed to take them alive.
  • More force from being thrown through a glass window. Knockout moves shove enemies back slightly more.
  • Your diplomacy skill now factors into the resolve penalty for enemies, instead of only affecting range of your voice. New HYDRA and SPARK kinetic recycler upgrades available, recharge your power with successful melee connects and perfect blocks, respectively.
  • Doors now shake with various impacts. Shouting at idle minilaw cops will make them turn towards you. Changed player shout trigger priority.
  • Now when you block you lock into facing the direction you were in before you started blocking. Double tapping a direction will change your facing while blocking. Better enemy falling state activation. Rudeboy knockback hitbox fixes.