资源简介
这是一个压缩包,里面含有直接做成的黄金矿工程序exe,可以直接打开或者分享他人去玩,另外还有相应的代码文件和一些附带文件,支持c++,c等
代码片段和文件信息
//---------------------------------------------------------------------------------------------
// 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();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 498 2018-10-24 11:55 GoldMan\Bin\common\commonConfig.xm
文件 11766 2018-06-10 15:29 GoldMan\Bin\common\data\fonts\Arial 12 (ansi).uft
文件 11783 2018-06-10 15:29 GoldMan\Bin\common\data\fonts\Arial 14 (ansi).uft
文件 68043 2018-06-10 15:58 GoldMan\Bin\common\data\fonts\Arial 80 (ansi).uft
文件 13875 2018-06-10 15:29 GoldMan\Bin\common\data\fonts\Arial Bold 20 (ansi).uft
文件 11290 2018-06-10 15:29 GoldMan\Bin\common\data\fonts\Lucida Console 12 (ansi).uft
文件 365 2014-11-11 21:06 GoldMan\Bin\common\data\help\2. License.hfl
文件 9458 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 8724 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 2350 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 1566 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 1581 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 836 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 4671 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 1773 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 1610 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 4194 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 5447 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 3911 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 3022 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 1395 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 10428 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 6040 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 14476 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 8867 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 3111 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 2945 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 11162 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 7012 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 4469 2014-11-11 21:06 GoldMan\Bin\common\gamesc
............此处省略170个文件信息
- 上一篇:种子和扫描线填充算法.zip
- 下一篇:basler相机的MFC框架demo
相关资源
- 《嵌入式系统开发基础——基于ARM9微
- 算法与数据结构课件及源代码
- c++ 电子海图简单程序
- 最最经典的Windows开发教程:Windows程序
- c++ 执行脚本的程序(一键安装全部卸
- 单片机与PC机串口通信的类程序
- c++ 压缩文件/解压缩文件 (亲测通过
- C程序设计
- 清华大学 汇编语言程序设计课件
- c++ 贪食蛇小游戏代码
- 数字信号处理C语言程序集.pdf9971
- 串口通信上位机开发(c++代码)
- C语言程序设计基础(何钦铭)第三版
- C++标准程序库.pdf9931
- C++程序设计语言(特别版 十周年纪念
- 浏览磁盘所有文件夹c++源代码
- 新概念51单片机C语言教程 入门、提高
- uip 通信(stm32) 源代码
- 撕拉力试验仪(医疗设备)控制程序
- C++ 换肤程序
- C++ 应用程序自动登录信息
- C++ 在程序中执行SQL Server脚本
- C++ 在基于对话框的程序中进行打印预
- C++ 邮件发送程序
- C++ 设计假条套打程序
- Lua程序设计(第二版) 高清版
- C语言程序设计现代方法第2版
- C++程序设计原理与实践附录
- 高级程序设计 (C&C++)\\C++语言程序
- [新标准C++程序设计教程].郭炜.扫描版
评论
共有 条评论