Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Mr. 4th

27
Posts
681
Followers
4
Following
A member registered Aug 06, 2017 · View creator page →

Creator of

Recent community posts

It's rasterized into an atlas on first use, and then kept in an in-memory cache for the rest of the program. It's okay, but not good enough for freely scaling the font size in an animation.

Not surprised that's where you got blocked! I spent basically no time making sure the game felt balanced. I need to learn more about RPG balance and pacing for future iterations!

I think this issue should be fixed now.

Wow! Thanks for the new information! It sounds like two bugs now. Sure email allenw@mr4th.com and we can get to the bottom of the issue.

I've uploaded a version which should allow you to play it.

Oh gotcha. I think I will be able to fix that, thanks for the info.

That looks like a shader error, thanks for letting me know!

That sounds bad! The audio system is just some WASAPI wrapper example I grabbed from a gist in a day and I don't really understand it. I'll try to do a serious pass over my audio mixing soon. Thanks!

https://github.com/Dion-Systems/4coder

I am taking a break from it right now but I intend to continue builds later this year.

I'm not sure if it has any uses! I just made it to try out some concepts for a programming environment that isn't entirely centered around text files. Since it was an experiment I'd say some parts turned out to not be that great but others are pretty interesting. Overall it isn't obvious to me how to get anything useful done with it *yet*.

If you mess around with it and find something useful you could think of to do with it let me know. The best thing I've gotten out of it was just a really nice environment for "hands on" learning about functional programming and Lisp in particular.

You aren't doing anything wwrong that I can see, it should work. Email me at editor@4coder.net and we can try to figure it out.

Yes, in fact this will be the primary purpose for the next version when it is ready.

It comes with the C++ source that you need to build customizations.

I don't know, but 4coder is pretty poor for editing python files in the current version. Extended language support is coming soon though.

4.1 is $12 more than 4.0 was. I offer a $12 discount to everyone who bought 4.0 previously. If you don't see the discount email me at editor@4coder.net and I'll help to arrange it for you.

It's possible, the graphics backend was updated a little. It works in a lot of places though. You can submit more information about your driver and the exact results you get from running 4coder at https://github.com/4coder-editor/4coder/issues

Yes you would be able to download the Linux version right away.

The Linux port is still being developed. As soon as it's ready there will be a demo and full version.

(1 edit)

Yes someday. I'm planning to do this for Vim first though, as that's a much more highly requested emulation.

(1 edit)

It should work if:
1. The theme is in the theme folder
2. You use the exact name of the file before the ".4coder" as your theme
3. 4coder actually finds and loads the config file - which you can confirm by looking at the messages buffer and seeing what it loaded for default_theme_name?
If you confirm that all of those are true but it's still not working please make an issue on https://github.com/4coder-editor/4coder/issues

Yes purchasing 4.1.x gets all 4.1.x releases (4.0.x had 30 releases and lasted about four years, to give you an idea of how it adds up).

Also the theme changing bug is fixed in 4.1.1.

Hopefully early 2020. Work has already begun on these.