Page 11 of 47

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Sun Jul 26, 2015 7:01 pm
by XerX
TNTtimelord wrote:
meowflash wrote:Excuse me, Kevsoft, is there a way I can change the FPS of the level?
I believe the FPS involves how your computer runs. Not how the program runs.
SMBX runs at (or tries to) 60FPS. Speeddemon makes it go up to ~200FPS

But yeah, I still stand by my question. Why would you want to alter the FPS.

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Sun Jul 26, 2015 7:45 pm
by meowflash
XerX wrote:
TNTtimelord wrote:
meowflash wrote:Excuse me, Kevsoft, is there a way I can change the FPS of the level?
I believe the FPS involves how your computer runs. Not how the program runs.
SMBX runs at (or tries to) 60FPS. Speeddemon makes it go up to ~200FPS

But yeah, I still stand by my question. Why would you want to alter the FPS.
I don't know, in GameMaker, you can change the FPS, so I want to do the same in SMBX using LunaLua.

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Sun Jul 26, 2015 7:46 pm
by XerX
meowflash wrote:I don't know, in GameMaker, you can change the FPS, so I want to do the same in SMBX using LunaLua.
This isn't Gamemaker.

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Sun Jul 26, 2015 7:49 pm
by meowflash
XerX wrote:
meowflash wrote:I don't know, in GameMaker, you can change the FPS, so I want to do the same in SMBX using LunaLua.
This isn't Gamemaker.
I know this isn't GameMaker. It's an engine different from GameMaker.

Would it be impossible to change the FPS on SMBX? HM?!?!?!?!?

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Sun Jul 26, 2015 8:11 pm
by XerX
No.

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Mon Jul 27, 2015 12:53 pm
by meowflash
XerX wrote:No.
:(

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Mon Jul 27, 2015 5:56 pm
by Axiom
Kevsoft, to elaborate on the custom DLL you gave me earlier: the FileVersionInfo class (for getting the file version of files or in this case, DLL's and EXE's) is fully functioning on Mono/Linux (and presumabely OS X). So, I will ask Wohlstand about querying his LunaLua server for updating of LunaLua. What I ask from you is that you keep embedding the file version info into the DLL as you did for my custom builds ;) thank you much Wohlstand...together our projects may succeed :D

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Mon Jul 27, 2015 8:00 pm
by SMBXxer
Spoiler: show
Image
Little help?

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Mon Jul 27, 2015 8:40 pm
by Axiom
SMBXxer wrote:
Spoiler: show
Image
Little help?
In the folder, install one of the vcredist (try the x64 one, if not do the x86 one)

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Tue Jul 28, 2015 9:59 pm
by Imaynotbehere4long
Just curious: is there a way to play custom music on the world map (like maybe an ini file that says "instead of "smb3-world1.mp3", play this")? All I can find relate to custom music in levels.

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Tue Jul 28, 2015 10:22 pm
by Axiom
Imaynotbehere4long wrote:Just curious: is there a way to play custom music on the world map (like maybe an ini file that says "instead of "smb3-world1.mp3", play this")? All I can find relate to custom music in levels.
the playSFX function works on the world map so i'd imagine you could use the music equivalent for it with no problem

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Tue Jul 28, 2015 10:30 pm
by Destiny
When I try to open LunaLoader I get "LuaLoader.exe is not a valid Win32 application".

i hate when i don't know things, but well, that's the reason people ask

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Tue Jul 28, 2015 11:16 pm
by XerX
Sirius wrote:When I try to open LunaLoader I get "LuaLoader.exe is not a valid Win32 application".

i hate when i don't know things, but well, that's the reason people ask
Redownload Lunalua but this time select SMBX Hexed instead of Loader + Vanilla.

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Wed Jul 29, 2015 12:04 am
by Wohlstand
Imaynotbehere4long wrote:Just curious: is there a way to play custom music on the world map (like maybe an ini file that says "instead of "smb3-world1.mp3", play this")? All I can find relate to custom music in levels.
1) put "play this.ogg" file in your episode folder [you also can make subfolder and put file into it. For example, "World music"]
2) make music.ini file (or copy from smbx folder, it must be in the examples)
then add filename "play this.ogg" or "World music/play this.ogg" if you was put file into sub-folder:

Code: Select all

[world-music-1]
name="SMB3 World 1"
file="World music/play this.ogg"
full list of music ID's:
http://engine.wohlnet.ru/docs/_SMBX64/O ... 20list.pdf
if you wanna customize world music, make INI sections with "world-music-ID" (where ID put actual ID number of necessary music file), if you wanna customize special music (such P-Switch themes, credits music) feel free to put "special-music-ID" section, and "level-music-ID" to customize default level music files

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Wed Jul 29, 2015 12:19 am
by Destiny
Finally, it worked. But I don't see the point of using it if I can't use the "advanced features". Looks like there isn't a way to make it work that doesn't include getting a new computer...

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Wed Jul 29, 2015 12:24 am
by XerX
What do you mean you can't use them?

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Wed Jul 29, 2015 12:40 am
by Destiny
XerX wrote:What do you mean you can't use them?
Image

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Wed Jul 29, 2015 8:54 am
by Axiom
Sirius wrote:
XerX wrote:What do you mean you can't use them?
Image
do you even have a graphics card?

i'm curious as to what advanced features are left out with this

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Wed Jul 29, 2015 9:40 am
by Destiny
Luigifan2010 wrote:
Sirius wrote:
XerX wrote:What do you mean you can't use them?
Image
do you even have a graphics card?
Yes. But no drivers.

Re: LunaLua Offical Thread [Streaming Question Poll]

Posted: Wed Jul 29, 2015 9:45 am
by Axiom
Sirius wrote:
Luigifan2010 wrote: do you even have a graphics card?
Yes. But no drivers.
well there's your issue

why don't you have drivers installed