View Single Post
Old 07-31-2006, 04:34 PM   #3 (permalink)
Lokai
Forum Expert
 
Lokai's Avatar
 
Join Date: Aug 2003
Location: Bergen, NY (Rochester)
Age: 41
Posts: 1,425
Send a message via ICQ to Lokai Send a message via MSN to Lokai Send a message via Yahoo to Lokai
Default

Interesting idea.

I have a problem with it however.

This is only good if you are adding a file that is not depended on by existing c# files, and does not work if your files are integrated with stock scripts.

In other words, what files can you just simply rename with .wb extension, and still be able to compile your C# scripts? I don't have many files like that.

I cannot change BaseWeapon.cs to BaseWeapon.wb and work just on that file, because the C# scripts will not compile without BaseWeapon.cs being there.

EDIT: This WILL work OK if you are adding a completely 'Drag-n-drop' script or script system, where you are not modifying existing C# scripts (most of which depend on eachother to a degree.)

Last edited by Lokai; 07-31-2006 at 04:48 PM.
Lokai is offline   Reply With Quote