Page 1 of 1
Fcraft Source Code Compiling
Posted: August 11th, 2011, 7:34 pm
by Crazykitteh
hi, I downloaded the fcraft source code, and got some help off a friend of myne on how to make coloured names, like multi coloured.
I did that but Now im left with a problem, How do i Compile it into a .dll so i can use it?
Any help will be Appreciated ALOT.
Re: Fcraft Source Code Compiling
Posted: August 11th, 2011, 7:46 pm
by boblol0909
Step 1. Open in visual c#
Step 2. Press F6
Re: Fcraft Source Code Compiling
Posted: August 11th, 2011, 10:43 pm
by Crazykitteh
i built it and it said build sucessful but theres no .dll file.
Re: Fcraft Source Code Compiling
Posted: August 12th, 2011, 1:33 am
by boblol0909
You dont need the .dll. Go to bin/release (or debug whichever yours is set on) / fcraftUI. Double click it.
Re: Fcraft Source Code Compiling
Posted: August 12th, 2011, 1:51 am
by Crazykitteh
Thanks soo much man, the colors failed but thats because of the version its r702, I think i can find r701. but thaks man

Re: Fcraft Source Code Compiling
Posted: August 12th, 2011, 1:55 am
by Crazykitteh
No

i need to downgrade for the colors to work, but the source code version is actually r702 not r701

Re: Fcraft Source Code Compiling
Posted: August 12th, 2011, 3:11 am
by Lim-Dul
Actually colors are in no version. You need to add them manually. Also, you do need an fcraft.dll - that's where the actual server is. The executables are just front-ends, so to speak.
Re: Fcraft Source Code Compiling
Posted: August 12th, 2011, 4:53 am
by boblol0909
Lim-Dul wrote: Also, you do need an fcraft.dll - that's where the actual server is. The executables are just front-ends, so to speak.
I meant to say thats not what he was looking for.
Re: Fcraft Source Code Compiling
Posted: August 12th, 2011, 1:17 pm
by fragmer
r701 and r702 are pretty much identical, that doesn't matter. After you build the project (in Release configuration), fresh binaries will be in /bin/Release/ folder.
Re: Fcraft Source Code Compiling
Posted: August 12th, 2011, 8:36 pm
by xanderortiz
I ended up helping Crazykitteh away from here. But for the sake of helping the noobs, C# uses the & symbol in place of the % sign when dealing with colors. And that was his error after he finally found where the .dll file was being exported to.
Re: Fcraft Source Code Compiling
Posted: August 13th, 2011, 9:03 am
by Crazykitteh
lol xander thanks

, and thanks to everyone else
