npissoawsome Posted December 12, 2011 Share Posted December 12, 2011 So I just downloaded script dragon, and I'm sort of understanding it, although it is a bit difficult, because I've never actually worked with c++ :wallbash: So, here I am with a couple of questions, although I will most likely have a million more :P 1) How do I compile my code into .asi files? 2) Is there a special IDE I could use, or should I just use a normal C++ IDE? That's it for now :P Thanks in advance :) Link to comment Share on other sites More sharing options...
npissoawsome Posted December 13, 2011 Author Share Posted December 13, 2011 So, I've read that they're just dll files renamed to .asiis that true? Link to comment Share on other sites More sharing options...
drail1602 Posted January 8, 2012 Share Posted January 8, 2012 1) How do I compile my code into .asi files? New to c++ also and trying to do the same thing, find any help? Link to comment Share on other sites More sharing options...
drail1602 Posted January 8, 2012 Share Posted January 8, 2012 (edited) I figured it out...Key note in ScriptDragon readme for developers: "For fast creating new project copy all dummy.* files and rename 'em, thenreplace all "dummy" strings in the *.vcxproj via notepad to "%your_name%"."%your_name% is what you are calling your script Download MS Visual C++ 2010 Express, it's free. Check out this link to get instructions from there. The wikihow will tell how to set up a new project. Just overwrite the files made by MSVC with the files you renamed from dummy. Make sure you copy the ScriptDragon common folder into the MSVC project directory, where the cpp and vcxproj files are. I'll try to help if you have questions but I'm kinda new at this stuff. *Edit: If your script is getting skipped when you try to compile, right click "Solution..." in Solution Explorer window, click "Configuration Manager". Make sure there is a check mark in the Build column and press OK. Mine was checked already, but wouldn't compile until I did this step. Edited January 8, 2012 by d_rail1602 Link to comment Share on other sites More sharing options...
stonedsquirrel Posted July 17, 2012 Share Posted July 17, 2012 I figured it out...Key note in ScriptDragon readme for developers: "For fast creating new project copy all dummy.* files and rename 'em, thenreplace all "dummy" strings in the *.vcxproj via notepad to "%your_name%"."%your_name% is what you are calling your script Download MS Visual C++ 2010 Express, it's free. Check out this link to get instructions from there. The wikihow will tell how to set up a new project. Just overwrite the files made by MSVC with the files you renamed from dummy. Make sure you copy the ScriptDragon common folder into the MSVC project directory, where the cpp and vcxproj files are. I'll try to help if you have questions but I'm kinda new at this stuff. *Edit: If your script is getting skipped when you try to compile, right click "Solution..." in Solution Explorer window, click "Configuration Manager". Make sure there is a check mark in the Build column and press OK. Mine was checked already, but wouldn't compile until I did this step. Nice. I had to also edit a drop down box in said window under project contexts, configuration tab from debug to main great thanks ^^ Link to comment Share on other sites More sharing options...
Recommended Posts