资源简介
基于funcode平台的黄金矿工游戏,拓展:可实现抓取自己名字操作

代码片段和文件信息
//---------------------------------------------------------------------------------------------
// 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-04-08 21:08 HUANGJIN\Bin\common\commonConfig.xm
文件 87626 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\@Batang 80 (ansi).uft
文件 81836 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\@Dotum 80 (ansi).uft
文件 86158 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\@?????? 80 (ansi).uft
文件 86158 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\@??????? 80 (ansi).uft
文件 97039 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Algerian 80 (ansi).uft
文件 11766 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Arial 12 (ansi).uft
文件 16585 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Arial 14 (ansi).uft
文件 64592 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Arial 80 (ansi).uft
文件 13875 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Arial Bold 20 (ansi).uft
文件 11290 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Lucida Console 12 (ansi).uft
文件 365 2014-11-11 21:06 HUANGJIN\Bin\common\data\help\2. License.hfl
文件 9458 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 8724 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 2350 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 1566 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 1581 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 836 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 4671 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 1773 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 1610 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 4194 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 5447 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 3911 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 3022 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 1395 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 10428 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 6040 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 14476 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 8867 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
............此处省略168个文件信息
相关资源
- VisualStudioUninstaller vs卸载工具
- 组态王驱动开发包3.0.0.7(中文)
- 多窗口后台鼠标连点器
- 使用选择性重传协议实现UDP可靠通信
- VC 获得文件属性 获取文件的创建时
- 读者写者问题(读者优先,写者优先
- 用VC 编写的仿QQ聊天室程序源代码
- 外点法程序
- 外罚函数程序
- qt-电子点菜系统
- 推箱子及人工智能寻路C 源代码
- 自己写的航空订票系统c 版--数据结构
- 数据结构实验魔王语言
- MUSIC算法c 实现
- C 餐厅叫号系统(QT平)
- 国际象棋c 完整版
-
ob
jectARX给Auto CAD加工具条 - 画图程序MFC/VC/VC CRectTracker 串行化
- MFC网络编程实例
- c 课程设计 职工信息管理系统
- VC 游戏编程—附源代码
- IpHlpApi.h&IpHlpApi.lib
- 清华大学 c 郑莉 ppt课件
- c 程序判断离散数学中命题公式
- 多项式求和(数据结构C 版)
- vc 6.0开发的流程图编辑器
- VC 天空盒(skyBox)实现(附源代码)
- c MFC 画多边形
- 用C 实现的对网络上的ARP数据包进行
- Microsoft基本类库 (MFC)(C 库)
评论
共有 条评论