资源简介
ahakme.zip
代码片段和文件信息
//---------------------------------------------------------------------------------------------
// Torque Game Builder
// Copyright (C) GarageGames.com Inc.
//---------------------------------------------------------------------------------------------
/// Player Initialization Procedure
///
function onstart()
{
}
function onExit()
{
}
//---------------------------------------------------------------------------------------------
// Load the paths we need access to
//---------------------------------------------------------------------------------------------
function loadPath( %path )
{
setModPaths( getModPaths() @ “;“ @ %path );
exec(%path @ “/main.cs“);
}
//---------------------------------------------
// Do some bootstrap voodoo to get the game to
// the initializeProject phase of loading and
// pass off to the user
//---------------------------------------------
// Output a console log
setLogMode(6);
loadPath( “common“ );
loadPath( “game“ );
onstart();
// Initialized
echo(“\nFunCode (“ @ getT2DVersion() @ “) initialized...“);
if( !isFunction( “initializeProject“ ) || !isFunction( “_initializeProject“ ) )
{
messageBox( “Game Startup Error“ “‘initializeProject‘ function could not be found.“ @
“\nThis could indicate a bad or corrupt common directory for your game.“ @
“\n\nThe Game will now shutdown because it cannot properly function“ “Ok“ “MIStop“ );
quit();
}
_initializeProject();
// Startup the project
initializeProject();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-07-04 12:17 坦克大战\
目录 0 2014-07-04 12:17 坦克大战\修正版\
目录 0 2014-07-04 12:17 坦克大战\修正版\Bin\
目录 0 2014-07-04 12:17 坦克大战\修正版\Bin\common\
文件 498 2014-07-03 00:33 坦克大战\修正版\Bin\common\commonConfig.xm
目录 0 2014-07-04 12:17 坦克大战\修正版\Bin\common\data\
目录 0 2014-07-04 12:17 坦克大战\修正版\Bin\common\data\fonts\
文件 11766 2014-07-03 00:32 坦克大战\修正版\Bin\common\data\fonts\Arial 12 (ansi).uft
文件 11219 2014-07-03 00:32 坦克大战\修正版\Bin\common\data\fonts\Arial 14 (ansi).uft
文件 61311 2014-07-03 00:32 坦克大战\修正版\Bin\common\data\fonts\Arial 80 (ansi).uft
文件 13875 2014-07-03 00:32 坦克大战\修正版\Bin\common\data\fonts\Arial Bold 20 (ansi).uft
文件 11290 2014-07-03 00:32 坦克大战\修正版\Bin\common\data\fonts\Lucida Console 12 (ansi).uft
目录 0 2014-07-04 12:17 坦克大战\修正版\Bin\common\data\help\
文件 365 2011-09-19 11:00 坦克大战\修正版\Bin\common\data\help\2. License.hfl
目录 0 2014-07-04 12:17 坦克大战\修正版\Bin\common\gamesc
文件 9458 2011-09-19 11:00 坦克大战\修正版\Bin\common\gamesc
文件 8724 2012-02-04 15:26 坦克大战\修正版\Bin\common\gamesc
文件 2350 2011-09-19 11:00 坦克大战\修正版\Bin\common\gamesc
文件 1566 2012-02-04 15:26 坦克大战\修正版\Bin\common\gamesc
文件 1581 2011-09-19 11:00 坦克大战\修正版\Bin\common\gamesc
文件 836 2012-02-04 15:26 坦克大战\修正版\Bin\common\gamesc
目录 0 2014-07-04 12:17 坦克大战\修正版\Bin\common\gamesc
文件 4671 2011-09-19 11:00 坦克大战\修正版\Bin\common\gamesc
文件 1773 2011-09-19 11:00 坦克大战\修正版\Bin\common\gamesc
文件 1610 2011-09-19 11:00 坦克大战\修正版\Bin\common\gamesc
文件 4194 2011-09-19 11:00 坦克大战\修正版\Bin\common\gamesc
文件 5447 2011-09-19 11:00 坦克大战\修正版\Bin\common\gamesc
文件 3911 2012-02-04 15:26 坦克大战\修正版\Bin\common\gamesc
文件 3022 2011-09-19 11:00 坦克大战\修正版\Bin\common\gamesc
文件 1395 2012-02-04 15:26 坦克大战\修正版\Bin\common\gamesc
文件 10428 2011-09-19 11:00 坦克大战\修正版\Bin\common\gamesc
............此处省略1638个文件信息
相关资源
- 男神女神投票3.7.3投票工具2.3.5投票排
- 超人名片v1.5.6名片小程序的首选.zip
- 微擎商业版框架v1.8.2.3去授权一键安装
- 微擎步数宝4.2.0前后端开源版.zip
- z5gtif.zip
- qwt-6.1.0最新官方.rar
- [emuch.net]数字通信第四版John_G_Proakis
- FMEA第五版英文版.pdf
- Xshell_Plus破解永久版.7z
- glibc.zip
- Neitra_3D_Demo-v0.02x64.7z
- 彩票合买系统网站源码.rar.zip
- REDIS入门指南.pdf
- GanJingYunV2.zip
- FootprintExpert2012-51.rar
- AntennasForAllApplicationsThirdEdition2.pdf
- DrawMap_0725.rar
- pdfmake中文雅黑.zip
- Hadoop-TheDefinitiveGuide4thEdition.pdf
- SchoolManage02.rar
- IE8-WindowsXP-x86-ENU.exe
- ModelingandSimulationofAerospaceVehicleDynamic
- OpenCV计算机视觉编程攻略第3版完整高
-
install_flash_pla
yer_ppapi.exe - 20161027215755134.pdf
- DiskGeniusProV4.6.2.1.2014.06.13专业破解版
- 开源版.zip
- allwaysync15.1.0.zip
- TCPIP详解_卷1(52im.net独家制作CHM版)
- ERDAS2014破解文件及方法.rar
评论
共有 条评论