Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

yano2mch

9
Posts
1
Followers
1
Following
A member registered Mar 20, 2020

Recent community posts

No objections here.

Using cygwin or a unix environment, a bash file with check_images.txt

In short, it will scan png files and see if it's a PNG, and if it isn't then it will tell you what it actually is.

#!/bin/bash
find "$@" -iname "*.png" -print0 | xargs -r -0 file | sed -E "/\.[pP][nN][gG]:\s*PNG/d"
find "$@" -iname "*.jpg" -print0 | xargs -r -0 file | sed -E "/\.[jJ][pP][eE]?[gG]:\s*JPEG/d"
find "$@" -iname "*.jpg2" -print0 | xargs -r -0 file | sed -E "/\.[jJ][pP][eE]?[gG]:\s*JPEG/d"
find "$@" -iname "*.bmp" -print0 | xargs -r -0 file | sed -E "/\.[bB][mM][pP]:\s*PC bitmap/d"

While appending the real extensions (and being able to undo them, i use work/unwork as scripts)

#!/bin/bash
T=`check_images.txt "$@"`
echo "$T" | grep "JPEG image data" | sed -E -e "s:':'\"'\"':g;s/:.*//;s/(.*)/mv '\1' '\1.jpg'/" >work
echo "$T" | grep "PNG image data" | sed -E -e "s:':'\"'\"':g;s/:.*//;s/(.*)/mv '\1' '\1.png'/" >>work
echo "$T" | grep "Web/P image" | sed -E -e "s:':'\"'\"':g;s/:.*//;s/(.*)/mv '\1' '\1.webp'/" >>work
echo "$T" | grep "GIF image data" | sed -E -e "s:':'\"'\"':g;s/:.*//;s/(.*)/mv '\1' '\1.gif'/" >>work
echo "$T" | grep "JPEG image data" | sed -E -e "s:':'\"'\"':g;s/:.*//;s/(.*)/mv '\1.jpg' '\1'/" >unwork
echo "$T" | grep "PNG image data" | sed -E -e "s:':'\"'\"':g;s/:.*//;s/(.*)/mv '\1.png' '\1'/" >>unwork
echo "$T" | grep "Web/P image" | sed -E -e "s:':'\"'\"':g;s/:.*//;s/(.*)/mv '\1.webp' '\1'/" >>unwork
echo "$T" | grep "GIF image data" | sed -E -e "s:':'\"'\"':g;s/:.*//;s/(.*)/mv '\1.gif' '\1'/" >>unwork

Wasn't sure how else to message you. Sure i'll try.

(1 edit)

Regardless, running through my script here is all the files (and the extension they SHOULD be appended). Removed intermediate values to shorten post. If you can fix from the sources then great, if not, converting to png will just make the files larger. the gifs do need to be redone though.

parallaxes/BeerGame2.png.jpg

pictures/Dolly-horse_000.png.webp ... pictures/Dolly-horse_101.png.webp

pictures/Elsy_000.png.webp ... pictures/Elsy_183.png.webp

pictures/frame_00.png.webp ... pictures/frame_59.png.webp

pictures/sasha_000.png.webp ... pictures/sasha_199.png.webp

pictures/vine_00.png.webp ... pictures/vine_59.png.webp

pictures/ElsyBlow1.png.gif ... pictures/ElsyBlow61.png.gif

pictures/KaliArena1.png.gif ... pictures/KaliArena101.png.gif

pictures/KaliBJ0.png.gif ... pictures/KaliBJ80.png.gif

pictures/MariaTent00.png.gif ... pictures/MariaTent100.png.gif

pictures/SashaJerkClean1.png.gif ... pictures/SashaJerkClean42.png.gif

pictures/SashaJerkDirty1.png.gif ... pictures/SashaJerkDirty101.png.gif

pictures/SashaTemple0.png.gif ... pictures/SashaTemple109.png.gif

I have a  homemade script that compares filenames vs their type. Using Cygwin *or any Linux/unix system) the 'file' command will tell you the type, which comes back as bmp, gif, webp (VP7/VP9?), jpeg and png. It also gives details like dimensions, bpp, alpha/transparency, and other details. Though sometimes it's rather bland and only gives 'data' when it doesn't know, or makes assumptions like if it's text or Ascii or utf of some sort.

Glancing over the files i see a few minor issues you might want to fix.

1) SashaJerk animation (clean and dirty) appear to be gifs, which being 256 colors really doesn't flow with the other animations and color pops

2) Several other animations are in webp rather than png files. Not sure if that's intentional. Dolly-horse for example.

Wo wo wo!

*Scuttles away like a certain Futurama 'expert on humans' Doctor*

(2 edits)

Watched the video on Predation and issues, and i think i have a partial solution. TLDR the attack method and lack of camo is a major flaw.

copy/paste on a comment of Camouflage:

Types of Camouflage could be useful.

1) Low/No movement high reaction. This would get you predators more akin to spiders, encouraging high speed but low movement (moving mostly when desperate, or when there's food within striking range) would encourage said type of predators. If they evolved to say have an appendage that could do a strike at a distance quickly and reel in the prey would help. Predators that could last a VERY long time holding in place would be potentially useful, especially if they learned to sit near a deposit of food source to lure in prey, or carry a food source and drop it near them.

2) Being less noticeable when moving less. It would be a camo level multiplied against distance (so further away unnoticed, closer more likely to be noticed unless a higher camo level). If there's a low level of how much movement you could do before it affects your camo you might get predators that move very slowly while seeking prey, like Preying Mantises.

3) Pretending to be a plant/food source. This type of camo would increase in the presence of other food sources, blending in and goes back to #1.

4) Pretending to be another species. There's spiders that pretend to be ants, and flies that have coloration to look like bees and wasps. So basically to get misidentified, which would be more noticeable the closer it got, when it started attacking, or if the prey adopted better eyesight to try and cancel said effects out.

Then there's poison (or in this case, paralysis and lower resistances to damage, and a little damage over time) that could be created. Poison would likely be expensive to use, but could be reclaimed like a secondary food source 1:1 for what wasn't used. Also poisonous that if they are eaten they damage those that tried to eat them. (which could be half movement, Damage over time, or slower digestion/energy recovery for a duration). Though if that's the case having a new gene when they could regurgitate recently swallowed food they could learn there are some things they don't want to eat and try to prevent said damage.

Which then gets into setting traps which have a varying level of camo and stickiness and strength. Or putting food into the trap so when eaten they get stickied. That would be interesting to see.

I guess thinking about it, it's the mix of the attack method currently is too limited and they are too easily to be seen, so there isn't enough diversity in predators making overspecialization to avoid 1 predator type the issue and not having to spread out as much for multiple types of predators.

Also appendages (from #1) could be used to gather plant food sources too. So it might be useful even for herbivores, but the cost rate wouldn't make sense unless food was very scarce and other herbivores were nearby thus to snatch food away from others.


Edit: Watched more recently on added digestion and how it will affect the bibits. Looks good but most of the above i think still stands.

Regardless i look forward to seeing more of this.

Take your time. Cute little game but needs a lot more growth options.  Heroclicker and other games go by percentages that they grow by, as well as being able to purchase 1, 10, 100, 1000, and max. Estimating the doubling cost of an item by percentage is to take 70 and divide against it. So say you do 10% growth, you would go about 7 rounds to double. Starting at 100 to 110, 121,133,146,161,177,194, etc.

Other things you can add for it is AI programs/helpers, improved algorithms, connecting other systems, networks, and get silly with virtual machines and silly things like virtual abacuses.

Oh right, also make option for language?

(1 edit)

Whenever you restart the jar file, the upgrades are available again.

But what you see is about what you get. No scaling of abilities, or real increase of cost, or newer items other than the 4.