Mirage Source

Free ORPG making software.
It is currently Thu Mar 28, 2024 12:28 pm

All times are UTC


Search found 20 matches
Search these results:

Author Message

 Forum: Mirage Source 4 (Visual Basic 6)   Topic: Need an Opinion on Tiles

Posted: Wed Jul 01, 2009 3:04 am 

Replies: 10
Views: 8384


I would think the only downside would be extra memory taken up. Many games use this type of tiling. Tibia is a prime example. They have all the tiles packaged into one file which load into memory individually. You could do it dynamically if memory becomes an issue.

 Forum: MSCPP 0.1 Beta   Topic: MSCPP Beta 0.1

 Post subject: Re: MSCPP Beta 0.1
Posted: Wed Jun 24, 2009 2:00 am 

Replies: 1000
Views: 199324


Just download. No repository. Need time to finish things. At least now I KNOW when I'll have time :D My Scientific Initiation will be over by December. By there, I'll have lot's of free time! WEE!!! Well I don't know what the heck you are talking about but Congrats! Looking forward to seeing more o...

 Forum: MSCPP 0.1 Beta   Topic: MSCPP Beta 0.1

 Post subject: Re: MSCPP Beta 0.1
Posted: Mon Jun 22, 2009 2:19 am 

Replies: 1000
Views: 199324


Do you have a repository setup for this yet or is it just the download at the start of this thread for the latest?

 Forum: General   Topic: RTE 10061

 Post subject: Re: RTE 10061
Posted: Mon Nov 12, 2007 3:10 pm 

Replies: 26
Views: 8774


It could possibly be on either side but in this case it does appear to be with the end-user

 Forum: General   Topic: RTE 10061

 Post subject: Re: RTE 10061
Posted: Mon Nov 12, 2007 3:04 pm 

Replies: 26
Views: 8774


Not if everyone else is clearly connecting perfectly fine. Networking isn't as simple as that, in fact it is probably the most unattractive thing in computing. What happens if you download a torrent without ports being forwarded correctly? You will get connections, just at very low speeds. Open up ...

 Forum: General   Topic: RTE 10061

 Post subject: Re: RTE 10061
Posted: Mon Nov 12, 2007 2:57 pm 

Replies: 26
Views: 8774


Perfekt wrote:
Zephius spouts useless crap. He reminds me of Genisus so much..

Maybe it's a problem with HIS computer in general, and not your source.


How is it useless crap. Connections aren't being established, a logical thing to check would be the port forwarding.

 Forum: General   Topic: RTE 10061

 Post subject: Re: RTE 10061
Posted: Mon Nov 12, 2007 4:03 am 

Replies: 26
Views: 8774


Check if your ports are forwarded correctly

 Forum: General   Topic: 07.16.2005 - Mirage Source Engine - Build 1

Posted: Sat Oct 20, 2007 10:34 pm 

Replies: 22
Views: 8987


Becoming wrote:
nope, it hasnt worked since i downloaded it. everyone gets stuck at the recieving game if 1 person is already online.

I started with Big Reds Optimized Version.


Is this one person on the localhost? If so have you tried a user that is outside your machine? Make sure your ports are open.

 Forum: General   Topic: Saving Player Not Needed

Posted: Thu Oct 18, 2007 5:09 pm 

Replies: 28
Views: 9313


@ Robin

If you don't have backup servers/parts or a backup line then that defeats the purpose of even running one.

@William

If you made it so they could choose when to save I would definantly think that could be abused. Item duping, account duping, DOS.

 Forum: General   Topic: Saving Player Not Needed

Posted: Thu Oct 18, 2007 4:56 pm 

Replies: 28
Views: 9313


Robin wrote:
Then he wouldn't be able to run a server anymore..


If that were the case... why even run a server?

 Forum: General   Topic: Saving Player Not Needed

Posted: Thu Oct 18, 2007 4:22 pm 

Replies: 28
Views: 9313


Major wrote:
I havnt happened to me so far, but I only had my server running for about a week last time.


what would happen if your internet or a piece of hardware failed? O.O

 Forum: General   Topic: On Error On 1 Line of Code?

Posted: Sun Oct 14, 2007 5:24 pm 

Replies: 22
Views: 8023


Major wrote:
IS there anyway to make a on error resume next on just 1 line of code?


From my understanding "on error resume next" is bad mojo and would probably be best to find another way around it. What exactly is the problem?

 Forum: General   Topic: Old MS Screenshots

 Post subject: Re: Old MS Screenshots
Posted: Fri Oct 12, 2007 3:49 pm 

Replies: 24
Views: 8482


Vegeta wrote:
Hehe I win XD

Taken from the old Mirage page. Maybe some people here might even remember those good old days :).

http://mirage_online.tripod.com/info.html


The good old days before the drama >.>

 Forum: General   Topic: [Solved]Code question (involves MySQL sorta)

Posted: Fri Oct 12, 2007 2:04 pm 

Replies: 19
Views: 8187


If it did become a problem, say like a year down the line and your numbers were in the millions, you could easily write a script that will find all the unused numbers, and move the highest indexes down into those unused slots. It'll require just turning down the server for a minute or two, running ...

 Forum: General   Topic: Noob Here

 Post subject: Re: Noob Here
Posted: Fri Oct 12, 2007 5:22 am 

Replies: 21
Views: 7221


Thanks for your help guys, I have VB6 *coughhax* lol. So when i get the Source of Mirage 3.0.7, I don't know what to do with it. Start by F'ing stuff up ;D at least that is what I do. ;P But if you have no experience at all I would say it best to run a compiled version and go into VB at the same ti...

 Forum: General   Topic: [Solved]Code question (involves MySQL sorta)

Posted: Fri Oct 12, 2007 4:55 am 

Replies: 19
Views: 8187


Thanks for the help Cruzn! You rock!

 Forum: General   Topic: [Solved]Code question (involves MySQL sorta)

Posted: Fri Oct 12, 2007 2:18 am 

Replies: 19
Views: 8187


Are you really worried about having 500 entries into a table? Pointless to try and reuse numbers. It would be more work then just finding the last entry of the table and adding 1. Think about it. . . "Last number is 500, let me go back through each and every one to see if there is one I can re...

 Forum: General   Topic: [Solved]Code question (involves MySQL sorta)

Posted: Fri Oct 12, 2007 1:34 am 

Replies: 19
Views: 8187


Perfekt wrote:
I get what you mean, you want it to go back through and check the 500 to make sure there is a need or no need to go further with the numbers stored.

Sadly, I know nothing about mysql. Sorry.



Exactly!

and

BUMMER >.<! Thanks for looking anyways :D

 Forum: General   Topic: [Solved]Code question (involves MySQL sorta)

Posted: Fri Oct 12, 2007 1:27 am 

Replies: 19
Views: 8187


Hello everyone. I'm tinkering around with MySQL a little bit here and ran into snag not really with MySQL itself but it involves it. What I want to do is write a chunk of code that when a person purchases a backpack it will create a new item in the database in numerical order but when it reaches a c...

 Forum: General   Topic: Noob Here

 Post subject: Re: Noob Here
Posted: Thu Oct 11, 2007 5:07 pm 

Replies: 21
Views: 7221


I would suggest mirage 3.0.3 source. You can do what you want to it. Not really supported anymore but there are plenty of tutorials for it. 3.0.7 is the same besides the major change that it uses a database instead of .ini files to store information. It is much faster but has a very steep learning c...
Sort by:  
Page 1 of 1 [ Search found 20 matches ]


All times are UTC


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