![]() |
New Users Troubles - Printable Version +- Mirage Source (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: New Users Troubles (/showthread.php?tid=2108) |
New Users Troubles - Jacob - 17-09-2008 I was wondering what everyone thought was the hardest thing for noobs to add / edit in the current MS4. Stats, commands, packets, drawing, etc. Re: New Users Troubles - Anthony - 17-09-2008 When I first started, I couldn't really get my head around drawing things using bitblt. Other things seemed pretty straight forward but I think it was the srcRec and destRec that I had trouble understanding the most. Re: New Users Troubles - Jacob - 17-09-2008 I think DFA's Programming Manuel does a good job explaining the drawing system in MS: Programming Manual - http://echostorms.net/Mirage/MSE%20Manual.doc Re: New Users Troubles - Nean - 20-09-2008 To be honest, I see people talking about bliting, and stuff, and I'm completely lost. Re: New Users Troubles - Doomy - 20-09-2008 dito and teach us on how to do packets i get confused about that Re: New Users Troubles - Nean - 20-09-2008 doomteam1 Wrote:dito I didn't really have much problems, with packets. Than again, i haven't really worked with them. Try to think of it this way: Packets tell the Client, what to do. A client, is just a GUI for the server... Re: New Users Troubles - Rian - 20-09-2008 Packets dictate how the client and server interact with each other. The client is not a GUI for the server. It is tool for connecting to, and accessing data from the server. A GUI is a Graphical User Interface. Most every program has it's own GUI, with the exception of window processes and trojans and stuff. |