Results 1 to 5 of 5

Thread: Need help with Visual Studio + nFringe

  1. #1

    Need help with Visual Studio + nFringe

    Okay, so I'm trying to set up a development environment for the UDK. I've installed Visual Studio C++ 2008, and downloaded all of the requirements and the nFringe plugin.

    So, following this tutorial, I've attempted to set up my environment.

    Here are the nFringe settings.







    As you can see in the Build settings, I have the directory set to F:\Program Files\Games\UDK\UDK-2009-11\UTGame\Script.

    Here's the output upon Build Solution:

    ------ Build started: Project: MyGame, Configuration: Debug Win32 ------
    Could not locate the .NET Framework SDK. The task is looking for the path to the .NET Framework SDK at the location specified in the SDKInstallRootv2.0 value of the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k. You may be able to solve the problem by doing one of the following: 1.) Install the .NET Framework SDK. 2.) Manually set the above registry key to the correct location.
    MyGame -> K:\Documents and Settings\Administrator.EXPERIEN-C563A1\My Documents\Visual Studio 2008\Projects\MyGame\MyGame\Unpublished\CookedPC\S cript\MyGame.u
    ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========

    In that directory, no .u file appears.

    Anyone know what's up?
    Last edited by Timo; November 22nd, 2010 at 07:58 PM.
    Reply With Quote

  2. #2
    Conversation Terrorist Pyong Kawaguchi's Avatar
    Join Date
    May 2007
    Location
    East Usa
    Posts
    3,905

    Re: Need help with Visual Studio + nFringe

    You may be able to solve the problem by doing one of the following: 1.) Install the .NET Framework SDK. 2.) Manually set the above registry key to the correct location.
    lol...
    Reply With Quote

  3. #3

    Re: Need help with Visual Studio + nFringe

    I'll see if doing so doesn't fix it. But the tutorial said that shouldn't matter or affect it, as it completes the build regardless.
    Last edited by t3h m00kz; November 17th, 2009 at 09:44 PM.
    Reply With Quote

  4. #4

    Re: Need help with Visual Studio + nFringe

    Turns out the guy's tutorial neglected to mention to save the project in the Developement/Src directory of the UDK. Now, to see if I can get the .u to show up.
    Reply With Quote

  5. #5

    Re: Need help with Visual Studio + nFringe

    Got it working. Some ran into some minor pathing issues, but I managed to get it working. I had to set up the ini, and use Frontend to do a full compile. My environment is set up, and I've successfully tested the scripts using some multiplied integers. Hopefully this will get me into scripting.
    Last edited by t3h m00kz; November 18th, 2009 at 12:10 AM.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •