Game Development Community

How to publish an game in this website

by FrankLuna · in General Discussion · 05/15/2011 (6:09 am) · 315 replies

Hi guys,I write a game want to publish it in this website please tell me how to do this!

Thread locked by moderator
Thread is locked
#241
05/22/2011 (9:47 am)
Hi micheal,the programm on the 118 turnshape.cs and please look the question I ask again,I can make sure you will give me satified answer.
#242
05/22/2011 (10:28 am)
Boy, they can't give you a "satisfying" answer, if you don't copy and paste the console.log files content.
There is a file with the name console.log. You can open it with a texteditor like notepad. Mark all the text, copy it and then past it in a post on this thread.

The console.log file shows what is going wrong. There you can see the problem and it can be solved. This will give you then, for gods mercy, your satisfying answer.
#243
05/22/2011 (6:40 pm)
CH3/turnshape.cs (50): Unable to find object: '1724' attempting to call function 'getTransform'
CH3/turnshape.cs (60): Unable to find object: '1724' attempting to call function 'setTransform'
CH3/turnshape.cs (50): Unable to find object: '1724' attempting to call function 'getTransform'
CH3/turnshape.cs (60): Unable to find object: '1724' attempting to call function 'setTransform'
Exporting client prefs
Exporting server prefs
Exporting client prefs
Exporting server prefs
Shutting down the OpenGL display device...
Making the GL rendering context not current...
Deleting the GL rendering context...
Releasing the device context...
keyboard0 input device unacquired.
OK that is the console.log file content ,that is all!
#244
05/22/2011 (8:08 pm)
Oh, I see the problem with your script. There's one line in there that says:

%SuperDouche = "this time I demand you to answer the more important question";

Stop the whole DEMANDING theme, bud. Get rid of that and things will get a whole lot easier for you, but until then...

"this time I demand you to keep struggling!"
#245
05/22/2011 (9:16 pm)
Still hard to understand to think ,what are you talking about,I struggling every time,ask question because the problem I can't slove
it,so don't suspect me ,please answer my last question about that %rx
%ry %rz question,please!
#246
05/23/2011 (12:04 am)
This time I demand you to understand Randy's post!

Are you telling us that you don't understand the concept of politeness and respect?
Well, even if it would be a troll, you got far bigger problems than %ry %rz.

Just to make sure: Randy is talking about that he is upset with your rude and disrespectful behavior and I feel the same way. But maybe you are not smart enough to understand?

My first guess:
You must be between 10-15 years old depending on the cultural and economical environment.
#247
05/23/2011 (4:00 am)
Frank, in order to help you, we must see the whole console.log. A small excerpt doesn't tell us anything.
What that small part is telling you is that torque doesn't know what that object is. There is another problem somewhere that you haven't noticed.
#248
05/23/2011 (4:18 am)
//-------------------------- 5/22/2011 -- 23:13:47 -----
!!!!!!!!!!!!!! 3DGPAI1 BOOK version !!!!!!!!!!!!!!!!!
111111111@@@@@@@@@@@@@@@@@-ch3
--------- Loading MODS ---------
Loading compiled script common/main.cs.
Missing file: common/defaults.cs!
Loading compiled script CH3/main.cs.
===================
===================
Running Chapter 3 demo
===================
===================
Loading compiled script CH3/client/defaults.cs.
Loading compiled script CH3/server/defaults.cs.
Compiling CH3/client/prefs.cs...
Loading compiled script CH3/client/prefs.cs.
Compiling CH3/server/prefs.cs...
Loading compiled script CH3/server/prefs.cs.

--------- Parsing Arguments ---------

--------- Initializing MOD: Common ---------
Loading compiled script common/client/canvas.cs.
Loading compiled script common/client/audio.cs.

--------- Initializing MOD: CH3 ---------
Loading compiled script CH3/client/init.cs.
Loading compiled script CH3/server/init.cs.
Loading compiled script CH3/data/init.cs.
Loading compiled script CH3/data/terrains/grassland/propertyMap.cs.
Loading compiled script CH3/data/terrains/scorched/propertyMap.cs.
#249
05/23/2011 (4:20 am)
OpenAL Driver Init:
OpenAL
Vendor: Creative Labs Inc.
Version: OpenAL 1.0
Renderer: Software
Extensions: EAX 2.0, EAX 3.0, EAX Unified, and EAX-AC3
#250
05/23/2011 (4:21 am)
Loading compiled script CH3/client/scripts/audioProfiles.cs.
Loading compiled script CH3/client/ui/defaultGameProfiles.cs.
Loading compiled script CH3/client/ui/PlayGui.gui.
Loading compiled script CH3/client/ui/ChatHud.gui.
#251
05/23/2011 (12:46 pm)
Quote:
CH3/turnshape.cs (50): Unable to find object: '1724' attempting to call function 'getTransform'
CH3/turnshape.cs (60): Unable to find object: '1724' attempting to call function 'setTransform'
CH3/turnshape.cs (50): Unable to find object: '1724' attempting to call function 'getTransform'
CH3/turnshape.cs (60): Unable to find object: '1724' attempting to call function 'setTransform'
Says that the objectId used when attempting to call the functions at those line numbers (getTransform/setTransform) is incorrect. How are you calling the turnShape() function?

Where are you getting the objectId from?

Are you instantiating the object first? Because there is a missing line not echo'd to the console if you were using the InsertTestShape() function.

What about the DoTurnTest() function? Have you used it?
#252
05/23/2011 (1:10 pm)
I've already use the InsertTestShape(),please tell me is this theme related to the problem,ask by me,but I need provide you a more important
infomration is I've already slove this problem,now my main problem is that %rx question.you just want to slove that for me,don't amazing,the question still is:why we change the variable %rx %rz %ry value the result never change?
#253
05/23/2011 (1:41 pm)
You are doing something wrong, simple as that.

Answer the question that i asked you. How are you calling the turnShape() function? How are you trying to change those variables? Noone can help you if you do not provide this specific information.

#254
05/23/2011 (1:48 pm)
Hi I am calling the turnshape.cs and I need tell you again ,I was change %rx %ry %rz %rd in several times,so I ask you all question,
is no chance somebody replus to slove my question!
#255
05/23/2011 (1:51 pm)
The information I post in here is all information I got, I run turnshape.cs on TORQUE and I've already change many varible's value
main variable is %rx %rd %rz %ry ,don't upon I change every variable's
value the result of programm's running is never change,this is the question i wait you answer me at least at 3 days!
#256
05/23/2011 (2:05 pm)
Michael did answer you. The change isn't taking effect because of how you're trying to make it take effect - by calling setTransform() on the wrong object. That's why he's asking you how you're calling turnShape(), and how you're trying to change those variables, because the answers to those questions will lead directly to the answer you want.

Maybe you should consider that the folks who are asking you questions are doing so for a good reason, and are trying to help, instead of just arguing with them...
#257
05/23/2011 (2:07 pm)
changing values of %rx %rd %rz %ry don't change anything, because you are doing something wrong!
To solve this problem you have to solve the problem that Michael told you first.

You already got an answer, you just don't listen!
#258
05/23/2011 (2:22 pm)
Ok micheal I was wrong ,but To be honnest i use correct object Id don't like the log file says,I use correctly object ID,the object is right,
it can turn/rotate,but as i says,they just can turn on z axis,your says
I've already got the answer,but actually is not I want,so I answer micheal question as here:I assign many int value to %rx and %rd %rz %ry like 90 1 3 just the INT value,but no any value really change the effect,I was tring to use turnshape() function like this:turnshape($tt,90),just as this flavor!you know all things you want to know,please give me the appropriate answer,I brook no delay.
#259
05/23/2011 (6:01 pm)
Hi body ,why does no one reasponce me?
#260
05/23/2011 (6:42 pm)
Michael Hall asked you these questions that still need answering.
We are trying to help you, but if you don't answer our questions, we can't help. We can only guess. We ask you questions so that we Can help. We can't see your computer. We can't see what you are doing. Answer these so you can get help.
Quote:
1. Where are you getting the objectId from?
2. How are you calling the turnShape() function?
3. How are you trying to change those variables?