Jump to content

How do I make ASI files?


npissoawsome

Recommended Posts

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

  • 4 weeks later...

I figured it out...

Key note in ScriptDragon readme for developers: "For fast creating new project copy all dummy.* files and rename 'em, then

replace 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 by d_rail1602
Link to comment
Share on other sites

  • 6 months later...

I figured it out...

Key note in ScriptDragon readme for developers: "For fast creating new project copy all dummy.* files and rename 'em, then

replace 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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...