Modules

General discussions about game development using the Drag[en]gine Game Engine.

If you do not know where to post your questions try this place.
Post Reply
Mega_Zorgon
Posts: 2
Joined: Tue Jun 23, 2020 5:45 pm

Modules

Post by Mega_Zorgon »

How does one load a module for dragon engine. Maybe I'm not looking correct spot or not understanding correctly. Thanks.
Mega_Zorgon
Posts: 2
Joined: Tue Jun 23, 2020 5:45 pm

Re: Modules

Post by Mega_Zorgon »

I was thinking like using blender module.
dragonlord
Site Admin
Posts: 29
Joined: Tue Apr 21, 2020 12:18 am

Re: Modules

Post by dragonlord »

As game developer you do not load modules in the game engine. This is the job of launchers used by gamers. The only module you have to choose is the scripting module your projects wants to use. This is done in the the "New Project" dialog of the IGDE.

Concerning the blender module you mean the Addon/Plugin for Blender? If you have IGDE installed start Blender and go to the plugins windows and click "Install...". Select the blender plugin zip from the location matching your OS:
- Linux: /usr/share/deigde/tools/blender-addon.zip
- Windows: C:\Program Files\DEIGDE\Share\tools\blender-addon.zip
Post Reply