|
|
|
 |
megalolpronoob  |
Trained Modder | Member since: 09.08.2011, 08:58 | Posts: 330 | Location: Moskow, Russia |
Likes: 2 |
| |
|
Post Topic: How to do .dll file for mod? Posted 02.04.2012, 17:02 |
I need to do .dll file for my mod that it must be in this folder: crysis/mods/mymod/bin32 Please, who can help me? And what I need that I can do this file? Maybe some programs, like c++ ?
|
|
|
|
|
|
|
|
 |
the_grim  |
Superstar Dolphin | Member since: 16.08.2004, 10:46 | Posts: 9565 | Location: Finland |
Likes: 49 |
| |
|
Post Topic: Re: How to do .dll file for mod? Posted 02.04.2012, 19:01 |
Um...
Why do you "need" to make a DLL file if you don't know what it's for? Yes you need to compile the C++ source code to create a game DLL.
|
|
|
|
|
|
|
 |
Psychoisalive  |
Experienced Modder | Member since: 13.12.2011, 19:25 | Posts: 511 | Location: Argentina |
Likes: 0 |
| |
|
Post Topic: Re: How to do .dll file for mod? Posted 02.04.2012, 19:27 |
Quote by the_grim: Um...
Why do you "need" to make a DLL file if you don't know what it's for? Yes you need to compile the C++ source code to create a game DLL. Is an specific compiler? OR a generic C++ compiler?
|
|
|
|
|
|
|
 |
Cry-Ruan  |
Crytek Staff Member | Member since: 11.07.2008, 20:25 | Posts: 11645 | Location: Frankfurt am Main | Status: Online |
Likes: 21 |
| |
|
Post Topic: Re: How to do .dll file for mod? Posted 02.04.2012, 19:34 |
Officially we support Visual Studio 2010 (both Express and premium versions). Others may work though, they're just untested for the most part.
Anti-flowgraph campaigner, professional server destroyer.
|
|
|
|
|
|
|
 |
Psychoisalive  |
Experienced Modder | Member since: 13.12.2011, 19:25 | Posts: 511 | Location: Argentina |
Likes: 0 |
| |
|
Post Topic: Re: How to do .dll file for mod? Posted 02.04.2012, 19:42 |
Quote by Cry-Ruan: Officially we support Visual Studio 2010 (both Express and premium versions). Others may work though, they're just untested for the most part. Any of them are free? what do I need to compile a CRysis wars mod dll?
|
|
|
|
|
|
|
 |
Cry-Ruan  |
Crytek Staff Member | Member since: 11.07.2008, 20:25 | Posts: 11645 | Location: Frankfurt am Main | Status: Online |
Likes: 21 |
| |
|
Post Topic: Re: How to do .dll file for mod? Posted 02.04.2012, 19:48 |
See this for CE2 mods: http://doc.crydev.net/ProgrammingManual ... index.htmlI'm sure googling for free C++ IDEs and testing them yourself can't be that much work.
Anti-flowgraph campaigner, professional server destroyer.
|
|
|
|
|
|
|
 |
megalolpronoob  |
Trained Modder | Member since: 09.08.2011, 08:58 | Posts: 330 | Location: Moskow, Russia |
Likes: 2 |
| |
|
Post Topic: Re: How to do .dll file for mod? Posted 03.04.2012, 13:39 |
Thanks! I know C++, Delphi and pascal... So it is not hard for me.
|
|
|
|
|
|
|
 |
the_grim  |
Superstar Dolphin | Member since: 16.08.2004, 10:46 | Posts: 9565 | Location: Finland |
Likes: 49 |
| |
|
Post Topic: Re: How to do .dll file for mod? Posted 03.04.2012, 15:03 |
Still wondering why you specifically want a DLL file without even knowing how it's made.  Is there an inherent value in having a special DLL file in your mod folder?
|
|
|
|
|
|
|
 |
DoS  |
Trainee | Member since: 04.12.2011, 13:56 | Posts: 196 | Location: United Kingdom |
Likes: 0 |
| |
|
Post Topic: Re: How to do .dll file for mod? Posted 21.04.2012, 13:13 |
All Visual Express editions are free of charge.
@Ruan: Crysis Wars Modding is a bit buggy under VE 2010, 2008 is better.
DoS
|
|
|
|
|