Quest 5 request
Breeze
11 Oct 2011, 07:42Hello all
A couple of things that I really miss in Quest 5 are the drag/drop items on object when playing a game.
Also the right-click menu for items/object (look at, take etc.), So I downloaded the source code to do that myself, but unfortunately we can't open the project properly in the Visual C# express edition because it doesn't support solution folders :/
I really don't feel like buying the basic edition of visual studio to add the features myself.
A couple of things that I really miss in Quest 5 are the drag/drop items on object when playing a game.
Also the right-click menu for items/object (look at, take etc.), So I downloaded the source code to do that myself, but unfortunately we can't open the project properly in the Visual C# express edition because it doesn't support solution folders :/
I really don't feel like buying the basic edition of visual studio to add the features myself.
Alex
11 Oct 2011, 09:05You could implement these by opening just one project, Player.vbproj.
To get it to build you will probably need to copy over the other .dll files from "Program Files\Axe Software\Quest" and then manually add references.
Alternatively the .sln file should load in SharpDevelop: http://sharpdevelop.net/opensource/sd/ - I haven't tried this for a few months but it did work.
To get it to build you will probably need to copy over the other .dll files from "Program Files\Axe Software\Quest" and then manually add references.
Alternatively the .sln file should load in SharpDevelop: http://sharpdevelop.net/opensource/sd/ - I haven't tried this for a few months but it did work.