Changes between Version 2 and Version 3 of dev/3DEngineEvaluation
- Timestamp:
- Sep 10, 2007, 5:06:26 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/3DEngineEvaluation
v2 v3 2 2 = Orxonox 2: 3D Engine Evaluation = 3 3 4 Orxonox needs a new stable engine . Things we need to do before the next Thinktank:4 Orxonox needs a new stable engine with good documentation and a healthy community. Things we need to do before the next Thinktank: 5 5 6 6 * Get the engine work on Unix and Windows 7 * Write test code (tutorial) to loada .bsp level from Orxonox7 * Write a test app which loads a .bsp level from Orxonox 8 8 * Collect howto documents on getting started with the engine 9 * ...9 * List advantages and disadvantages of every engine 10 10 11 11 ------- … … 24 24 25 25 === Load a BSP level === 26 Link: http://www.ogre3d.org/wiki/index.php/How_to_create_BSP_files_using_GtkRadiant 27 26 28 27 29 -------- … … 48 50 '''Ubuntu 7.10 Gutsy:''' Everything should work (not tested yet) 49 51 50 '''Debian Etch (stable):''' It does not work. Many libsoutdated.52 '''Debian Etch (stable):''' Does not work. Many libs are outdated. 51 53 52 '''Debian Lenny (testing):''' works great, only shaders are disabled54 '''Debian Lenny (testing):''' Works great, only shaders are disabled 53 55 54 '''Debian Sid (unstable):''' should work great too (not tested yet)56 '''Debian Sid (unstable):''' Should work great too (not tested yet) 55 57 56 58 '''"walktest" System Test:''' … … 90 92 91 93 === Load a BSP level === 94 There's an outdated [http://community.crystalspace3d.org/tiki-print_article.php?articleId=15 tutorial] that uses the map2cs converter to get a CS level from a bsp map. This map can be loaded directly with the walktest tool. But they dropped the support for map2cs (it was buggy I think). Now they force the users to use blender for all CS tasks. 95 96 97 [http://www-poleia.lip6.fr/~degris/converter/ Counter-Strike to Crystal Space 3D converter] is another tool to convert bsp maps (in python). I tried to install it, but I always get python errors. It seems outdated too. Anyone motivated to do some python debugging? 98 99 Converter dependecies (maybe incomplete): 100 {{{ 101 # aptitude install imagemagick python-imaging python-elementtree 102 }}} 103 104 Till now, I couldn't find a direct way to import bsp levels or a working level converter. Maybe we should start flaming in their forum... 105 106 92 107 93 108 --------