Page 17 of 71

Re: MP3D Engine Alpha 31

Posted: Fri Nov 30, 2012 1:42 pm
by applePi
thank you AndyLy, a simple solution for a complex and very long post. i should thought of the Gray color.
thank you

Re: MP3D Engine Alpha 31

Posted: Sun Dec 09, 2012 8:37 am
by vladimir
hello guys! I wanted to do something like normal buttons, and wanted to ask you may have an easier way? MP_PickSprite I think does not suit me.
This is what I wrote)

Code: Select all

Procedure AR_createButton(sprite,x,y,button)
  If MP_MouseButtonDown(button)
    If WindowMouseX(0) >= x And WindowMouseX(0) < (x + MP_SpriteGetWidth(sprite)) And WindowMouseY(0) >=y And WindowMouseY(0)<(y + MP_SpriteGetHeight(sprite))
      result = 1
      
    EndIf
  Else
    result = 0
    
  EndIf
  
  MP_DrawSprite(sprite,x,y)
  ProcedureReturn result
EndProcedure
this works well, but may have a better solution?
thanks

Re: MP3D Engine Alpha 31

Posted: Tue Dec 11, 2012 4:15 am
by AndyLy
This is the easiest way in the universe. In any dimension there is no way easier and better.
The simplest way, is always right way. Everything else, from the evil one.

Re: MP3D Engine Alpha 31

Posted: Sat Dec 29, 2012 12:50 pm
by Sveinung
Can you please recompile this lib for PB 5.10???

Sveinung

Re: MP3D Engine Alpha 31

Posted: Fri Jan 04, 2013 10:30 am
by mpz
Hi Sveinung,

i the next time i will have more time for my engine and i will make an update.

I have tested the mp3d engine with 5.10 beta 2 (x86) and it works fine. Do you have problems with its?


Greetings Michael

Re: MP3D Engine Alpha 31

Posted: Fri Jan 04, 2013 5:01 pm
by Aleks_Longard
Hi Mpz!
You plan to do 3d sound in the engine?

Re: MP3D Engine Alpha 31

Posted: Fri Jan 04, 2013 5:02 pm
by Sveinung
I tested it on beta 1. I will test it with beta2. Thank you for responding :D

Regards
Sveinung

Re: MP3D Engine Alpha 31

Posted: Sat Jan 26, 2013 4:48 am
by Inner
PB 5.10 Beta 5 -

POLINK Error

Re: MP3D Engine Alpha 31

Posted: Sun Jan 27, 2013 8:39 pm
by mpz
Hello Inner,

i test it with 5.1 beta 5 and everything works fine. Please reinstall the MP31 lib. I think you must overwrite the "PureLibraries\Windows\Libraries\" from the MP31 again. The beta lib will install other libs and this could be the problem...

Tested it with Windows xp and mp31 (x81)

Greetings Michael

Re: MP3D Engine Alpha 31

Posted: Sun Jan 27, 2013 10:22 pm
by Hadrian
A great tool.
Thanks
Hadrian

Re: MP3D Engine Alpha 31

Posted: Mon Jan 28, 2013 12:54 am
by Inner
mpz wrote:Hello Inner,

i test it with 5.1 beta 5 and everything works fine. Please reinstall the MP31 lib. I think you must overwrite the "PureLibraries\Windows\Libraries\" from the MP31 again. The beta lib will install other libs and this could be the problem...

Tested it with Windows xp and mp31 (x81)

Greetings Michael
Yes it is now working fine, thanks for your advice.

Re: MP3D Engine Alpha 31

Posted: Wed Feb 06, 2013 3:27 pm
by True29
POLINK Error :/

Re: MP3D Engine Alpha 31

Posted: Wed Feb 06, 2013 5:39 pm
by IceSoft
True29 wrote:POLINK Error :/
---------------------------
PureBasic - Linker error
---------------------------
POLINK: error: Unresolved external symbol 'DirectSoundCreate8'.

POLINK: fatal error: 1 unresolved external(s).


---------------------------
OK
---------------------------

Re: MP3D Engine Alpha 31

Posted: Wed Feb 06, 2013 9:37 pm
by Sveinung
You probalbly need to reinstall MP3D. This will install an "extended" version of dsound.lib.

Regards
Sveinung

Re: MP3D Engine Alpha 31

Posted: Wed Feb 06, 2013 9:43 pm
by IceSoft
Sveinung wrote:You probalbly need to reinstall MP3D. This will install an "extended" version of dsound.lib.

Regards
Sveinung
Thanks! I removed the dxsound.lib file, installed MP31 again and update the MP3Dlib to the alpha32 Version too.
Works now again.