![]() |
Genusis's questions/help page. - 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: Genusis's questions/help page. (/showthread.php?tid=988) |
Genusis's questions/help page. - genusis - 06-06-2007 Ok well since I really do not want to create a whole bunch of different topics I decided to make one topic in this area for all my problems and for all the help I give to.Well my first problem is about binary stuff. Since I have not been coding in a while I forgot somethings. So ok here it is. Code: Sub SaveShop(ByVal ShopNum As Long) Is this the rigth way or is the one below. Code: Sub SaveShop() I think anyone who helps me with my problems. So I Thank You All For Your Help. *Your friend* Genusis Re: Genusis's questions/help page. - William - 06-06-2007 The bottom one has a variable Index which isnt declared as anything. That will give you a error. The above one will work just fine from what I can see. There is a tutorial for this in the Optimization Tutorial board. Re: Genusis's questions/help page. - genusis - 06-06-2007 Thanks for your help on that I could not decide what was what and which one was the right way of doing it since the tut did not specify what to do with that exactly. well my other problem is how would I do it with something that uses x, and y perimeters. Code: Sub LoadShops() Like the one above. Thanks for your help William. since I know you will probably be the one helping with this one to. Re: Genusis's questions/help page. - William - 06-06-2007 Something like this I think: Code: Sub LoadShops() Re: Genusis's questions/help page. - genusis - 06-06-2007 Code: Open FileName For Binary As #f Re: Genusis's questions/help page. - Matt - 07-06-2007 Do you have the shops folder with your shops in it? FileName = App.Path & "\shops\shop" & i & ".dat" Cause that's what filename equals. Re: Genusis's questions/help page. - genusis - 07-06-2007 oops sorry guys I forgot to tell you I got it lol. Thanks though. Re: Genusis's questions/help page. - genusis - 10-06-2007 Hi guys its me with another question. How or where is the tutorial to convert Elysium stuff to mirage source stuff. I know there use to be one. if you don't know where can you at least help me out thanks. Your neighborhood spider man Genusis lol. |