Search found 21 matches

by Neito
Mon Oct 09, 2023 9:16 pm
Forum: General
Topic: Does anyone know what fonts these are?
Replies: 1
Views: 5738

Does anyone know what fonts these are?

Some fonts I need for a project. https://graphicdesign.stackexchange.com/questions/162365/can-you-please-help-identify-these-fonts-i-need-to-find-them-for-a-project Problem is I don't know what fonts the excessm used. This is from a game called Protect The Hunter's Dream Journey also known as ONE-SY...
by Neito
Mon Sep 04, 2023 6:24 pm
Forum: General
Topic: Does SNESAPU.DLL and libgme.dll work in LOVE2D
Replies: 33
Views: 26467

Re: Does SNESAPU.DLL and libgme.dll work in LOVE2D

Yozzaxia wrote: Sat Oct 01, 2022 3:09 am I don't know what your code looks like, but this works for me:

Code: Select all

local gme = require("LoveGme")()

function love.load()
	gme:loadFile("RS3_Podorui.spc")
	gme:play()
end

function love.update(dt)
	gme:update(dt)
end
Can you please upload your own code here so I can see.
by Neito
Thu Jun 15, 2023 8:32 pm
Forum: Support and Development
Topic: ffi.load can't find a library on some Android devices
Replies: 2
Views: 3908

Re: ffi.load can't find a library on some Android devices

Can you send me the source from your computer? please I would like to see as I want to develop my own game.
by Neito
Tue May 09, 2023 1:25 pm
Forum: General
Topic: Does SNESAPU.DLL and libgme.dll work in LOVE2D
Replies: 33
Views: 26467

Re: Does SNESAPU.DLL and libgme.dll work in LOVE2D

So How do you use this in say, a 2D platformer game.
by Neito
Sun Nov 27, 2022 8:03 pm
Forum: Support and Development
Topic: How to use bump.lua
Replies: 50
Views: 31905

Re: How to use bump.lua

Yes. I need slopes that Mario can slide down on to take out enemies.
Shallow slopes can be walked on freely.
Steep slopes automatically cause Mario to slide down on them.
by Neito
Wed Nov 23, 2022 1:59 pm
Forum: Support and Development
Topic: How to use bump.lua
Replies: 50
Views: 31905

Re: How to use bump.lua

What should I do, how dow I make it like Super Mario World?
by Neito
Tue Nov 22, 2022 8:48 pm
Forum: Support and Development
Topic: How to use bump.lua
Replies: 50
Views: 31905

Re: How to use bump.lua

I'm trying to make a Super Mario World-style game but right now I've kind of made a mess of things and I would like to start again.
Is there any suitable template for me to build off of?
by Neito
Sun Nov 06, 2022 7:50 pm
Forum: General
Topic: Does SNESAPU.DLL and libgme.dll work in LOVE2D
Replies: 33
Views: 26467

Re: Does SNESAPU.DLL and libgme.dll work in LOVE2D

I plan to use spc for music and wav for sound effects.
by Neito
Sun Nov 06, 2022 5:39 pm
Forum: General
Topic: Does SNESAPU.DLL and libgme.dll work in LOVE2D
Replies: 33
Views: 26467

Re: Does SNESAPU.DLL and libgme.dll work in LOVE2D

Yes and they work now. But what I need now is to figure out how I'm going to use LoveGme in a game.
by Neito
Mon Oct 03, 2022 8:43 pm
Forum: General
Topic: Does SNESAPU.DLL and libgme.dll work in LOVE2D
Replies: 33
Views: 26467

Re: Does SNESAPU.DLL and libgme.dll work in LOVE2D

I found a better one now but there are some songs whose only ports didn't work.