"从属性"-->在"选择修改工程"的下拉框中,选择quake3.在"从属以下工程:"选择框中,在botlib和renderer前面打勾,确定即可4)在工作区fileview中,右击"quake3files"工程,再选择"设为活动工程"5)打开"quake3files"工程中的files.c,注释第3263,3264,3266三行,如下然后,将files.c中的taticvoidFS_SetRestrictions()函数的全部内容注释,仅剩下如下的空壳函数staticvoidFS_SetRestrictions(void){}6)保存文件,按F7编译-Q3sourcecode1)willallengineeringpropertiesWin32Debug,insteadWin32Release2)intheworkareafileview,right-click"uifiles"project,left-click"Uninstallproject",thisstepisveryimportant,otherwiseanerror3)inthemenubarclickon"Project"->"FromProperties"->Inthe"SelectModifyProject"drop-downbox,selectquake3.inthe"slavefollowingworks:"selectionbox,infrontofbotlibandrenderertick,canbedetermined.4)i-IMDN开发者社群-imdn.cn"> "从属性"-->在"选择修改工程"的下拉框中,选择quake3.在"从属以下工程:"选择框中,在botlib和renderer前面打勾,确定即可4)在工作区fileview中,右击"quake3files"工程,再选择"设为活动工程"5)打开"quake3files"工程中的files.c,注释第3263,3264,3266三行,如下然后,将files.c中的taticvoidFS_SetRestrictions()函数的全部内容注释,仅剩下如下的空壳函数staticvoidFS_SetRestrictions(void){}6)保存文件,按F7编译-Q3sourcecode1)willallengineeringpropertiesWin32Debug,insteadWin32Release2)intheworkareafileview,right-click"uifiles"project,left-click"Uninstallproject",thisstepisveryimportant,otherwiseanerror3)inthemenubarclickon"Project"->"FromProperties"->Inthe"SelectModifyProject"drop-downbox,selectquake3.inthe"slavefollowingworks:"selectionbox,infrontofbotlibandrenderertick,canbedetermined.4)i - IMDN开发者社群-imdn.cn">
登录
首页 » 游戏开发 » 《Quake 3 Arena v1.32》游戏源代码完整版

《Quake 3 Arena v1.32》游戏源代码完整版

于 2023-08-10 发布 文件大小:26.64 MB
0 56
下载积分: 2 下载次数: 1

代码说明:

Q3的源代码 1)将所有工程属性Win32 Debug,改为Win32 Release 2)在工作区fileview中,右击"ui files"工程,左击"卸载工程",这一步很关键,否则会出现错误 3)在菜单栏里依次点击"工程"-->"从属性"-->在"选择修改工程"的下拉框中,选择quake3.在"从属以下工程:"选择框中,在botlib和renderer前面打勾,确定即可 4)在工作区fileview中,右击"quake3 files"工程,再选择"设为活动工程" 5)打开"quake3 files"工程中的files.c,注释 第3263,3264,3266三行,如下 然后,将files.c中的tatic void FS_SetRestrictions()函数的全部内容注释,仅剩下如下的空壳函数 static void FS_SetRestrictions( void ) { } 6)保存文件,按F7编译-Q3 source code 1) will all engineering properties Win32 Debug, instead Win32 Release 2) in the work area fileview, right-click " ui files" project, left-click " Uninstall project" , this step is very important, otherwise an error 3 ) in the menu bar click on " Project" -> " From Properties" -> In the " Select Modify Project" drop-down box, select quake3. in the " slave following works:" selection box, in front of botlib and renderer tick, can be determined. 4) i

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Cocos2d-x中的自定义动作
    运动的物体能够根据行进路线调整方向,就像汽车拐弯车头也会转动一样。
    2022-11-19 15:30:03下载
    积分:1
  • 《Quake 3 Arena v1.32》源代码完整版
    Q3的源代码 1)将所有工程属性Win32 Debug,改为Win32 Release 2)在工作区fileview中,右击"ui files"工程,左击"卸载工程",这一步很关键,否则会出现错误 3)在菜单栏里依次点击"工程"-->"从属性"-->在"选择修改工程"的下拉框中,选择quake3.在"从属以下工程:"选择框中,在botlib和renderer前面打勾,确定即可 4)在工作区fileview中,右击"quake3 files"工程,再选择"设为活动工程" 5)打开"quake3 files"工程中的files.c,注释 第3263,3264,3266三行,如下 然后,将files.c中的tatic void FS_SetRestrictions()函数的全部内容注释,仅剩下如下的空壳函数 static void FS_SetRestrictions( void ) { } 6)保存文件,按F7编译-Q3 source code 1) will all engineering properties Win32 Debug, instead Win32 Release 2) in the work area fileview, right-click " ui files" project, left-click " Uninstall project" , this step is very important, otherwise an error 3 ) in the menu bar click on " Project" -> " From Properties" -> In the " Select Modify Project" drop-down box, select quake3. in the " slave following works:" selection box, in front of botlib and renderer tick, can be determined. 4) i
    2023-08-10 03:05:09下载
    积分:1
  • 《网页秘笈》源代码
    《网页游戏开发秘笈》源代码,适合不熟悉html/css/js或者新手看的书籍及源代码。书中介绍不同类型的游戏及游戏引擎,看完以后可以去查cocos2d及unity3d的资料进一步学习游戏引擎卡发。
    2022-02-02 13:26:16下载
    积分:1
  • minecraft in c
    应用背景c语言开发minecraft,完全重现当下最火的游戏mc关键技术 用c语言开发minecraft,运动到ui设置,链表的使用,让大家可以在做游戏中学习c语言的魅力
    2022-01-29 02:52:36下载
    积分:1
  • 经典—坦克大战
    应用背景 一款非常流行的游戏, 当然是在我年纪较小的时候,开个玩笑,想信它一定会给你带来意想不到的收获。 你一定要好好研究其源码,不要只顾着玩啊。 关键技术坦克大战C语言开发中主要运用了C语言结构体,函数的调用,还有宏定义等等一系列C语言基础知识,但是要实现其功能必须懂得一些数据结构知识才行。还有添加图片和声音的技术也是相当重要的
    2022-02-04 19:21:09下载
    积分:1
  • C#版小之对对碰
    用C#编写 代码详细 。实现了简单的消消乐程序,图片精美,有音效。
    2022-03-26 06:22:03下载
    积分:1
  • 螺丝客户端DLL源码
    应用背景螺丝石器客户端DLL源码。本代码适用于sa_8001.exe,实现了32位色彩运行,鼠标显示人名,分离补丁,机器码,防虚拟机等功能。关键技术This is Luosisa Client DLL source code. This code is fit for sa_8001.exe, and it implements 32-bit color running, mouse name, sbin function, machine code, anti vm and etc.
    2022-05-13 04:14:38下载
    积分:1
  • 基于Java的坦克大战
    基于Java开发的坦克大战游戏,是有Java开发的一款游戏,里面带有各个实现类和各类所需的图片,坦克大战源码可供游戏开发爱好者们参考使用。
    2022-01-31 21:13:41下载
    积分:1
  • python的minecraft
    应用背景用python语言开发当前最红的游戏mincecraft    关键技术 用python开发minecraft的源代码。来自github
    2022-08-12 10:59:53下载
    积分:1
  • 石器LNSLUA脚本源码
    应用背景LNS LUA源码,多达上百个LUA脚本,基于lns引擎编写。包括修改密码,宠物兑换,抓猪,修改名字,委托,租赁,抽奖,自动化PK,攻城,野外BOSS,签到,魔王,观战,任务查询,传送师等等。关键技术Lua source code of LNS, as many as one hundred, based on LNS engine. Including changepassswd, changepet, capturepig, changename, entrust, rentsystem, lotto, autopk, attackcity, randomboss, registration, floordifi, lookbattle, querymission, transfer, etc.
    2022-04-08 13:48:16下载
    积分:1
  • 696524资源总数
  • 103827会员总数
  • 23今日下载