Mirage Source

Free ORPG making software.
It is currently Sat Apr 20, 2024 3:32 am

All times are UTC




Post new topic Reply to topic  [ 45 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: Fri Jun 12, 2009 11:29 am 
Offline
Persistant Poster
User avatar

Joined: Wed Nov 29, 2006 11:25 pm
Posts: 860
Location: Ayer
Blodyavenger wrote:
It's not mine class, it's GIAKEN's doomy ;) (I added almost nothing to it, so yeah)
What you see is just using class which you can have as well from the download
link above.


A particle system. Cool.. do that yourself? 8-)

_________________
Image


Top
 Profile  
 
PostPosted: Mon Jun 15, 2009 1:12 pm 
Offline
Regular
User avatar

Joined: Sat Sep 13, 2008 8:25 pm
Posts: 69
Location: Slovenia
Yep, I did that by myself and I like it :) Although, it's quite simple to do that

_________________
Image


Top
 Profile  
 
PostPosted: Mon Jun 15, 2009 1:29 pm 
Blodyavenger wrote:


If at all possible, it would look a LOT better if the particles went BEHIND the menu's and such.

Just my opinion, though.


Top
  
 
PostPosted: Mon Jun 15, 2009 4:44 pm 
Offline
Regular
User avatar

Joined: Sat Sep 13, 2008 8:25 pm
Posts: 69
Location: Slovenia
Thanks for suggestion, I'm going to do that for sure.

_________________
Image


Top
 Profile  
 
PostPosted: Thu Sep 03, 2009 4:48 am 
Offline
Submit-Happy
User avatar

Joined: Fri Jun 16, 2006 7:01 am
Posts: 2768
Location: Yorkshire, UK
Here's how to make music loop.

Code:
Public Sub LoopMusic()
    If DSPosition.CurrentPosition = DSPosition.Duration Then
        DSPosition.CurrentPosition = 0
        DSControl.Run
    End If
End Sub


Just call CDX8.LoopMusic in your main loop to loop the music.

_________________
Quote:
Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?


Image


Top
 Profile  
 
PostPosted: Thu Sep 03, 2009 5:25 am 
Offline
Persistant Poster
User avatar

Joined: Thu Jul 24, 2008 6:42 am
Posts: 703
Google Talk: infectiousbyte@gmail.com
Robin wrote:
Here's how to make music loop.

Code:
Public Sub LoopMusic()
    If DSPosition.CurrentPosition = DSPosition.Duration Then
        DSPosition.CurrentPosition = 0
        DSControl.Run
    End If
End Sub


Just call CDX8.LoopMusic in your main loop to loop the music.

Awesome. Thanks.

_________________
Image
GIAKEN wrote:
Since I'm into men, not women

GIAKEN wrote:
I can't take these huge penises anymore! All that's left is shame! And blood


Top
 Profile  
 
PostPosted: Fri Sep 04, 2009 12:22 pm 
Offline
Submit-Happy
User avatar

Joined: Fri Jun 16, 2006 7:01 am
Posts: 2768
Location: Yorkshire, UK
Add a sound system.

_________________
Quote:
Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?


Image


Top
 Profile  
 
PostPosted: Fri Sep 04, 2009 6:13 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
Eh people just use my DX7 class to play WAVs.

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
PostPosted: Fri Sep 04, 2009 8:15 pm 
Offline
Regular
User avatar

Joined: Fri Aug 21, 2009 4:09 pm
Posts: 34
Location: FRANCE
Very nice, it adds a little professional touch to an amator game :) Good job I Think this is very useful 8-)

_________________
A 17-year-old French guy, don't bash me to much for my English ^^
.::Collapse of Time::.
Image


Top
 Profile  
 
PostPosted: Fri Sep 04, 2009 8:52 pm 
Offline
Submit-Happy
User avatar

Joined: Fri Jun 16, 2006 7:01 am
Posts: 2768
Location: Yorkshire, UK
GIAKEN wrote:
Eh people just use my DX7 class to play WAVs.


I'm not gonna run DX7 just for DirectSound.

_________________
Quote:
Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?


Image


Top
 Profile  
 
PostPosted: Sat Sep 05, 2009 11:46 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
DirectX8 is too complicated just for people around here that want to just play WAVs...

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
PostPosted: Sun Sep 06, 2009 1:29 am 
Offline
Submit-Happy
User avatar

Joined: Fri Jun 16, 2006 7:01 am
Posts: 2768
Location: Yorkshire, UK
GIAKEN wrote:
DirectX8 is too complicated just for people around here that want to just play WAVs...


It's hardly complicated. Just load a sound into an auto-purging array.

_________________
Quote:
Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?


Image


Top
 Profile  
 
PostPosted: Sun Sep 06, 2009 4:36 am 
Offline
Persistant Poster
User avatar

Joined: Thu Jul 24, 2008 6:42 am
Posts: 703
Google Talk: infectiousbyte@gmail.com
Robin wrote:
GIAKEN wrote:
DirectX8 is too complicated just for people around here that want to just play WAVs...


It's hardly complicated. Just load a sound into an auto-purging array.


Haha. Easy for you to say. I'm adequate when it comes to VB6, and I still have quite a few problems using DX7 and DX8. Then again, the learning curve for those two subjects are much higher than that of the regular VB6 syntax.

_________________
Image
GIAKEN wrote:
Since I'm into men, not women

GIAKEN wrote:
I can't take these huge penises anymore! All that's left is shame! And blood


Top
 Profile  
 
PostPosted: Sun Sep 06, 2009 5:11 am 
Offline
Submit-Happy
User avatar

Joined: Fri Jun 16, 2006 7:01 am
Posts: 2768
Location: Yorkshire, UK
Nean wrote:
Robin wrote:
GIAKEN wrote:
DirectX8 is too complicated just for people around here that want to just play WAVs...


It's hardly complicated. Just load a sound into an auto-purging array.


Haha. Easy for you to say. I'm adequate when it comes to VB6, and I still have quite a few problems using DX7 and DX8. Then again, the learning curve for those two subjects are much higher than that of the regular VB6 syntax.


Good point. I literally woke up one morning and realised I could do whatever I wanted. That was a fun weekend.

_________________
Quote:
Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?


Image


Top
 Profile  
 
PostPosted: Sun Sep 06, 2009 5:13 am 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
The reason it's overly complicated isn't because it's hard to implement, it's because there's way too much shit you have to do just to play a simple WAV file when DX7 does it much simpler...

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
PostPosted: Sun Sep 06, 2009 7:10 am 
Offline
Persistant Poster
User avatar

Joined: Thu Jul 24, 2008 6:42 am
Posts: 703
Google Talk: infectiousbyte@gmail.com
Robin wrote:
Nean wrote:
Robin wrote:
GIAKEN wrote:
DirectX8 is too complicated just for people around here that want to just play WAVs...


It's hardly complicated. Just load a sound into an auto-purging array.


Haha. Easy for you to say. I'm adequate when it comes to VB6, and I still have quite a few problems using DX7 and DX8. Then again, the learning curve for those two subjects are much higher than that of the regular VB6 syntax.


Good point. I literally woke up one morning and realised I could do whatever I wanted. That was a fun weekend.


That's how I learned SadScript and got started on Visual Basic. I had attempted to learn SadScript numerous times, and then had to go on a seven day trip. Before going, I could hardly do the simplest of things, but when I came back I realized that all of it sort of made sense. The only way that I can think that something like this happened, is I heard that when you study something for a long amount of time, your body subconsciously repeats these actions through your head when you're sleeping. Of course, I can't verify that this is true, but it's the only thing that'd make this seem probable/possible.

_________________
Image
GIAKEN wrote:
Since I'm into men, not women

GIAKEN wrote:
I can't take these huge penises anymore! All that's left is shame! And blood


Top
 Profile  
 
PostPosted: Sun Sep 06, 2009 7:19 am 
Offline
Submit-Happy
User avatar

Joined: Fri Jun 16, 2006 7:01 am
Posts: 2768
Location: Yorkshire, UK
Nean wrote:
Robin wrote:
Nean wrote:
Robin wrote:
GIAKEN wrote:
DirectX8 is too complicated just for people around here that want to just play WAVs...


It's hardly complicated. Just load a sound into an auto-purging array.


Haha. Easy for you to say. I'm adequate when it comes to VB6, and I still have quite a few problems using DX7 and DX8. Then again, the learning curve for those two subjects are much higher than that of the regular VB6 syntax.


Good point. I literally woke up one morning and realised I could do whatever I wanted. That was a fun weekend.


That's how I learned SadScript and got started on Visual Basic. I had attempted to learn SadScript numerous times, and then had to go on a seven day trip. Before going, I could hardly do the simplest of things, but when I came back I realized that all of it sort of made sense. The only way that I can think that something like this happened, is I heard that when you study something for a long amount of time, your body subconsciously repeats these actions through your head when you're sleeping. Of course, I can't verify that this is true, but it's the only thing that'd make this seem probable/possible.


It seems plausible. I've often woken up to find the answer to my problem in my head, after spending hours trying to work it out the night before.

_________________
Quote:
Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?


Image


Top
 Profile  
 
PostPosted: Sun Sep 06, 2009 7:47 am 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
Yeah I do that...I have dreams about how to code things sometimes.

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
PostPosted: Sun Sep 06, 2009 7:57 am 
Offline
Submit-Happy
User avatar

Joined: Fri Jun 16, 2006 7:01 am
Posts: 2768
Location: Yorkshire, UK
GIAKEN wrote:
Yeah I do that...I have dreams about how to code things sometimes.


Ah, you dream about coding when you're not dreaming about food?

_________________
Quote:
Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?


Image


Top
 Profile  
 
PostPosted: Sun Sep 06, 2009 4:33 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
Robin wrote:
GIAKEN wrote:
Yeah I do that...I have dreams about how to code things sometimes.


Ah, you dream about coding when you're not dreaming about food?


Yeah about half and half.

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 45 posts ]  Go to page Previous  1, 2

All times are UTC


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group