Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is there any option to disable the lining around everything?

A topic by Felix created Jan 30, 2024 Views: 331 Replies: 3
Viewing posts 1 to 4
(+4)(-3)

The tracing border around everything makes this more like classic DS style than N64 style. It still won't feel like N64 but at least it would look better.
If there isn't, please consider implementing it.

(+4)

If you want, you can download the source code and mod the game to get rid of all the post processing effects. If you go to the file Source/Scenes/World.cs and comment out these lines of code:

It will give you the desired effect.

Before:

After:

Developer(+5)

You can also do this without recompiling the game by changing line 54 in Content/Shaders/Edge.glsl to:

o_color = col;
(1 edit) (+1)

Thanks both of you. Sorry I won't go out of my way to recompile a game because of that, but I appreciate the help. Surprised I got -2 just for asking a feature, tho.