Mirage Source

Free ORPG making software.
It is currently Sun Apr 28, 2024 12:20 pm

All times are UTC


Search found 340 matches
Search these results:

Author Message

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: Socket Handling

 Post subject: Re: Socket Handling
Posted: Sat Aug 08, 2009 11:09 pm 

Replies: 15
Views: 16443


WinSock is the only thing I have ever found to work right with VB6, but I have only tried three things. Winsock, SOX and IOCP. IOCP doesn't support all windows systems and is not fully standard yet, and that makes it annoying. It also likes to act up with VB6 SOMETIMES, not always, but when it doesn...

 Forum: Unrelated Products   Topic: [DEV]Chat Program

 Post subject: Re: [DEV]Chat Program
Posted: Sat Aug 08, 2009 8:50 pm 

Replies: 44
Views: 34154


Challenge: Make a component that consists of the chatbox. The component will store the type of chat (public or private) and then the channel name or person in the chat. The send button recognizes this component (use a tab system to switch them or generate new tabs each time, ect.) and sends the chat...

 Forum: General   Topic: Desk Areas

 Post subject: Re: Desk Areas
Posted: Sat Aug 08, 2009 7:03 pm 

Replies: 59
Views: 33249


This is the computer area of my cube at work lol. Other than thati have a phone and a crapload of block diagrams, and some more block digrams, and oh, some D, E and H sized block diagrams. Running a dell precision 380 quad core dual 17" monitors on one system connected to the laptop (Dell latit...

 Forum: General   Topic: PicCrypt

 Post subject: Re: PicCrypt
Posted: Wed Aug 05, 2009 4:05 pm 

Replies: 277
Views: 28929


Um, because its a common practice to try to protect your data? For a commercial game their art costs them hundreds f thousands of dollars. End users like us just follow what we know, and what we know is that big games do go through some length to protect their graphics (these days textures for 3D mo...

 Forum: General   Topic: PicCrypt

 Post subject: Re: PicCrypt
Posted: Wed Aug 05, 2009 2:19 pm 

Replies: 277
Views: 28929


lul If you were really trying to protect your graphics, you would force focus or minimze when focus is lost, and when in focus, generate a fake bmp to the clipboard when prtscn was pressed. It would foil most people if you did that and your images were encrypted. but nothing is ever safe these days....

 Forum: Related Products   Topic: Silverdale

 Post subject: Re: Silverdale
Posted: Wed Aug 05, 2009 2:14 pm 

Replies: 104
Views: 93595


oh god, that is beautiful.

 Forum: Visual Basic 6   Topic: Flash transparent - possible?

Posted: Wed Aug 05, 2009 2:12 pm 

Replies: 4
Views: 5938


http://www.andreavb.com/forum/viewtopic_2057.html

but I do not know if you can have DX draw below it or show it if it draws above.

 Forum: General   Topic: Lightbulb help

 Post subject: Re: Lightbulb help
Posted: Tue Aug 04, 2009 4:54 pm 

Replies: 22
Views: 8863


Heres how to do it:

1. Buy a nromal light bulb
2. Buy a purple sharpie
3. Color.

 Forum: Visual Basic 6   Topic: Background panorama

 Post subject: Re: Background panorama
Posted: Tue Aug 04, 2009 12:09 pm 

Replies: 7
Views: 7232


Um yea that's easy lol, I'm talking more about like moving the texture around slightly and having a small texture "tile" effect the background. Like an animation? And I guess I'll find the tutorial for this in the forums ;)? And yes, the additional layers tutorial is in the tutorials sect...

 Forum: Visual Basic 6   Topic: Background panorama

 Post subject: Re: Background panorama
Posted: Tue Aug 04, 2009 5:21 am 

Replies: 7
Views: 7232


To make a background would be the same, in theory, as adding a fringe layer per say. Instead, you would draw the layer UNDER the ground level instead of over top of it ;) that would give the background effect.

Try that and see what you can figure out.

 Forum: Tutorials   Topic: [Optimization] Optimized DoEvents

Posted: Mon Aug 03, 2009 8:21 pm 

Replies: 1702
Views: 89731


From what I know, sleep stops the ENTIRE thread, not just the loop its in. Unless you multi thread VB, the main thread that everything is running through (including DirectInput and others) will be frozen as well. For a game in Visual Basic, the MS form controls are just fine. In fact, even many [C, ...

 Forum: Tutorials   Topic: [Optimization] Optimized DoEvents

Posted: Mon Aug 03, 2009 1:19 pm 

Replies: 1702
Views: 89731


Hilariously, Joke is right. DoEvents are a non-blocking way to use the "sleep" function in essence. The problems only occur when DoEvents is over used or misused. To properly use it is not easy, but in small apllications it has such a small effect on program flow. Mainly, if it is a GUI pr...

 Forum: General   Topic: Jizzed my pants better

 Post subject: Re: Jizzed my pants better
Posted: Fri Jul 31, 2009 12:12 pm 

Replies: 26
Views: 10599


Yeah, your minimap is nice. Spoons took blocked tiles and drew a rid box where they were, a white box where a player was and yellow for NPCs I believe. He later modeled it after Runescapes. It is pretty simple, just parse your map, and if you have a surrounding map system, them as well, and draw acc...

 Forum: Help Wanted   Topic: Looking for experience programmer

Posted: Fri Jul 31, 2009 12:00 pm 

Replies: 16
Views: 9967


btw the website is empty. Could we get some info?

 Forum: General   Topic: TREKZ IS BACK!

 Post subject: Re: TREKZ IS BACK!
Posted: Thu Jul 30, 2009 12:25 pm 

Replies: 283
Views: 35409


yay Trekz! haha

the onlypeople that completely disappeared are like NaMz, Misunderstood and Verrigan. Anyone know what happened to them O_o.

I still talk to chased, GSD, duex, xentar and such on a less than regular basis.

 Forum: Bugs Reports   Topic: The download of version 3.79 from this website doesn't...

Posted: Thu Jul 30, 2009 12:15 pm 

Replies: 1187
Views: 52130


Posting links is generally considered not to be against the law. Hosting is. But yeah, most forums have this rule, we'll have to live with it. The recent Pirate Bay trial came out with a guilty verdict despite them not hosting the files, just posting links. Admittedly, the judge didn't have a clue ...

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: Windows 7

 Post subject: Re: Windows 7
Posted: Wed Jul 29, 2009 4:56 pm 

Replies: 25
Views: 26269


I also use Windows 7, Vista and XP. It is volatile at best on Vista and on Windows 7, not all copies support it. You need to think that a situation you have is no always the same for everyone.

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: Windows 7

 Post subject: Re: Windows 7
Posted: Wed Jul 29, 2009 3:34 pm 

Replies: 25
Views: 26269


So download dx7vb.dll and add it in.. Then register it. If only the new versions of windows made it that easy for backwards compatability. They do. You just have to disable UAC first. Actually, they do not. Windows is trying to phase out vb6, most of the DLLs are blocked, and if not, poorly support...

 Forum: Game Design   Topic: My "RPS Main Quest" System

Posted: Wed Jul 29, 2009 1:12 pm 

Replies: 21
Views: 14953


You will not have to save data like that with a part system in place. Each quest can be one slot and the number gets incremented for each completed part.

Inis can hold huge amounts of data without a problem, they are just slow - especially when they get larger.

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: Windows 7

 Post subject: Re: Windows 7
Posted: Wed Jul 29, 2009 1:07 pm 

Replies: 25
Views: 26269


Beres wrote:
So download dx7vb.dll and add it in.. Then register it.


If only the new versions of windows made it that easy for backwards compatability.

 Forum: General   Topic: What is this? - Split

 Post subject: Re: What is this?
Posted: Tue Jul 28, 2009 7:52 pm 

Replies: 45
Views: 18229


I resent that, as I did not learn any such "horrible methods." I could go endlessly into what Mirage Source, Konfuze and all did for me, but I do not wish to make you feel attacked or down on how little credit you give it. In all honesty, Konfuze followed the natural pattern of the world a...

 Forum: .NET   Topic: Mirage Converted to VB.NET 2008

Posted: Tue Jul 28, 2009 7:45 pm 

Replies: 24
Views: 29840


It does support threading, that was one of microsofts big hits for .NET, besides OO that is.

VB6 also supports threading in a work-a-round sort of way.

 Forum: General   Topic: What is this? - Split

 Post subject: Re: What is this?
Posted: Tue Jul 28, 2009 7:44 pm 

Replies: 45
Views: 18229


To start, this seems to have gone very offtopic. Not to make any enemies after just coming back and browsing for a little nostalgia, but Liam is completely correct here. It got me more interested in computers than I already was, it gave me people skills and project mnaagement skills that most kids m...

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: MS4 Dx8 Convert

 Post subject: Re: MS4 Dx8 Convert
Posted: Tue Jul 28, 2009 7:21 pm 

Replies: 24
Views: 25562


That may be an earlier version that we used then, I did a lot of work after I lost touch with Oscar, and most of the MSN world.

We removed all forms from MS if I remember correctly - all forms buttons and dialogs were generated through DirectX.

 Forum: Related Products   Topic: Mirage Realms going Open Source [Merged]

Posted: Tue Jul 28, 2009 7:19 pm 

Replies: 282
Views: 49405


I would assume as long as the site says "The site is under heavy construction" it is ;)

you'll know when you go to it and there is a link to download MirageRealms code most likely.
Sort by:  
Page 2 of 14 [ Search found 340 matches ]


All times are UTC


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