How could I skip Visual studio ? I dont need to compile game..

0

I would be doing only archviz kind of things. I dont need to compile the game.

How could I avoid installing Visual studio and other scripting support things that takes up lot of GBs of harddisk and still create new projects?

Cryengine and Unreal engine lets me do this without Visual studio.

asked 6 years ago343 views
4 Answers
0

Hi @REDACTEDUSER

Have you tried using Project Configurator? You can enable gems and define new projects from there. It's an application you can generally find in dev/Tools/LmbrSetup.

Ultimately you will need to compile to build code changes and make release builds but you can do so without installing all of VS2015. It is certainly easier with VS2015 however. :)

answered 6 years ago
0

Hey @REDACTEDUSER

This is technically possible though is a bit complex. Lumberyard on Windows uses the VC++ compiler/VS Build Tools to compile so while you can forego the IDE and the bulk of the standard VS install you'll still need MS VS 2015 Build Tools, VS C++ Build Tools, and additional libs like Windows 10 SDK and MFC/ATL support.

From there you can build via command line using lmbr_waf. lmbr_waf build_win_x64_vs2015_profile should work just fine.

answered 6 years ago
0

Thankyou Pyra.

Lumberyard doesn't let me create a new project.But it lets me create a new level. I was even able to import custom fbx models. I thought that might be enough until I tried to create water volume.

It says water volumes are gems and need compilation.

Hmmm. may be just may be this wont work without the vs 2015 community edition after all!

:( :(

answered 6 years ago
0

I did try the configurator. Most of the gems doesn't need compilation but this water volume gem needs compilation.

I am going to install VS2015 with c++.

answered 6 years ago

This post is closed: Adding new answers, comments, and votes is disabled.