Game Development Community

3D Game Programming All in one

by FrankLuna · in General Discussion · 05/30/2011 (9:51 pm) · 35 replies

Hi!I'm a new guy that touch torque,I start at the book 3d Game programming all in one,does someone understand the topic on the book?if so,let's get down to the main subject,in the title Game Programming
have a part name is Game struture,something like is about the folder of organnize the game source,is that correct?I don't understand the words Game structure is mean what?Ok maybe you know the answer,hope you are the best man that help me!
Page «Previous 1 2
#1
05/30/2011 (10:48 pm)
If you read that book 12 times and then do all the exercises 6 times, you won't need help from anybody else. It worked for me. Now I'm reading the second book, only on the 10th reading so far.
#2
05/31/2011 (3:07 am)
Does someone know whitch folder contain EmagaCh4kitInstall.exe
#3
05/31/2011 (4:16 am)
I can not found the programm on the folder 3DGPAi1/Resource/CH4 as the book destination!
#4
05/31/2011 (11:11 am)
Does nobody here,please explain the code on the page 137 Parseargs!
#5
05/31/2011 (12:24 pm)
This is what happens when you ignore the help you've been given in the past Frank... Eventually, people realize you're not listening, and stop trying to help.
#6
05/31/2011 (1:26 pm)
This thread is in danger of being locked. Fair warning.
#7
05/31/2011 (1:34 pm)
A command line argument is a way of passing optional commands to an executable as it starts up. In Torque's case this can allow a direct to mission start, dedicated server startup, debugging options, specific mod/dir selection, and various other shortcuts.

The parseArgs() function simply reads these optional arguments, if passed, and applies them before kicking off the startup functions.
#8
05/31/2011 (1:35 pm)
Game Structure can be the organizational premise of the application. Subjective and varying depending upon developer.
#9
05/31/2011 (1:37 pm)
you will have to explain what a command line is, since he insists that its windows and windows dont use command line,

#10
05/31/2011 (2:01 pm)
Hi I understand some little of command lines,please give me some example codes here,like micheal says start mission.and try to let
me understand the function parseargs!
#11
05/31/2011 (2:02 pm)
@Frank,

if the forums are too slow in response time you can also join in the IRC discussion that happen all the time,

irc.maxgaming.net port 6667 join channel #garagegames

there are very knowledgable people in irc that can help you.

#12
05/31/2011 (2:05 pm)
is just maxgaming.net doesn't have irc.maxgaming.net
#13
05/31/2011 (2:11 pm)
you will need to use an irc client, i recommend using mIRC



you can get it at www.mirc.com that will get you a 30 day trial, if you like it you can purchase it real cheap for a life license.


then when you install it you enter irc.maxgaming.net at the server window and connect to the server
#14
05/31/2011 (2:16 pm)
if you dont want to download mIRC you can go here.

http://loqirc.sourceforge.net/src/frameset.html this will open a window all yo have to do is click connect, enter irc.maxgaming.net in the connect window, enter Frank as your nick name then click login

when it connects type /join #garagegames in the input window and you will connect to the irc channel
#15
05/31/2011 (2:21 pm)
How to download it !I read the thread you talk to me that is about the command line and parseargs ,that example you give to me ,let me confused
I still never know how to use the function parseargs!
#16
05/31/2011 (2:26 pm)
copy the link I posted right above into the address bar of your browser,


then enter the server info as requested and your nickname

then we can talk in IRC
#17
05/31/2011 (2:28 pm)
In this time I download mirc,how to use that programm
#18
05/31/2011 (2:32 pm)
did you download the .exe or the .zip file? if the .exe then just double klick on it and it will install then go to your start menu and run mIRC then click on File-->select server

when that window pops up. make sure the servers option is selected, then hit the "add" button

enter the information that I provided. then click connect.


now i make it easier on you and all you have to do is go to that link I provided above, its much easier to use
#19
05/31/2011 (2:46 pm)
That have more information you don't provide like group
#20
05/31/2011 (2:48 pm)
If you don't know what a commandline is then parseArgs() does optional stuff that you won't be using.

Quote:
and windows dont use command line,
Offtopic, but not quite true. It's not the same as a true Unix type command shell but the semblance of one is still present in Windows.
Page «Previous 1 2