Jump to content
The Dark Mod Forums

Search the Community

Showing results for tags 'git'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • News & Announcements
    • The Dark Mod
    • Fan Missions
    • Off-Topic
  • Feedback and Support
    • TDM Tech Support
    • DarkRadiant Feedback and Development
    • I want to Help
  • Editing and Design
    • TDM Editors Guild
    • Art Assets
    • Music & SFX

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. http://bugs.thedarkmod.com/view.php?id=4742 The latest DarkRadiant commit in https://github.com/codereader/DarkRadiant ( 2ad55e91df66e11c5385ba40cf3615f56f7d00e8 ) fails configuration. Oddly enough the console doesn't output the exact cause, it only complains that Makefile.in cannot be found. I use Linux openSUSE Tumbleweed 64bit. Below is a console log with the commands I ran and the respective output. mircea@linux-qz0r:~/Downloads/DarkRadiant> ./autogen.sh;./configure --prefix=/home/mircea/Downloads/DarkRadiant/install --enable-darkmod-plugins libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:24: installing './compile' configure.ac:2: installing './missing' configure.ac:336: error: required file 'plugins/eclasstree/Makefile.in' not found configure.ac:336: error: required file 'plugins/entitylist/Makefile.in' not found configure.ac:336: error: required file 'plugins/undo/Makefile.in' not found libs/ddslib/Makefile.am: installing './depcomp' configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for ld used by GCC... /usr/x86_64-suse-linux/bin/ld checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for msgfmt... yes checking for msgmerge... yes checking for xgettext... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm - interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for ANSI C header files... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether g++ supports C++11 features by default... yes checking cstdint usability... yes checking cstdint presence... yes checking for cstdint... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for inflateEnd in -lz... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_start_compress in -ljpeg... yes checking for wx-config... /usr/bin/wx-config checking for wxWidgets version >= 3.0.0... yes (version 3.0.3) checking for wxWidgets static library... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libxml-2.0... yes checking for sigc++-2.0... yes checking for libpng... yes checking for ftgl... yes checking GL/glew.h usability... yes checking GL/glew.h presence... yes checking for GL/glew.h... yes checking for main in -lGLEW... yes checking for main in -lGL... yes checking for gluBuild2DMipmaps in -lGLU... yes checking filesystem usability... no checking filesystem presence... no checking for filesystem... no checking experimental/filesystem usability... yes checking experimental/filesystem presence... yes checking for experimental/filesystem... yes configure: Will use std::filesystem instead of boost.filesystem checking for python-config... python-config configure: Checking for pybind11 headers... checking pybind11/pybind11.h usability... no checking pybind11/pybind11.h presence... no checking for pybind11/pybind11.h... no configure: Using the pybind11 headers shipped with the sources configure: Using the fmtlib headers shipped with the sources (header-only mode) checking for main in -ldl... yes checking AL/alut.h usability... yes checking AL/alut.h presence... yes checking for AL/alut.h... yes checking for ov_clear in -lvorbisfile... yes checking for alGetError in -lopenal... yes checking for main in -lalut... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating install/darkradiant.desktop config.status: creating install/i18n//Makefile.in config.status: error: cannot find input file: `Makefile.in' mircea@linux-qz0r:~/Downloads/DarkRadiant>
  2. Hello gentlemen i have problems building the DarkRadiant editor. I started a map when i was using ubuntu, now I use Arch and i want to finish the map and help to make the Darkmod even larger. The problem is that i can't build the editor from source by using: $ ./configure $ make $ sudo make install because this happens: checking for boost/tokenizer.hpp... yes checking for the toolset name used by Boost for g++... configure: WARNING: could not figure out which toolset name to use for g++ checking boost/regex.hpp usability... yes checking boost/regex.hpp presence... yes checking for boost/regex.hpp... yes checking for the Boost regex library... yes checking boost/system/error_code.hpp usability... yes checking boost/system/error_code.hpp presence... yes checking for boost/system/error_code.hpp... yes checking for the Boost system library... yes checking boost/filesystem/path.hpp usability... yes checking boost/filesystem/path.hpp presence... yes checking for boost/filesystem/path.hpp... yes checking for the Boost filesystem library... yes checking for boost/system/error_code.hpp... (cached) yes checking for the Boost system library... (cached) yes checking for python-config... python-config checking boost/python.hpp usability... yes checking boost/python.hpp presence... yes checking for boost/python.hpp... yes checking for the Boost python library... no configure: error: cannot find the flags to link with Boost python And i have Boost-libs installed [dragora@irya DarkRadiant]$ pacman -Ss boost extra/boost 1.50.0-2 [instalado] Free peer-reviewed portable C++ source libraries - Development extra/boost-libs 1.50.0-2 [instalado] Free peer-reviewed portable C++ source libraries - Runtime community/boost-build 2.0_m12-3 [instalado] Boost build system I tried to install it using "aur", it correctly build and install the package but when i start the editor: segmentation fault Someone told me to do this: sed -i~ configure -e 's/^BOOST_PYTHON_LIBS=\$.*/BOOST_PYTHON_LIBS='\''-lboost_python -lpython2.7'\''/' boost_cv_lib_python='donottest' ./configure --prefix=/usr --enable-darkmod-plugins --enable-python make It builds, and installs correctly, but when i invoke darkradiant, "segmentation fault". when i look up in the darkradiant.log: Started logging to /home/dragora/.darkradiant/darkradiant.log Today is: Mon Sep 3 12:47:13 2012 This is DarkRadiant 1.7.2 x64 gtkmm Version: 2.24.2 ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/filetypes.so' Module registered: FileTypes ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/entitylist.so' Module registered: EntityList ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/uimanager.so' Module registered: UIManager ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/eclassmgr.so' Module registered: EntityClassManager ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/model.so' Module registered: ModelLoaderMD3 Module registered: ModelLoader3DS Module registered: ModelLoaderASE Module registered: ModelLoaderMS3D Module registered: ModelLoaderMDC Module registered: ModelLoaderMD2 Module registered: ModelLoaderFM Module registered: ModelLoaderLWO Module registered: ModelLoaderPICOTERRAIN Module registered: ModelLoaderOBJ ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/undo.so' Module registered: UndoSystem ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/image.so' Module registered: ImageLoaderTGA Module registered: ImageLoaderJPG Module registered: ImageLoaderPNG Module registered: ImageLoaderPCX Module registered: ImageLoaderBMP Module registered: ImageLoaderDDS Module registered: ImageLoaderGDK ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/grid.so' Module registered: Grid ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/script.so' Module registered: ScriptingSystem ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/sound.so' Module registered: SoundManager ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/mapdoom3.so' Module registered: Doom3MapLoader Module registered: Quake4MapLoader Module registered: Doom3PrefabLoader Module registered: MapCompiler ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/xmlregistry.so' Module registered: XMLRegistry ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/eventmgr.so' Module registered: EventManager ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/vfspk3.so' Module registered: VirtualFileSystem ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/md5model.so' Module registered: ModelLoaderMD5MESH Module registered: MD5AnimationCache ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/archivezip.so' Module registered: ArchivePK4 ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/filters.so' Module registered: FilterSystem ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/skins.so' Module registered: ModelSkinCache ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/particles.so' Module registered: ParticlesManager Module registered: ParticlesEditor ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/fonts.so' Module registered: FontManager ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/scenegraph.so' Module registered: SceneGraph Module registered: SceneGraphFactory ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/shaders.so' Module registered: MaterialManager ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/entity.so' Module registered: Doom3EntityCreator ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/commandsystem.so' Module registered: CommandSystem ModuleLoader: Loading module '/usr/local/lib/darkradiant/plugins/dm_editing.so' Module registered: DarkMod Editing ModuleLoader: Loading module '/usr/local/lib/darkradiant/plugins/dm_conversation.so' Module registered: ConversationEditor ModuleLoader: Loading module '/usr/local/lib/darkradiant/plugins/eclasstree.so' Module registered: EClassTree ModuleLoader: Loading module '/usr/local/lib/darkradiant/plugins/dm_gui.so' Module registered: GUI Editing ModuleLoader: Loading module '/usr/local/lib/darkradiant/plugins/dm_objectives.so' Module registered: ObjectivesEditor ModuleLoader: Loading module '/usr/local/lib/darkradiant/plugins/dm_difficulty.so' Module registered: DifficultyEditor ModuleLoader: Loading module '/usr/local/lib/darkradiant/plugins/wavefront.so' Module registered: WaveFrontExporter ModuleLoader: Loading module '/usr/local/lib/darkradiant/plugins/dm_stimresponse.so' Module registered: StimResponseEditor ArchivePK4::initialiseModule called XMLRegistry::initialiseModule called XMLRegistry: looking for XML files under /usr/local/share/darkradiant/ XMLRegistry: Importing XML file: /usr/local/share/darkradiant/user.xml XMLRegistry: Importing XML file: /usr/local/share/darkradiant/colours.xml XMLRegistry: Importing XML file: /usr/local/share/darkradiant/input.xml XMLRegistry: Importing XML file: /usr/local/share/darkradiant/menu.xml XMLRegistry: Importing XML file: /usr/local/share/darkradiant/commandsystem.xml XMLRegistry: no user.xml in /home/dragora/.darkradiant/user.xml CommandSystem::initialiseModule called. EventManager::initialiseModule called. EventManager: Critical: No modifiers definitions found! MouseEventManager: Critical: No button definitions found! MouseEventManager: Critical: No XYView event definitions found! MouseEventManager: Critical: No observer event definitions found! MouseEventManager: Critical: No camera event definitions found! MouseEventManager: Critical: No camera strafe definitions found! EventManager successfully initialised. UIManager::initialiseModule called MenuManager: Could not find menu root in registry.ToolbarManager: Warning: No toolbars found. ColourSchemeManager: Loading colour schemes... ColourSchemeManager: No schemes found... MainFrameLayoutManager::initialiseModule called. OrthoviewManager::initialiseModule called. MainFrame::initialiseModule called. Clipper::initialiseModule called GridManager::initialiseModule called. SceneGraph::initialiseModule called RadiantSelectionSystem::initialiseModule called. RadiantModule::initialiseModule called. EventManager: Event ToggleClipper is not a Toggle. EventManager: Event MouseTranslate is not a Toggle. EventManager: Event MouseRotate is not a Toggle. EventManager: Event MouseDrag is not a Toggle. PreferenceSystem::initialiseModule called FileTypes::initialiseModule called. GameManager: Scanning for game description files: /usr/local/share/darkradiant/games/ XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/doom3.game XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/doom3-demo.game XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/xreal.game XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/quake4.game GameManager: Found game definitions: Doom 3 Doom 3 Demo Quake 4 XreaL GameManager: Selected game type: Doom 3 GameManager: Querying Windows Registry for game path: HKEY_LOCAL_MACHINE\SOFTWARE\id\Doom 3\InstallPath GameManager: Windows Registry returned result: GameManager: Map path set to /home/dragora/.doom3/base/maps/ GameManager: Prefab path set to /home/dragora/.doom3/base/prefabs/ VFS Search Path priority is: - /home/dragora/.doom3/base/ - /usr/local/games/doom3/base/ VFS::initialiseModule called filesystem initialised [vfs] searched directory: /home/dragora/.doom3/base/ [vfs] searched directory: /usr/local/games/doom3/base/ [vfs] pak file: /usr/local/games/doom3/base/pak008.pk4 [vfs] pak file: /usr/local/games/doom3/base/pak007.pk4 [vfs] pak file: /usr/local/games/doom3/base/pak006.pk4 [vfs] pak file: /usr/local/games/doom3/base/pak005.pk4 [vfs] pak file: /usr/local/games/doom3/base/pak004.pk4 [vfs] pak file: /usr/local/games/doom3/base/pak003.pk4 [vfs] pak file: /usr/local/games/doom3/base/pak002.pk4 [vfs] pak file: /usr/local/games/doom3/base/pak000.pk4 [vfs] pak file: /usr/local/games/doom3/base/game03.pk4 [vfs] pak file: /usr/local/games/doom3/base/game02.pk4 [vfs] pak file: /usr/local/games/doom3/base/game01.pk4 MaterialManager::initialiseModule called 6276 shaders found. OpenGL::initialiseModule called. ShaderCache::initialiseModule called. ColourScheme: Colour selected_brush_camera doesn't exist! ColourScheme: Colour selected_brush doesn't exist! Camera::initialiseModule called. ConversationEditor::initialiseModule called. UndoSystem::initialiseModule called DarkMod Editing::initialiseModule called. DifficultyEditor::initialiseModule called. BrushModuleClass::initialiseModule called. Map::initialiseModule called. Doom3EntityCreator::initialiseModule called. EntityClassDoom3::initialiseModule called. searching vfs directory 'def' for *.def model intro_scientist inherits unknown model char_npc ColourScheme: Colour default_entity doesn't exist![eclassmgr] Entity class damage_bfgfreq_cinematic specifies unknown parent class damage_bfgFreq[eclassmgr] Entity class damage_bfgsplash_cinematic specifies unknown parent class damage_bfgSplash[eclassmgr] Entity class damage_bfgsplash_mp specifies unknown parent class damage_bfgSplash[eclassmgr] Entity class damage_grenadedirect_mp specifies unknown parent class damage_grenadeDirect[eclassmgr] Entity class damage_grenadesplash_inhand specifies unknown parent class damage_grenadeSplash[eclassmgr] Entity class damage_grenadesplash_inhand_mp specifies unknown parent class damage_grenadeSplash_mp[eclassmgr] Entity class damage_grenadesplash_mp specifies unknown parent class damage_grenadeSplash[eclassmgr] Entity class damage_rocketdirect_mp specifies unknown parent class damage_rocketDirect[eclassmgr] Entity class damage_rocketsplash_mp specifies unknown parent class damage_rocketSplash[eclassmgr] Entity class damage_soulsplash_mp specifies unknown parent class damage_soulSplash[eclassmgr] Entity class intro_scientist specifies unknown parent class char_labcoat_youn ColourScheme: Colour default_brush doesn't exist! ColourScheme: Colour light_volumes doesn't exist! LayerSystem::initialiseModule called. MapFormatManager::initialiseModule called. PatchModuleDef2::initialiseModule called. PatchModuleDef3::initialiseModule called. Doom3MapLoader: initialiseModule called. Doom3PrefabLoader: initialiseModule called. EClassTree::initialiseModule called. EntityListModule::initialiseModule called [filters] Loaded 15 filters from registry. FontManager::initialiseModule called FontLoader: fonts/english/an/fontImage_12.dat loaded successfully. FontLoader: fonts/english/an/fontImage_24.dat loaded successfully. FontLoader: fonts/english/an/fontImage_48.dat loaded successfully. FontLoader: fonts/english/bank/fontImage_12.dat loaded successfully. FontLoader: fonts/english/bank/fontImage_24.dat loaded successfully. FontLoader: fonts/english/bank/fontImage_48.dat loaded successfully. FontLoader: fonts/english/micro/fontImage_12.dat loaded successfully. FontLoader: fonts/english/micro/fontImage_24.dat loaded successfully. FontLoader: fonts/english/micro/fontImage_48.dat loaded successfully. 3 fonts registered. GUI Editing::initialiseModule called. [GuiManager]: Found 0 guis. ImageLoaderBMP::initialiseModule called. ImageLoaderDDS::initialiseModule called. ImageLoaderGDK::initialiseModule called. ImageLoaderJPG::initialiseModule called. ImageLoaderPCX::initialiseModule called. ImageLoaderPNG::initialiseModule called. ImageLoaderTGA::initialiseModule called. MD5AnimationCache::initialiseModule called. MapCompiler: initialiseModule called. MapResourceManager::initialiseModule called. PicoModelLoader: ModelLoaderASE initialised. PicoModelLoader: ModelLoaderLWO initialised. MD5Model::initialiseModule called. ModelCache::initialiseModule called. PicoModelLoader: ModelLoader3DS initialised. PicoModelLoader: ModelLoaderFM initialised. PicoModelLoader: ModelLoaderMD2 initialised. PicoModelLoader: ModelLoaderMD3 initialised. PicoModelLoader: ModelLoaderMDC initialised. PicoModelLoader: ModelLoaderMS3D initialised. PicoModelLoader: ModelLoaderOBJ initialised. PicoModelLoader: ModelLoaderPICOTERRAIN initialised. Doom3SkinCache::initialiseModule called [skins] Loading skins. NamespaceFactory::initialiseModule called. ObjectivesEditorModule::initialiseModule called. ParticlesEditor::initialiseModule called. ParticlesManager::initialiseModule called Quake4MapLoader: initialiseModule called. RenderSystemFactory::initialiseModule called. SceneGraphFactory::initialiseModule called. ScriptingSystem::initialiseModule called. ScriptingSystem: Python interpreter initialised. Registered script file commands/convert_to_ase_and_replace.py as aseConvertAndReplace Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly Registered script file commands/ase_export.py as aseExport Registered script file commands/example.py as Example Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType ScriptModule: Found 6 commands. MenuManager: Could not find insertPath: main/help MenuManager: Could not find insertPath: main/file/refreshShaders SelectionSetManager::initialiseModule called. SoundManager: initialising sound playback StimResponseModule::initialiseModule called. WaveFrontModule::initialiseModule called MenuManager: Could not find insertPath: main/file/createCM MenuManager: Could not find insertPath: main/file/exit Please, help me if you can, I only want to finish a map for the mod.
×
×
  • Create New...