Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

FLGMwt

4
Posts
6
Following
A member registered May 08, 2016

Recent community posts

That's a fun idea! I added a secret shortcut to https://mixolumia-palette-picker.netlify.app/ (ALT+R) that generates 100 random palettes and copies them to your clipboard. Let me know if it works for you :D

That did it. Thanks : D

(1 edit)

Hey! Two things:

1.) I'm poking at how feasible it would be to get song visualization / testing into the palette web app. Let me know if you had any ideas on how to make that useful : ) No promises since I have one of those pesky job things, but I had fun building the palette thing and the music system is neat!

2.) I tried making a very very bare bones track to test out the `data.json` schema but ran into a runtime error on starting up the track. I was able to see and select it from the tracklist in game, but crashed with this trace as soon as the music would have started:

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of  Step Event0
for object audio_obj:
unable to add a number to string
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Script_load_song (line 74)
called from - gml_Script_audio_state_gameplay_start (line 3)
called from - gml_Object_audio_obj_Step_0 (line 2)

If it helps, I pushed up the current "song" here: https://github.com/FLGMwt/test-mixolumia-song/blob/master/data.json <- the OGGs are just noises I recorded in Audacity as separate tracks and exported w/ `Export Multiple` as OGG.

I'm on Windows, and I had that^ in a directory named "honk" in %LOCALAPPDATA%/Mixolumia/data/music/

cheers : D

(1 edit)

Hello! I made a little web app to generate and share color palettes. I've still got a bit of enhancements I want to make but it's functional enough that it should be useful to this channel. Try it out : D 

https://mixolumia-palette-picker.netlify.app/?0=000000&1=808080&2=ffffff&3=ffffff&4=ffffff&5=ffffff&name=Monochome%20Dark

I'm posting about the ongoing development of this here: https://twitter.com/ryanastelly/status/1292130765002674178

I'm using React and hosting on Netlify and the code is OSS here: https://github.com/FLGMwt/mixolumia-palette-picker