UE3 - UDK Running my first project

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Raphael Vanier

New Member
Oct 12, 2011
2
0
0
Hello there,

I have been following this tutorial:

http://www.youtube.com/watch?v=bjETnT9xCS8

2 problems:

- Intellisense does not work. Visual studio does not color anything and does not autocomplete. I have restarted the project

- Also, I have built my project as he said. VS said it succeeded. MyGame.u is in the UDK-2009-12\UTGame\Script directory. But I can't run the project. The green arrow to run the project is grayed out...

I have nFringe v. 1.2.15.404. A couples of things I have noticed along the way.

- First, In Project property, in the general tab, there is no Target Game drop down. Can't choose "Unreal Engine 3 Mod". There is also no "Reference source path" entry. Can't choose: The src path. Guess this is why my intellisense ain't coming up.

- In Project property, in the build tab, there is no "Manually set our UCC output directory". But that doesn't seem too important. It put the MyGame.u script file in the script directory anyway.

Any help setting this up?
 

Raphael Vanier

New Member
Oct 12, 2011
2
0
0
Oh well,

I reinstalled nFringe and UDK. I have built my project inside the Development/src/ folder like what was advised by this tutorial:

http://www.codeproject.com/KB/miscctrl/Begining_UnrealScript.aspx

Result, build worked and I can start the project! I start it... everything look fine... I see the screen "Powered by Unreal"... and then the program crash! It leaves no hint on what happened. Another bad sign is that it didn't copy MyGame.u in the script folder.

Any help? Thanks in advance.