[Help] Delphi mir 2.6 source

Breezer

Legend
Legendary
Jul 16, 2004
3,684
845
345
I know this pretty pointless as im a complete and utter noob when it comes to coding ...But that hasn't stopped me from trying to learn...

Im learning most of how sources work and what to edit..Sort of lol

Probably the most stupid question for more experienced coders but here it goes..

How do you after editing the source create the EXE ... I found the Monster code via Actors.pas on the client source and found out how to add new Mon.wil's. But i don't know how to then compile that into Mir2.exe

Thanks people :D
 

kyndigs

LOMCN Developer
Developer
Feb 19, 2009
1,126
117
190
Reading, UK
project > build

Make sure you set your release path to where u want the exe to go in project>options>directories
 

Breezer

Legend
Legendary
Jul 16, 2004
3,684
845
345
i see , thanks ... i take it the DPR files are all the PAS files compiled into a project

Just a few pointers on the main files to edit would be really helpful .. :D

Thanks Kyn, You truely are my hero. Hopefully il get good at editing !
 

Gezza

Golden Oldie
Golden Oldie
Sep 23, 2008
2,202
65
135
uk
Kool might give it a try myself, had delphi on pc for ages and took a look at source and didn't know what to do from there lol, but it's all very intresting.
 

Breezer

Legend
Legendary
Jul 16, 2004
3,684
845
345
Yeh man , Coding is fun! you never know what you could come up with :P

Just another question ... When i build a project all the W" "Images are not found...Done this when i was trying to code MapEditor said that the WObjects etc cannot not be found
 

Celsius

Golden Oldie
Golden Oldie
Dec 31, 2008
1,180
64
134
Yeh man , Coding is fun! you never know what you could come up with :P

Just another question ... When i build a project all the W" "Images are not found...Done this when i was trying to code MapEditor said that the WObjects etc cannot not be found
Have you installed the MirGame component that comes in the client source folder?
 

lifco

Untrusted Member
Legendary
Golden Oldie
Loyal Member
Jul 6, 2004
3,400
66
175
UK/Italy
Yer first thing you do is set the library / libraryPaths then once you have done all them install all the needed packages

You should get them compling now

lif
 

Breezer

Legend
Legendary
Jul 16, 2004
3,684
845
345
Wow , we should compose a sticky on Coding .. just little hints like this really help .. :)

Thanks peeps .. much appreciated.