building the mod

For all mod-related questions and custom code.
Post Reply
KingFredrick VI
Offline
Posts: 6
Joined: April 26th, 2012, 1:04 am

building the mod

Post by KingFredrick VI »

OK, it's driving me up a wall and I tried a lot of things. I have experience in coding, but not anything this advanced. I can code what I want just fine but I sorta have no idea how to actually start it.... So, do I just download the files http://svn.fcraft.net:8080/svn/fcraft/ all of them and open them in C#?

Basicly, all I know is how to actually write code and nothing else, like compiling :P

(please help, thanks)

BobKare
Offline
Posts: 279
Joined: May 26th, 2011, 2:15 pm

Re: building the mod

Post by BobKare »

If you don't got any experience with programming at all, you shouldn't mod fCraft. It's a complicated bit of software.

KingFredrick VI
Offline
Posts: 6
Joined: April 26th, 2012, 1:04 am

Re: building the mod

Post by KingFredrick VI »

BobKare wrote:If you don't got any experience with programming at all, you shouldn't mod fCraft. It's a complicated bit of software.
I can handle coding it, I just need some help getting to the step of coding :P

User avatar
PyroPyro
Offline
Posts: 381
Joined: May 25th, 2011, 4:00 pm
Location: #fCraft
Contact:

Re: building the mod

Post by PyroPyro »

KingFredrick VI wrote:
BobKare wrote:If you don't got any experience with programming at all, you shouldn't mod fCraft. It's a complicated bit of software.
I can handle coding it, I just need some help getting to the step of coding :P
For "How to" on using SVN use google, for fCraft modding examples look here http://www.fcraft.net/wiki/Mod_Examples

User avatar
Moose
Offline
Posts: 14
Joined: January 18th, 2012, 6:16 am

Re: building the mod

Post by Moose »

You really shouldn't be messing with a language you aren't familiar with.

User avatar
Intertoothh
Trustee
Offline
Posts: 1149
Joined: May 24th, 2011, 5:51 am

Re: building the mod

Post by Intertoothh »

Moose wrote:You really shouldn't be messing with a language you aren't familiar with.
I have done that multiple times.. :)
McLaughlinKid wrote:You put roar on everything don't you?

User avatar
Allie
Offline
Posts: 329
Joined: May 24th, 2011, 1:37 am
Location: Sealand

Re: building the mod

Post by Allie »

Moose wrote:You really shouldn't be messing with a language you aren't familiar with.
Exploring can be one of the best ways to learn :3

You need an SVN client, like http://tortoisesvn.net/downloads.html to download the files and keep them up to date.

You'll want an IDE to write/compile with: http://www.microsoft.com/visualstudio/e ... ns/express

And I'd recommend doing some googling and getting familiar with C# and visual studio before you tackle fCraft, because like the others said, it's pretty complex, and it may get frustrating fast. But digging through the code and figuring out how it all works is never a bad idea!
<CMB> KingCrab72: Some mixture and contrast would be nice tbh Ollie
<Ollieboy> Some mixture and contrast of your face on my penis would also be nice

User avatar
Moose
Offline
Posts: 14
Joined: January 18th, 2012, 6:16 am

Re: building the mod

Post by Moose »

and this is the result:
HURR DURR I UBURR CODURR WAT A BOOLEAN
don't say I didn't warn you.

Post Reply