Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

fergicide

29
Posts
2
Topics
5
Followers
23
Following
A member registered Nov 13, 2016 · View creator page →

Creator of

Recent community posts

(1 edit)

Thanks, this is a really useful tool for visualizing A-star pathing.

Day/night cycle, crafting, rooster companion -- awesome job expanding the prototype!

Great job!  One fairly obvious issue to report when playing the browser version: annoying audio/music stuttering when starting up a new scene (start, restart buttons), which perhaps can be fixed by first quick-fading down the audio volume prior to initiating the scene change.

What license is this released under?

🥳

Thank you!  Works great on Ubuntu 20.04.  Image drag/drop works too.

Whiteboard community · Created a new topic No Linux build?
(1 edit)

🐧 🚫  😓

> Is it possible that you are also using the continuous release of Laigter from github

Ah yes, that is likely.  Makes sense that you can't mix and match plugin files from the two different sources.  The appimage I'm running says 1.10.2-beta.  Does the continuous build share the same release version as the itch.io release?

Linux users, this happened to me running the Laigter appimage so FYI:

If you attempt to add any of the Laigter .so-file plugins from this page, and it crashes Laigter, and then continues to crash on app startup, you will need to remove the .so plugin files auto-copied to your home directory to allow Laigter to start normally.

You will find the .so plugin files at:

/home/[you]/.local/share/laigter/plugins

Go ahead and delete whichever last plugin you activated which caused the crash.  You should now be able to run Laigter again.

For me, all three linux plugins from this itch-io page crashed Laigter.  However, the .so files for the three plugins found on their github pages installed and worked fine with no crashes:

https://github.com/azagaya/LaigterNormalBrushPlugin/releases/download/continuous...

https://github.com/azagaya/LaigterTextureBrushPlugin/releases/download/continuou...

https://github.com/azagaya/LaigterHSPOBrush/releases/download/continuous/libhspo...

so it looks like the issue lies with the itch.io download versions.

Awesome job with the gibbing and dismemberment, and the moody lighting.  Your "Rescue" series is old-school fun.

I figured it out: it was crashing on startup because I was running the linux executable in a temp folder that held an existing options.cfg file (from some other Godot game).  When I moved the executable to its own folder, it ran fine and created a fresh options.cfg file in there.  I checked with the original build and that also worked once I extracted to its own folder.  Sorry to give you a scare (well, it's almost Halloween, I suppose.)  Interesting that Godot crashes when it reads an options.cfg file it wasn't expecting.

Linux build not running for me for this one.  I get the Godot window then hard crash.  No problems previously running Office Point Rescue on my linux box.  I can send you the log if you like.  Here are the first errors logged:


Godot Engine v3.2.2.stable.official - https://godotengine.org
OpenGL ES 3.0 Renderer: Mesa Intel(R) UHD Graphics 605 (GLK 3)
 
ERROR: load_interactive: Condition "err != OK" is true. Returned: Ref<ResourceInteractiveLoader>()
   At: scene/resources/resource_format_text.cpp:1228.
ERROR: _load: Condition "found" is true. Returned: RES()
   At: core/io/resource_loader.cpp:278.
ERROR: poll: res://TestScene.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://Character/CharacterWithStates.tscn
   At: scene/resources/resource_format_text.cpp:440.
ERROR: load: Condition "err != OK" is true. Returned: RES()
   At: core/io/resource_loader.cpp:208.
ERROR: _load: Condition "found" is true. Returned: RES()
   At: core/io/resource_loader.cpp:278.
ERROR: start: Condition "!scene" is true. Returned: false
   At: main/main.cpp:1936.
WARNING: cleanup: ObjectDB instances leaked at exit (run with --verbose for details).
   At: core/object.cpp:2135.
ERROR: clear: Resources still in use at exit (run with --verbose for details).
   At: core/resource.cpp:477

How about mouse control of the ship (move toward pointer)?

Post-jam, it's the return of Space Crates.  With actual game play -- kind of.  Lots of bugs still, but I think the potential is there for... something.

Pickle Rick meets the Matrix!  Pickle Riiiiiick!

Could not stop laughing at the irreverent commentary, capped off by the way the player pickle falls out of his boots when dying.  This demonstrates, I think, how the entire game loop benefits when one game aspect (player audio commentary) really stands out.

This had a bit of a "Putt Putt"-game vibe.  No idea what Putt Putt games are?  That's because I am ancient like my first computer, the ZX81 Spectrum.

https://en.wikipedia.org/wiki/Putt-Putt_(series)
https://en.wikipedia.org/wiki/ZX81

I can see this minimalist style being very entertaining to young kids, with the vibrant music, simple interaction, and clear story with a hero and a villain.   It certainly brought a smile to my face too.  Well done.

Fast and furious.  I admit I panicked a bit when the big mushroom dudes came barreling down the corridors.  I like the reload mechanic -- not your typical screen icon but an actual mechanism where your guns lower during the cooldown/reload.  The chittering of the enemy was effectively creepy.

This game would be fun in VR!

I was hoping that intro-screen shopping trolley would fill with apples forever :-)

Another terrific effort with the modeling.  The player/camera positioning behind the trolley felt very natural, and it was fun to scoot the trolley around the shop.

I loved the effective, simple modeling.  I would guess you are someone who enjoys building virtual environments, and who takes the time to get things right.  The modular construction of your world demonstrates a methodical approach -- definitely an asset for gamedev.  The simple shapes, colors of your geometry I found pleasing and very apt for the minimalist theme.  The stripped-back character/camera controller enhances the feeling of serenity and peace.  Great job.

Simple to understand, fun to play.  A stellar gamejam entry.

(2 edits)

For anyone wondering how you get nice face-weighted normals (FWN) on your corners:

  1. On Reddit, read about how the pros use FWN - https://www.reddit.com/r/starcitizen/comments/3ogi3o/im_an_tech_artist_in_the_in...
  2. Look at my Youtube video showing (a) a plain cube, (b) a cube with beveled edges, (c) that cube imported to Unity with the FWN script mentioned in Step 4 - 
  3.  Beveled the edges of a plain cube in Blender -- see video above for example of bevel thickness
  4. Go here and get the Unity scripts to automatically face-weight the edge normals when you imported the Blender cube- https://gist.github.com/runevision/6fd7cc8d841245a53df5d09ccf6b47ff
    You'll want to set up an Asset folder for the purpose and edit the script to only apply the FWN to models dropped into that folder
  5. Alternately, if you want to apply the FWN inside Blender instead of using the Unity script, there's a plug-in here - grab v1.2 - https://blenderartists.org/t/addon-weighted-normals-calculator/643637
(1 edit)

Playing with some pre-tethered crates.

Update 6 July 18:  Original submission included a late-breaking bug that killed the emissive lights on the crates, making them look sad.  This version restores the lights.  I rewrote texture management to properly share prefab textures, so now you can generate a zillion crates with no performance loss.  Still no actual tethering feature added yet.

Thanks for the opportunity to join in.  Didn't finish a game this time around, but got off to a good start and had huge fun pushing myself to learn new Unity gamedev skills.  This time around it was texturing, UVs, and tethering objects.  Ended up with a bunch of scripts I will reuse in future.

 I worked on this mainly last Friday and Saturday prior to the actual jam commencement due to working this week.

Well done to all the students participating, and I hope to see you in future jams.

Minor typo: "The train's breaks..." -- should be "brakes."

Beautiful art style.  Great job!