Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Custom Scripts
Re: Custom Scripts [message #320276 is a reply to message #320271] Tue, 04 March 2008 00:19 Go to previous message
saberhawk
Messages: 1068
Registered: January 2006
Location: ::1
Karma:
General (1 Star)
Zack wrote on Mon, 03 March 2008 23:47

3** things wrong with your situation cpjok:

1. You can't open a *.dll file to editing. You need to edit the source.

2. You're using a version of VC++ that is highly discouraged from being used to edit Scripts.dll. Reason: Compiler changes that make Scripts.dll un-buildable.... :/ You need VC++ 2005 to re-compile Scripts.dll.

EDIT: (noticed a 3rd thing wrong...)

3. Thirdly...You're trying to use VISUAL BASIC 2008 to edit Scripts.dll <_< Scripts.dll is not coded in VB.NET :/ (not yet at least -hehe-)

~Zack


VC2008 can build scripts.dll no problem, there's just a slight bugfix that needs to be done in engine_common.cpp.

Find: 
#if (_MSC_VER == 1400)
Replace with (2 occurrences): 
#if (_MSC_VER >= 1400)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Players versus AI
Next Topic: A Guide to Single Player and some Cool Overviews
Goto Forum:
  


Current Time: Fri Oct 18 14:16:08 MST 2024

Total time taken to generate the page: 0.00865 seconds