[osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread 吴才华
Hi Everyone, I would like to introduce my working based on osg. I developed Creature3D Game Engine. You can download the sdk and The Next-Gen FPS game demo on http://cid-cc7befe115bfbec3.skydrive.live.com/browse.aspx/Public My Blog: http://blog.sina.com.cn/creature3d My Web(EN): http:

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread Jean-Sébastien Guay
Hello WuCaihua, >I would like to introduce my working based on osg. I developed > Creature3D Game Engine. You can download the sdk and The Next-Gen > FPS game demo on > http://cid-cc7befe115bfbec3.skydrive.live.com/browse.aspx/Public I wanted to check it out, but the second RAR file

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread Jean-Sébastien Guay
Hello again WuCaihua, Some preliminary feedback: * Some minimal information on what to do with the contents of the two rar files and the data rar would have been useful. The readme has the keys and some info on settings in the ini file, but nothing about how to actually run the demo. *

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread Jean-Sébastien Guay
Hello again, > When you have download the part1 and part2 files, The right way is > only to decompress the part1 file. Do not decompress part2, it will > be decompressed automate. Where does it need to be put for it to be found and decompressed automatically? > Then run Creature3D.ex

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread 吴才华
Hello, I'm so sorry, it's my fault. When you have download the part1 and part2 files, The right way is only to decompress the part1 file. Do not decompress part2, it will be decompressed automate. Then run Creature3D.exe, Type in the serial from the readme. Do not copy the files in the d

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread 吴才华
Hello, Decompress Creature3Dd.rar you will get Creature3Dd.exe, copy it to the Creature3DGame directory and run it, you can find the log in the console. WuCaihua 2007.11.16 在2007-11-16,"Jean-Sébastien Guay" <[EMAIL PROTECTED]> 写道: Hello again, > When you have download the part1 and

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread 吴才华
Hello, I'm so sorry, it is unusual. When has something error in loading it will appear something, I had not test the progam in English version of Windows. When it crashes, what happens. And I builded a new file of Creature3Dd.exe, can you help to try it. Thanks a lot! WuCaihua 在20

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread 吴才华
Hi Thibault, I am using WinXP SP2 CH, and I have tested many machines. My Code has been compiled with SSE, When I compiled with SSE2 and I runned on an computer that dose not support SSE2, then it occur some unsual error. What is my freshly compiled executable's log, is there something code ap

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread Jean-Sébastien Guay
Hello, > Decompress Creature3Dd.rar you will get Creature3Dd.exe, copy it > to the Creature3DGame directory and run it, you can find the log in > the console. All I get is this: > Creature3Dd.exe Using OpenAL EAX2.0 extension Loading... Then it crashes. I have decompressed it as you s

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread Thibault Genessay
Hi WuCaihua I've tried to download and launch your demo and I get the same error as Jean Sébastien. I am using WinXP SP2 EN. It seems that at at least 1 DLL is not found (dwmapi.dll, saw that with the dependency walker) and also that this DLL is part of windows Vista. Are you running vista? If so,

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread Jean-Sébastien Guay
Hello, > I am using WinXP SP2 CH, and I have tested many machines. My Code > has been compiled with SSE, When I compiled with SSE2 and I runned > on an computer that dose not support SSE2, then it occur some unsual > error. What I get is the basic "This application has encountered a pr

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-15 Thread 吴才华
Hello, The Creature3DGame.part1.rar and the Creature3DGame.part2.rar is one file that compressed into two volumes. Put them in the same directory then decompress the Creature3DGame.part1.rar. Can you try it again. WuCaihua 在2007-11-16,"Jean-Sébastien Guay" <[EMAIL PROTECTED]> 写

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-16 Thread Thibault Genessay
Hi WuCaihua I have just tested your app on my Dell D820 Laptop (NVIDIA Quadro NVS 110 M) and it went further than previously, but still crashed at some point. The graphics window showed up, but when the progress bar finished, the whole system crashed. I suspect a video driver problem as those are

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-16 Thread 吴才华
Hi Jean-Sébastien, Mouse speed is controled by "Creature3DGame/res/personai1.cfg", Open it, find the key of "MouseSpeed", the default value is 0.1, try to increase it. Thanks, WuCaihua 2007.11.17 在2007-11-16,"Jean-Sébastien Guay" <[EMAIL PROTECTED]> 写道: Hello WuCaihua, With your fixes

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-16 Thread 吴才华
Hi, I tested my program in WinXP EN, and I found the causation. The file which has Chinese name can not be readed in EN version of Windows. Copy TextAndMouse.cfg to the directory of Creature3DGame/res/. Copy Mouse1.tga to the directory of Creature3DGame/res/image/. Then run Creature3D.exe

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-16 Thread Jean-Sébastien Guay
Hello WuCaihua, With your fixes, the program runs for me. As you said, some textures are not found so they appear black or with what seems like "debugging drawing" on them. But the floor normal mapping looks good :-) Also as a minor note, the mouse sensitivity seems very low, I have to move

Re: [osg-users] The Next-Gen Game Engine Creature3D

2007-11-17 Thread 吴才华
Hello, The new Creature3DGame and Creature3DSDK is uploaded. Download URL is: http://cid-cc7befe115bfbec3.skydrive.live.com/browse.aspx/Public My blog is: http://blog.sina.com.cn/creature3d My Web(EN): http://creature3d1.googlepages.com/index.html My Web(CH): http://creature3d.googlepage