Mirage Source

Free ORPG making software.
It is currently Tue May 07, 2024 7:25 am

All times are UTC


Search found 348 matches
Search these results:

Author Message

 Forum: General   Topic: This looks promising

Posted: Tue Jun 06, 2006 6:03 pm 

Replies: 1152
Views: 49373


i'd probably buy it, depending on the released price... :P

 Forum: Show Off   Topic: Tiles V.5. Shitty Looking Cliffs to be Fixed

Posted: Tue Jun 06, 2006 2:43 am 

Replies: 63
Views: 51244


the way that naked guy is walking reminds me of the bigfoot video i saw on national geographic channel a few weeks ago.

the tiles look good though, although the ground ones kind of remind me of the old warcraft 2 tiles.

 Forum: General   Topic: This looks promising

Posted: Mon Jun 05, 2006 7:14 pm 

Replies: 1152
Views: 49373


....so... any chance at a look at the source? or do you guys plan to continue development of the game?

 Forum: General   Topic: This looks promising

Posted: Mon Jun 05, 2006 2:28 pm 

Replies: 1152
Views: 49373


any chance of open-sourcing KOC? the spell system that mis added would be nice to have... :)

 Forum: Resources   Topic: Print Button Protection

Posted: Sun Jun 04, 2006 12:40 am 

Replies: 56
Views: 26215


yea, if someone wants your graphics bad enough they'll point a digital camera at their monitor. i guess you could find a way to make their monitor overheat and melt or kill all the pixels

Code:
if digital camera = true


:roll:

 Forum: General   Topic: Basic help (not sure where to post this)

Posted: Sat Jun 03, 2006 5:11 am 

Replies: 325
Views: 31993


as far as i know... 'alt' can't be used in vb programs. i was going to use it instead of the delete key to cast spells on other players.

 Forum: General   Topic: Skype

Posted: Fri Jun 02, 2006 9:27 pm 

Replies: 161
Views: 47623


well... i use GAIM because it's my linux based chat program.

if you're looking for a trillian-like program, that isn't trillian... i used miranda im for a while on windows and it was pretty decent.

 Forum: Show Off   Topic: Ceratren GUI

Posted: Fri Jun 02, 2006 8:19 pm 

Replies: 26
Views: 17979


I can appreciate what you were trying to do, but the font is just bad. the whole idea of the falling letters is no good. It looks like you just put a few pictures on there, turned the contrast up, then just used the mosiac tiles filter and set the opacity to like 60%. It's not a bad start, it just n...

 Forum: General   Topic: ok im porting

Posted: Fri Jun 02, 2006 7:37 pm 

Replies: 53
Views: 32122


i learned what i know of vb because of mirage. i started to pick up C++, and it's not overly difficult, but i was trying to learn with Irrlicht, and because the dll that it uses, it pretty much has it's own syntax... which really won't help me much in the long run. I think i'll just wait around for ...

 Forum: General   Topic: Skype

Posted: Fri Jun 02, 2006 7:26 pm 

Replies: 161
Views: 47623


actually, i use GAIM, not trillian.

 Forum: General   Topic: Skype

Posted: Fri Jun 02, 2006 11:21 am 

Replies: 161
Views: 47623


yea... screw vent/teamspeak/skype... get google talk. i only have like 5 or 6 people on it (i think 4 are from this forum), but it's a really great messenging program. Convert Now! (Or continue using microsoft's poor excuse for a messenger... you conformist...)

 Forum: General   Topic: ok im porting

Posted: Fri Jun 02, 2006 11:02 am 

Replies: 53
Views: 32122


I've got to ask mis... although i think it's a well-founded idea... why rewrite it in Java? It can be "decompiled" quite easily...

 Forum: General   Topic: Forum Layout

Posted: Thu Jun 01, 2006 5:53 pm 

Replies: 40
Views: 19438


Well. The only thing i really notice off-hand is that i didn't see a place to download MSE. Most of us already have it somewhere, but people new to the forums may have a hard time finding it for download.

 Forum: General   Topic: Forum Mods Nominations

Posted: Thu Jun 01, 2006 5:51 pm 

Replies: 45
Views: 16021


hmmmm i can think of 4 really good candidates... i'm going to go with the most active of them though...

Misunderstood
Funkynut



Current Count:
Dave - 4
Misunderstood - 6
Grimsk8ter11 - 2
Verrigan - 3
Funkynut - 2

 Forum: Resources   Topic: Don't load the map twice

Posted: Thu Jun 01, 2006 5:42 pm 

Replies: 42
Views: 18399


If the revision is different then it saves the map again. Otherwise, you recieve the map (and before it saves) it loads the map, then it saves the map, and loads it again.

 Forum: General   Topic: Run Time Error Fixes

Posted: Thu Jun 01, 2006 5:13 am 

Replies: 495
Views: 69110


Mis, i've been researching that for a while, and if you can honestly find a way to do it, i'll be extremely impressed. If you can figure it out, please let me know.

 Forum: General   Topic: Run Time Error Fixes

Posted: Thu Jun 01, 2006 2:21 am 

Replies: 495
Views: 69110


funky, you mean drawing all the forms and stuff in dx?

on topic: is this the same list that you had for phoenix?

 Forum: Show Off   Topic: K2H - Full Preview

Posted: Thu Jun 01, 2006 2:19 am 

Replies: 59
Views: 46750


nah, he started from MSE

 Forum: Resources   Topic: Basic Optmizations

Posted: Tue May 30, 2006 6:23 pm 

Replies: 18
Views: 6693


The select case is slighly faster.

It is better to use Fixed Strings. (ex. Public Const Name_Length As String * 20)

Not really sure what you mean by the last one.

 Forum: Resources   Topic: Transparent Rich Text Box

Posted: Tue May 30, 2006 4:34 am 

Replies: 67
Views: 38982


Change Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long The Private Part... Just Make it Public so it works with the entire project, not just individual codes. As far as ...

 Forum: General   Topic: Well..

Posted: Mon May 29, 2006 7:49 pm 

Replies: 668
Views: 42100


vb6 is only windows only if you use microsoft's compiler. if you use realbasic it'll work for windows/linux/mac

 Forum: Resources   Topic: Basic Optmizations

 Post subject: Basic Optmizations
Posted: Mon May 29, 2006 7:47 pm 

Replies: 18
Views: 6693


This isn't going to go too in-depth, but it will be a general article of how to speed up your game or engine. First, a background of size information : Byte is the "smallest" value. Values range from 0 to 255 Total Memory: 1 Byte Boolean. Used to Represent if a Statement is True or False. ...

 Forum: General   Topic: The Forums

Posted: Mon May 29, 2006 2:19 am 

Replies: 274
Views: 34005


from what i read, it appears to be a start-over as well. he linked back to all of the "old" stuff, but it seems like everything will be all new now.
Sort by:  
Page 14 of 14 [ Search found 348 matches ]


All times are UTC


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