Posts by Wohlstand

by Wohlstand
8 Apr 2019, 10:59
Forum: Troubleshooting
Topic: [Resolved] PGE Editor crashes after the splash screen loads?
Replies: 2
Views: 3267

Re: [Resolved] PGE Editor crashes after the splash screen loads?

Where you have placed "PGE Project" folder? It must be moved into your "~/Applications" folder to work correctly. The thing that happen you see, it's because of damned sandbox. When you using SMBX2 Integration pack with non-Windows or separated Windows-specific PGE installation, ...
by Wohlstand
8 Apr 2019, 10:54
Forum: SMBX-38A Episodes
Topic: Super Mario Flash. 3 Version 1.4.4/German
Replies: 2
Views: 5082

Re: Super Mario Flash. 3 Version 1.4.4/German

Note that "1.4.x" is SMBX-38A, not just "SMBX". It's completely different implementation which is not related to original SMBX branch. ;-)
So, I'll move your topic into the CORRECT place.
by Wohlstand
28 Jan 2019, 15:22
Forum: General
Topic: mario character change
Replies: 2
Views: 2799
  • 1

Re: mario character change

Dude, you have posted your question is in WRONG place :comando: . Gonna to MOVE your topic into the RIGHT place :fox-comando: And the answer to your question. It's easy: the custom character sprite must be placed in your episode folder. The sprite of the character has at least 7 sprites (one per eac...
by Wohlstand
25 Jan 2019, 1:56
Forum: Troubleshooting
Topic: World Map Problem
Replies: 1
Views: 2351

Re: World Map Problem

I think, to test world map path opener by SMBX, you must to remove your game save and start it from scratch, OR use PGE Engine's world map tester where you can type the exit code to trigger the right path opener that you have made on your map. The setup you have made means, right path will be opened...
by Wohlstand
24 Jan 2019, 0:24
Forum: Troubleshooting
Topic: [SDL Mixer X] Seek and skip: review, clarifications, improvements, additional features
Replies: 6
Views: 3059

Re: [SDL Mixer X] Seek and skip: review, clarifications, improvements, additional features

because I did it during my project of adding new Seek/Skip functions, it is presented in the form of new functions next to the existing ones. The benefit is that you can test both old and new functions together in the same program. Oh, I forgot not tell you, once you adding new Interface function, ...
by Wohlstand
23 Jan 2019, 2:39
Forum: Troubleshooting
Topic: [SDL Mixer X] Seek and skip: review, clarifications, improvements, additional features
Replies: 6
Views: 3059

Re: [SDL Mixer X] Seek and skip: review, clarifications, improvements, additional features

Just now I have got your test MP3 files and quickly reviewed your code, however, I can't test it now as I have very tired from my job today, and I gonna sleep now. I'll try it again tomorrow after my job ;-) Thanks for a work! :fox: :) P.S. In my VLC the Frankenstein-MP3 song played correctly, but d...
by Wohlstand
19 Jan 2019, 22:45
Forum: Troubleshooting
Topic: [SDL Mixer X] Seek and skip: review, clarifications, improvements, additional features
Replies: 6
Views: 3059

Re: [SDL Mixer X] Seek and skip: review, clarifications, improvements, additional features

StefG wrote:Oh, that's your work in the official SDL_mixer too?
The seekability over libMAD was made before me, however, my work is was retrieving the current position and full length in seconds.

Yeah, it's would be better to optimize existing seeking MP3 code to speed it up in whole.
by Wohlstand
17 Jan 2019, 23:01
Forum: Troubleshooting
Topic: I Want To Know Something
Replies: 6
Views: 2938

Re: I Want To Know Something

higgorgao1 wrote:it din't work for me
Then, instead of drag & drop, you can use the "upload" button to select the file from documents manually ;-)
by Wohlstand
15 Jan 2019, 3:44
Forum: WohlSoft.ru
Topic: "Write to administrator" form is closed, sorry, but another one was made on a quick hand
Replies: 0
Views: 2397

"Write to administrator" form is closed, sorry, but another one was made on a quick hand

Hello! Unfortunately, built-in phpBB's "Write to administrator" form lacks any sort of protection or captcha :comando: and spam bots are annoyed me to write their letters about their marketing or even advertize some weird porn crap. Therefore, I'll disable this completely. :bomb: Instead, ...
by Wohlstand
15 Jan 2019, 2:02
Forum: Troubleshooting
Topic: I Want To Know Something
Replies: 6
Views: 2938

Re: I Want To Know Something

Should IT BE like this? https://sites.google.com/s/1uoBmOWjSajHEeoOpgnesdePgu7Z_r5Ee/p/1ayqby6uvO27-pUejhHJwCwMCAtRjS_vJ/edit it's on google site cause I don't know how to upload the files here Looks like it's correct, and you should test the result by episode running (will work even on PGE Engine ...
by Wohlstand
14 Jan 2019, 23:46
Forum: Troubleshooting
Topic: I Want To Know Something
Replies: 6
Views: 2938

Re: I Want To Know Something

How Do I Make THe Character Start The Level Getting Out Of The Pipe? That is possible from the world map: put the level entrance point that is attached to your level, and choose the number of warp entry that contains your entrance pipe. Or, alternatively, you can enter this level from another level...
by Wohlstand
14 Jan 2019, 19:43
Forum: Troubleshooting
Topic: 2 Tilesets With the Same Name
Replies: 2
Views: 2770

Re: 2 Tilesets With the Same Name

As I remember, that was fixed some times ago... Please confirm, does it works now or not?
by Wohlstand
14 Jan 2019, 19:37
Forum: Troubleshooting
Topic: [Fixed] Editor Crashes When Attempting Certain Actions
Replies: 2
Views: 5144

Re: [Fixed] Editor Crashes When Attempting Certain Actions

Everything has been fixed long time ago. Trashing this thread into Archive ;-)
by Wohlstand
14 Jan 2019, 19:20
Forum: Troubleshooting
Topic: [Solved] Screen Resolution
Replies: 2
Views: 2749

Re: [Solved] Screen Resolution

Some months ago I have made this:
https://github.com/WohlSoft/PGE-Project/issues/269
;-)
by Wohlstand
14 Jan 2019, 19:00
Forum: Troubleshooting
Topic: [Fixed] [SDL Mixer X] AIFF files
Replies: 5
Views: 2828

Re: [Fixed] [SDL Mixer X] AIFF files

About `Mix_MusicSetPosition`, in the fact it's always used for absolute position and nothing relative, and always in seconds unit. Even on the side of official SDL Mixer this function works for absolute seconds position. Maybe, in the past it had some crap, but on the moment when I have picked it up...
by Wohlstand
14 Jan 2019, 3:29
Forum: Troubleshooting
Topic: [Fixed] [SDL Mixer X] AIFF files
Replies: 5
Views: 2828

Re: [Fixed] [SDL Mixer X] AIFF files

Just now I have tested the patch and I have took it!
https://github.com/WohlSoft/SDL-Mixer-X/commit/fd ... f604dcce35f4b83ff2c7cfca8f2caa

Also, I have fixed some other bugs like inability to play OPUS inside of OGG files. ;-)
by Wohlstand
11 Jan 2019, 3:19
Forum: Troubleshooting
Topic: [Fixed] [SDL Mixer X] AIFF files
Replies: 5
Views: 2828

Re: [Fixed] [SDL Mixer X] AIFF files

The reason why I added the `deep_scan` thing are some weird AIFF files are invalid, but, VLC plays them... If I have kept them, I'll try to share them to you for analyze ;-) I gonna to review this stuff more accurate, for now I'm tired (at me is 3:01 AM, UTC+3) and I gonna to sleep. I have quickly c...
by Wohlstand
11 Jan 2019, 1:57
Forum: Troubleshooting
Topic: [Fixed] [SDL Mixer X] Building problems, CMake, ...
Replies: 12
Views: 3924

Re: [Fixed] [SDL Mixer X] Building problems, CMake, ...

Made just now! https://github.com/WohlSoft/SDL-Mixer-X/commit/c876be238b20e31ee3a94ab3d900248f5a5c0443 Please test this, at me with FluidSynth 1 it builds fine! :) I declare myself incompetent as far as Windows programming is concerned ;-) I using Windows mainly from off VirtualBox to debug some spe...
by Wohlstand
10 Jan 2019, 15:09
Forum: Troubleshooting
Topic: [Fixed] [SDL Mixer X] Building problems, CMake, ...
Replies: 12
Views: 3924

Re: [Fixed] [SDL Mixer X] Building problems, CMake, ...

StefG , yeah, the code here is made for FluidSynth 1 and incompatible with FluidSynth 2 yet... Long time I didn't touched FluidSynth thing as I worked on a way to make united MIDI sequencer module (splitted out from libADLMIDI and libOPNMIDI are was embedded parts) to use it with all MIDI synths to...

Go to advanced search