TGC Codebase Backup



Include All Sections Project by Anonymous Coder

21st Feb 2005 15:26
Summary

Just a command from each section.



Description

Section Commands not Included:
Sound
3DMATHS
The comments were mostly related with the executable file size.
What kind of process is done.



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    Rem Project: Include All Sections Project
Rem Created: 2/21/2005 7:55:47 PM

Rem ***** Main Source File *****



Remstart
"Remstart" command belongs in "CORE Commands"
The executable file has the size of 242 kilobytes.
Remend
Text 0,0,"'Text' command belongs in 'Text Commands."
`The executable file has the size of 542 kilobytes.
PERFORM CHECKLIST FOR CONTROL DEVICES
`"PERFORM CHECKLIST FOR CONTROL DEVICES" command belongs in "INPUT Commands."
`The executable file has the size of 747 kilobytes.
if (FILE EXIST("Include All Sections Project.dba")=1)
   `The specified file exists.
   `"FILE EXIST" command belongs in "FILE Commands."
endif
`The executable file has the size of 839 kilobytes.
MAXIMIZE WINDOW
`"Maximized Window" belongs in "Display Commands."
`The executable file has the size of 839 kilobytes.
`Just as before.
cls rgb(0,0,0)
`cls does not belong in BASIC2D.
`rgb yes.
`The executable file has the size of 840 kilobytes.
LOAD BITMAP "moon.bmp",1
`BITMAP Commands.
`1.844 kb
LOAD CDMUSIC 1,1
`MUSIC Commands.
`1.896 kb
if (SPRITE EXIST(1)=0)then:`Sprite does not exist.
`SPRITE Commands
`1.897 kb
LOAD IMAGE "moon.bmp",1
`IMAGE Commands.
`1.897 kb
if (TOTAL DVD CHAPTERS(1,1)=0)then:`No DVD available.
`ANIMATION Commands.
`68 kb
`something is wrong.
`2.217 kb
FOG OFF
`LIGHT Commands.
`7.338 kb
`The "FOG OFF" light command , has affected the file size a lot.
MAKE CAMERA 1
`CAMERA Commands.
`7.338 kb
`"Make camera" has not made any change in the file size of the .exe
if (ZBUFFER AVAILABLE()=1)then:Print "Z buffer is available."
`BASIC3D Commands.
`7.339 kb
`No changed.
if (MATRIX EXIST(1)=1)then:Print "Matrix is available in stores."
`MATRIX Commands.
`7.523 kb
SET BSP CAMERA 1
`WORLD Commands.
`9.487 kb
`Binary Space Partitioning (BSP) world into the 3D scene.
`Exclusively for Game Development.
Frequency=10
Radius=10
MAKE PARTICLES 1, 1, Frequency, Radius
COLOR PARTICLES 1, 255, 0,0
`PARTICLES Commands.
`9.696 kb
if (GET FTP STATUS()=0)then:print "ftp connection has failed."
`FTP Commands.
`9.745 kb
MAKE MEMBLOCK 1, 1000
`MEMBLOCKS Commands.
`9.981 kb
PERFORM CHECKLIST FOR NET CONNECTIONS
Remstart
Checklist with the names of all the currently available
connections on the machine.

Net Connection Protocols
TCP/IP:Over Internet Protocol Address.
IPX:Local Area Network (LAN).
Modem:Dial Up Connection.
Serial:Direct Serial Port Cable.

remend
`MULTIPLAYER Commands.
`10.061 kb
print SYSTEM SMEM AVAILABLE()
`total system memory available on the system.
`SYSTEM Commands.
`10.062 kb

`"SOUND and 3DMATHS section commands were not used.
End