Game Development Community

Problem in ode

by MOHAMMAD · in General Discussion · 12/08/2008 (5:29 pm) · 7 replies

Hi
sorry for bad english
i have a problem in ode and torque
i do all work for ode and torque
but while i runing Starter.FPS Dedicated.bat
showing this eror
http://i36.tinypic.com/zsn04x.jpg
please help me

#1
12/08/2008 (5:54 pm)
You need to pass the "-mod oderocks" parameter.

Gary (-;
#2
12/09/2008 (10:10 am)
Ok
but i dont know how is -mod oderocks
please help me
i will know how is a runing -mod oderocks
#3
12/09/2008 (4:04 pm)
I don't know how you're starting torque, but you need to edit the command-line for it. Currently it says something like

./torque.exe -game starter.fps

you need to change it to
./torque.exe -game starter.fps -mod oderocks

Gary (-;
#4
12/10/2008 (1:08 am)
Ok
but i dont know where is a command-line
#5
12/10/2008 (1:53 am)
Edit the starter.FPS Dedicated.bat file - that sets up your command line - add the -mod oderocks parameter to it.

Another way is to create a shortcut to the executable - right click->properties and then add the wanted parameters to the target line.
#6
12/12/2008 (9:04 pm)
Ok thanks
oh
i must where do copy oderocks folder
do i must do copy all files in oderocks to starter.fps
or i must do copy oderocks folder in ...?
#7
12/13/2008 (11:58 pm)
Oderocks should be copied to the same level as starter.fps. eg:

example/
example/common
example/starter.fps
example/oderocks

Gary (-;