Skip to content
View in the app

A better way to browse. Learn more.

主视角中国

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

S-22

网站管理
  • 注册时间

  • 上次访问

由 S-22 发表的全部内容

  1. 这里可以下载论坛: http://bbs.guomin.net/index.php?showtopic=395
  2. 本站针对于 IPB 2.x.x 汉化加工的论坛按钮,欢迎下载。呵呵~~ 想不到本站正式发布的第一个作品竟然跟游戏灭有关系。样品么,就是这些按钮了。
  3. =============================================================================== 2005年4月13日 =============================================================================== MOHAA V1.11 迷你服务器 V0.92 请大家自觉使用一两个线程下载。镜像下载: [=JS=战队镜像 ] 本站专门为架设独立主机而推出的特别版本,与用完全安装的游戏建立独立主机相比,软件体积减少了93%;系统资源占用减少了70%;可以直接修改文本格式的主机配置文件;在未来的版本中将具备强大的扩展能力。 注意:随便解压缩到哪里都能运行,就是不要解压缩到原来的游戏目录里,这个迷你服务器版与原来的游戏没有任何关系!只要有了这个,没有原来的游戏一样开服务器的。 使用方法: 1. 随便解压缩到哪里。 2. 修改 main 目录中的 server.txt 内容,某些情况下不改也行。 3. 运行 111.exe 即可启动 V1.11 服务器。 4. 当控制台最后出现 Hitch warning: xxxx msec frame time 字样表示服务器成功运行。 港澳台玩家请下载繁体中文标注文件 -> [繁体中文标注文件使用方法:将 V0.9 Mini Server 安装完成后,把繁体标注文件覆盖到相应的文件夹即可。其实只有两个文本文件:readme.txt 和 main\server.txt ]
  4. 是不是链接没有改好?图片不能显示是因为这个论坛是动态的,有些图片的链接方式不是传统的.....gif 或者 ........jpg 的形式,所以另存为网页这些图片是不能显示的。 可以去下载一个 ipb 2.x.x 版本,里面有图片可以拿来用。
  5. 有啊,游戏现场能看到波光粼粼。。。。 Oct.31 20:40 -> 完成度 45% 。增加了爬出泳池的梯子。从跳台上看泳池。那些小人都是AI。 泳池边。
  6. 看看BIOS里的键盘Type Rate部分是否改动过。 换个键盘看看。
  7. 可以在防火墙的属性里允许相关端口的访问。
  8. 水下会有反应。 Oct.31 02:50 -> 完成度 35% 。跳台雏形,加入了水。游戏现场是波光粼粼的,截图体现不出来。 Oct.31 17:10 -> 完成度 40% 。加入跳水台雏形,泳池分为三级深度,每个深度放入一名 AI 进行比例测定。 从跳台上掉进没有水的泳池,摔死了。
  9. 本站地图制作计划,目前进行中的是泳池地图。详细情况请 点击查看 。
  10. S-22 回复 moh8888 的 主题 于 硝烟里的年华
    还是用关卡编辑器建立互动脚本吧,建好后直接复制脚本就行了。10分钟差不多等于手工改1小时,能省不少时间。 这里有两个东东,一个是m1l1的坦克带原始.map文件,一个是坦克教学,我刚才看了一下非常非常全面,希望对你能有所帮助。
  11. S-22 回复 moh8888 的 主题 于 硝烟里的年华
    太长了,还是用MOHRadiant做好再把代码复制下来吧。直接改太麻烦,容易出错。
  12. S-22 发表 1 个主题 于 硝烟里的年华
    1. Make your door as usual, texture it. 2. Now we need a hinge for the rotation. Use the "Origin" texture from the "Common" pack for it. 3. Highlight both the door & hinge & add func - rotatingdoor. 4. Hit "N", set the angle. 5. key=alwaysaway value=1 is obvious. the door will always open away from the player. 6. If you want a double door you just repeat that process, and if the doors are touching they work as 1.
  13. S-22 发表 1 个主题 于 硝烟里的年华
    1. Make your door brush, texture it, etc... 2. Add a door function: highlight your door brush, rightclick on it in the 2D view, select: func - door 3. Specify direction: Select your door, hit "N". Direction is best done from the top view. The little angle pad (90,180,270,360 etc.) matches the angles with the top view. Just click a button and values are entered automatically. in this case key=angle value=0. 0=360. 4. Sound: by default sound is set for a wooden door. in this case we need a metal sound. key=doortype value=metal You should now have a functional sliding door.
  14. S-22 发表 1 个主题 于 硝烟里的年华
    Here is how it works... the door only moves as far as it is thick/long/wide... depending on which angle you set it to move. We will be faking the vertical size with a invisible brush. Once you have your elevator constructed and the fake height brush, highlight them all and add the door function. Give it a -1 angle by hitting the "U" button since it's going up. You can set the speed then make it wait on top with the key: wait, value: 3 (secs). Change the sounds or use the wood default or metal "doortype". Not sure about changing individual sounds on the door, haven't toyed with that yet. This is very simple but you can set up the triggers on top and bottom and control it from wherever you choose. Only 2 levels but it works, no need to get fancy with scripting for something simple. The invisible brush... I applied clip texture against the wall, you can use others. For some reason origin didn't do the trick. Here's a simple reference shot:

Account

Navigation

搜索

搜索

设置浏览器推送通知

Chrome(安卓)
  1. 点击地址栏旁边的锁形图标。
  2. 点击 权限 → 通知
  3. 根据需要调整通知设置。
Chrome(桌面)
  1. 点击地址栏中的锁形图标。
  2. 选择 网站设置
  3. 找到 通知,然后根据需要调整设置。