Mirage Engine
Am I the only one? - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Am I the only one? (/showthread.php?tid=1642)



Re: Am I the only one? - Coke - 26-03-2008

Err.. I think everyone is just taking a back seat. Those of us that are developing games are doing so slowly in our spare time, the rest will just be randoms that check your posts for free copy and paste code, are promptly disappointed, then never come back again xD


Re: Am I the only one? - Rezeyu - 26-03-2008

Yeah, nobody really cared much about my Dynamic AI and shit either.
So I jsut stopped posting.

These sort of things are more for discussion in Game Development forums and such, not really programming support forums.


Re: Am I the only one? - Coke - 26-03-2008

Don't worry dude I'm sure pretty much everyone here will read your posts, don't be discouraged by none-responses, its a very casual forum here :]


Re: Am I the only one? - Joachim - 26-03-2008

I'm just new but at least your trying to improve the forum by posting your coding, you never know when they actually need it.


Re: Am I the only one? - Stomach Pulser - 26-03-2008

For PW, Kael fucked up, and here, a lot of people lost interest...


Re: Am I the only one? - Robin - 26-03-2008

I stopped posting and taking interest after my 3-page essay updates concerning optimised string buffers and time-saving loop bypasses went un-noticed or un-cared for.

I've found that the internet as a whole generally likes pretty graphics more than coding specifics.


Re: Am I the only one? - Robin - 26-03-2008

Yes, the forum is obsessed with saving a few ms per loop, but if you post a good looking game with some nice effects people are generally more impressed.

Personally I hate working with formulae and block chances and crap. I leave that up to my developers to sort out. I love make big new features which no one has done before Big Grin


Re: Am I the only one? - William - 26-03-2008

Don't worry man, I post screenshots and such all the time and I don't get much feedback. But it's not the point to get into discussion about everything you post about the game. The real thing is when it's done and released, that's when you will get the most feedback. I just like sharing what I got sometimes or it doesn't feel that real until I release a new version so people can test it.


Re: Am I the only one? - William - 26-03-2008

Also another thing is that people on this forum don't actually play MS games, they more test them or make them.


Re: Am I the only one? - Stomach Pulser - 26-03-2008

It is for development though...


Re: Am I the only one? - Robin - 27-03-2008

Asrrin29 Wrote:oh and another thing. I could *almost* care less about how optimized the client is, because most people have a computer built this decade and it should be enough to run anything a 2D VB6 game can throw at it. (though there were a few fixes, like the CPU usage fix, that I included) I do care a lot about server optimization though, since it does a lot of heaving lifting. for example, I have the client calculate item level when editing items as opposed to the server, saves on CPU cycles for other clients.

I'm sorry to say that you're wrong there.

Mirage uses some very heavy controls, and if you take it to the extreme (For example, the Visual Inventory tutorial) you can easily make your game unplayable on fairly mid-market computers.

Also, if you're loading 100mb worth of graphics and you don't fix the bug which makes the client load the graphics twice, you're loading 200mb+ worth of graphics, and on a computer with 128mb of RAM (Yes, they do still make them like that) then that computer is going to be raped.

Besides, look at what Mirage games are. Primitive ORPGs using 16-bit graphics. You shouldn't need over 128mb of RAM and a half-decent processor to run them.


Re: Am I the only one? - Robin - 29-03-2008

Dave Wrote:We need a code profiler to see where the bottlenecks -really- are.

No. No we don't.