由 moh8888 发表的全部内容
- 激光图
- 激光
- 激光
- 人物MOD---PK3
- 求教:荣誉勋章在联网模式时怎么修改枪的属性?
- tik2
- tik
-
荣誉勋章模组介绍及下载
武器修改 我这里有一篇E文资料供参考 Weapon Modding The game file you’ll need to open is: C:\Program Files\EA GAMES\MOHAA\main\Pak0.pk3 The first step is to create these folders: C:\Program Files\EA GAMES\MOHAA\main\models C:\Program Files\EA GAMES\MOHAA\main\models\fx C:\Program Files\EA GAMES\MOHAA\main\models\projectiles C:\Program Files\EA GAMES\MOHAA\main\models\weapons Step 1: Use pakscape to open pak0.pk3, click the + next to the word MODELS, then click on the WEAPONS folder, now copy the following files to the folder C:\Program Files\EA GAMES\MOHAA\main\models\weapons you have created: C:\Program Files\EA GAMES\MOHAA\main\models\weapons\bar.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\bazooka.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\colt45.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\kar98.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\KAR98sniper.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\m1_garand.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\m2frag_grenade_base.txt C:\Program Files\EA GAMES\MOHAA\main\models\weapons\m2frag_grenade.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\m2frag_grenade_sp.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\m2frag_grenade_sp_start.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\mp40.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\mp44.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\p38.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\panzerschreck.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\shotgun.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\silencedpistol.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\springfield.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\static_KAR98.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\steilhandgranate.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\steilhandgranate_base.txt C:\Program Files\EA GAMES\MOHAA\main\models\weapons\steilhandgranate_start.tik C:\Program Files\EA GAMES\MOHAA\main\models\weapons\thompsonsmg.tik[/code] Your computer should look like this now Close pakscape Step 2: Now open notepad and choose to open a file. Go to the folder C:\Program Files\EA GAMES\MOHAA\models\weapons\m1_garand.tik Then open m1_garand.tik, if you don’t see it type *.* into the File Name box and hit enter. Once open the file looks like this. Everything in Blue BOLD I typed for your information Everything in red is the stock file information. TIKI [code]setup { scale 0.52 // Set default scale to 16/30.5 since world is in 16 units per foot and model is in cm's path models/weapons/m1_Garand skelmodel garand.skd surface gun1 shader Garand surface gun2 shader Garand surface gun3 shader Garand surface material8 shader m1clip } init { server { surface material8 +nodraw classname Weapon weapontype rifle name "M1 Garand" rank 210 210 pickupsound m1_snd_pickup ammopickupsound m1_snd_pickup_ammo noammosound m1_snd_noammo // Holstering info // holstertag "Bip01 Spine2" // holsteroffset "8.0 -7.75 6.5" // holsterangles "0 185 -25" // holsterScale 1.0 // Primary fire type info firetype bullet //don’t ever change this ammotype "rifle" //don’t ever change this meansofdeath bullet //don’t ever change this semiauto //don’t ever change this on semi auto guns or it wont work cantpartialreload //Take this out if you want to be able to reload mid clip in Single player only bulletcount 1 //This is the count of bullets that come out of the gun every shot Single player only. clipsize 8 //This is how many bullets are in each clip Single player only startammo 8 //This is the amount of ammo that you start the game with Single player only ammorequired 1 //If you change this to 0 instead of 1 you can use the gun with out losing any ammo firedelay 0.15 //This is how long between the bullets firing Single player only //========================================// // WEAPON ACCURACY MODELLING // //========================================// // M1 Garand: Max Eff. Range is 300 yds with a muzzle velocity of 2800 ft/s. (30-06 Springfield) bulletrange 4000 //If you change this to 9999 accuracy will be 100% bulletspread 10 10 60 60 //If you change these smaller the bullets will spread less bulletdamage 45 //This is how much health each bullet takes from someone when you shoot them firespreadmult 0.7 0.685 200 0.8 //The longer you hold fire the worse the aim gets…. Delete the line and you wont have this problem tracerfrequency 2 //adds tracers to bullets… I cant get it to work crosshair 1 //Simply turns crosshair on or off 1 = on 2 = off // viewkick -2 -3 -1 1 //This is the amount your gun jumps after evey bullet is fired // AI animation group info weapongroup rifle //don’t ever change this // DM Attributes dmcantpartialreload //Take this out if you want to be able to reload mid clip in Server side only dmbulletcount 1 //This is the count of bullets that come out of the gun every shot Server side only. dmstartammo 200 //This is the amount of ammo that you start the game with dmammorequired 1 //If you change this to 0 instead of 1 you can use the gun with out losing any ammo dmfiredelay 0.15 //This is how long between the bullets firing dmbulletrange 4000 //If you change this to 9999 accuracy will be 100% dmbulletspread 10 10 80 80 //If you change these smaller the bullets will spread less // dmbulletdamage 50 //This is how much health each bullet takes from someone when you shoot them dmbulletdamage 48 //This is how much health each bullet takes from someone when you shoot them // dmfirespreadmult 0.7 0.685 200 0.8 //The longer you hold fire the worse the aim gets…. Delete the line and you wont have this problem dmfirespreadmult 0.75 0.6 200 0.8 //The longer you hold fire the worse the aim gets…. Delete the line and you wont have this problem dmmovementspeed 0.94 //This is percent of normal runspeed that you move with this gun dmcrosshair 1 //Simply turns crosshair on or off 1 = on 2 = off zoom 20 //Add this to any weapon to make it have a scope // this is attached to the player during reload cache models/ammo/garand_clip_reload.tik } client { cache tracer.spr //don’t ever change this cache muzsprite.spr //don’t ever change this cache vsssource.spr //don’t ever change this cache models/fx/muzflash.tik //don’t ever change this cache models/ammo/rifleshell.tik //don’t ever change this cache models/fx/snipesmoke.tik //don’t ever change this cache models/ammo/garand_clip_empty.tik //don’t ever change this } } -------------------------------------------------------------------------------- Copyright liu8888 2006
-
请各位高手指点在下关于先头部队的几个问题。
是第一关吧? 英军在风车处会合之后会有一TANK出现,用高射机枪打掉后, 回风车处会有一段会话,然后给你一件武器就换图了
- 箱子
- 求助:荣誉勋章 桌布
- 请各位高手指点在下关于先头部队的几个问题。
- 老杨学艺
- 紧急求助!!!!!!!请各位帮忙!!
-
荣誉勋章MEDAL OF HONOR 联合袭击系统需求
荣誉勋章MEDAL OF HONOR 联合袭击系统需求 联合袭击ALLIED ASSAULT简称MOHAA 近日,有许多玩家询问HOHAA的系统需求, 俺找到MOHAA说明书摘录如下: 最低配置 1. windows xp、windows me、windows2000. windows98 OR windows95 (不支持windows NT)。 2. 450 Mhz intel pentium || 或500 AMD Athlon 处理器。 3. 128 MB 内存。 4.8XCD-ROM/DVD-ROM。 5. 1.2GB用于存放游戏的硬盘空间(Windows交换文件以及 安装Direct8.0需要额外空间)。 6. 16M显存,使用NVIDIA Geforce3、NVIDIA Geforce2、NVIDIA Geforce 256、NVIDIA Riva TNT2、NVIDIA Riva TNT、ATI Radeon、 ATI RAge 128、 PowerVR3 KYro || 或PowerVR3 KYro显示芯片的,带有OpenGL 和 Directx8.0 兼容驱动程序的显示卡。 7. Directx8.0兼容声卡。 推荐 1. 700MHZ(或更快)intel pentium |||或AMD Athlon处理器。 2.32M (或更多)显存,带有OpenGL 和 Directx8.0。 兼容驱动程序的显示卡 联网需求: 56Kbps(或更快)的互联网连接速度。 TCP/IP协议兼容网络。 TCP和UDP端口信息 TCP端口:12203(默认).12204~12206。 UDP端口:12203(默认).12204~12206。 注:你在连接国际互联网服务器时,需要TCP和 UDP端口6667、3783、27900、28800、 29900、29901、13139和6515。 去打开Gamespy。 以上均为抄录,错误之处,,欢迎指正!
-
M211篇
M211篇 在团队作战MOD下,可重复完成的OBJ版 程序终被搞定!这意味着OBJ的重复开图 由网络带来的不畅而停顿的后果解决了. 目前还没有搞定一点,那是原图中毁坏的 物体如何恢复原状(如OBJ4中的桥)... M211: A区: 盟军OBJ:炸掉大门进入建筑物2层盗4份图纸! 进B区 B区: 盟军OBJ;E键炸掉TANK1进C区 德军OBJ:E键拆TANK炸药,进入建筑物2层可E键 夺回4份图纸(现是盟军旗)将盟军击退A区,盟军重新A区OBJ! C区: 盟军OBJ:E键炸掉TANK2,任务完成而换下一张图
-
s-22、liu8888两位老大请进来
防毒面具那个早就没问题了 坦克大战,俺那个上传战车贴图就是已搞定的画面了,88SERVER已TRY了 只是目前88SERVER老是受攻击而OVER.....
- 荣誉高手教教这有什么问题
-
s-22、liu8888两位老大请进来
记得S_22有一篇MOHAA的瘦身文章,还在Q3老坛的时候, 不知还有没有,可参考一下.....
-
MOHAA問題請S-22指教
这是加在你所需要改图的.scr内,如mohdm3.scr.... local.trig.origin = ( X Y Z ) //坐标X Y Z
- 中国渡海作战部队网站改版了
-
MOHAA問題請S-22指教
thread top top: local.trig = spawn trigger_multiple local.trig setthread take local.trig.origin = ( X Y Z ) local.trig setsize ( -20 -20 -5 ) ( 20 20 100 ) end take: local.player = parm.other .......... local.player item weapons/colt45.tik local.player item weapons/m1_garand.tik local.player item weapons/silencedpistol.tik local.player item weapons/Springfield.tik local.player item weapons/ThompsonSMG.tik local.player item weapons/BAR.tik local.player item weapons/M2frag_grenade_sp.tik local.player item weapons/bazooka.tik local.player item weapons/shotgun.tik ....... end
-
MOHAA問題請S-22指教
全部的武器 thread giveyouall giveyouall: $player wuss wait 2 thread giveyouall end[/code]
-
MOHAA問題請S-22指教
方法1.将盟军武器的.TIK内容全部复制到徳军武器的.TIK 方法2: 搞一个触发的程序,结果是人物得到盟军的武器 //Allied weapons local.player item weapons/colt45.tik local.player item weapons/m1_garand.tik local.player item weapons/silencedpistol.tik local.player item weapons/Springfield.tik local.player item weapons/ThompsonSMG.tik local.player item weapons/BAR.tik local.player item weapons/M2frag_grenade_sp.tik local.player item weapons/bazooka.tik local.player item weapons/shotgun.tik //German weapons local.player item weapons/P38.tik local.player item weapons/KAR98.tik local.player item weapons/KAR98sniper.tik local.player item weapons/mp40.tik local.player item weapons/mp44.tik local.player item weapons/steilhandgranate.tik local.player item weapons/panzerschreck.tik local.player ammo pistol 40 local.player ammo rifle 120 local.player ammo smg 180 local.player ammo mg 240 local.player ammo grenade 2 local.player ammo shotgun 16 local.player ammo heavy 0 local.player useweaponclass pistol local.player useweaponclass rifle local.player useweaponclass smg local.player useweaponclass mg local.player useweaponclass grenade local.player useweaponclass shotgun local.player useweaponclass heavy[/code] 方法3:全部的人都使用萌军的武器 参考方法2
-
MOHAA問題請S-22指教
这个PK3的补丁,俺没有... 不过可修改一下.tik达到! 或着在图的.scr中加入程序亦可做到(如可使用全部武器的方法,坛上有介绍)