Page 1 of 1

I want to help but...

PostPosted: 04 Mar 2018, 22:15
by mxpxman
Hi, i started studying C some time ago and, from what i've read, this game was coded in C.

Which's the file that contains all the card interactions? In which way can i help?

Re: I want to help but...

PostPosted: 05 Mar 2018, 19:36
by Aswan jaguar
The game was coded in assembly but development now is continued in C. The code in C is in the crc folder. You can check there to get a vision of how things work. Keep in mind that:
Korath wrote:
If you think you might ever have any interest at all in compiling this yourself, delete your existing src/ directory.
when you install a new patch that is. If you haven't done this when you updated, do it if you still have the zip with the patch preferably to a copy of your game so you don't mess somehow your playing installation.
For tools and more info check this:
viewtopic.php?f=56&t=12978&p=142291&hilit=MinGW#p140765
Check also this: viewtopic.php?f=56&t=17264#p180239
and this link from here and downwards on coding cards: viewtopic.php?f=56&t=12595#p150615

Ask here if you need further assistance and hopefully a dev will answer in time.

You will not be able to make any changes apart your local ones to check things out. You will need the latest code which is only in git and access to it to code and you will need a key from Korath to access that.

Re: I want to help but...

PostPosted: 05 Mar 2018, 19:48
by mxpxman
Ok, thank you, i will help the way i can.