Project1

标题: [RM脚本] 在网络上找到的脚本用处不详 [打印本页]

作者: yangff    时间: 2007-8-18 18:23
标题: [RM脚本] 在网络上找到的脚本用处不详
{/gg}{/gg}
来自:http://www.rpg-palace.com/downloads/details.php?id=4
下载:http://rpg.blue/upload_program/files/Scriptsyff100.rar

could move Pixel by Pixel, it was not possible to move directly next to a wall, a flower, etc. (= you couldn't move on a tiles which was already used by another object).
Because of this, I got the idea to make a similar script myself, but with those new features. "

- Credits:
arevulopapo (turn toward/away player methods)
Caesar (fill_circle method)
Fanha Giang (Autotile handling)
Caldaron (move_toward_player method)

- Important:
This script uses its own (optimized) Anti-Lag-Script and has many more
features than only Pixelmovement.

- What do I have to do if I would like to use this script in my game?
If your game is not commercial its enough to credit me (f0tz!bearchen) in your game, if you'd like to sell you game please contact me and we can talk about this (but normally I only would like to have some information about your project and a free version of the finished game).

Instructions for usage are included in the readme file in the root folder of the project folder (the same folder as game.exe), as well as a full feature list, and comes in either English or Deutsch. Settings can be changed in the section starting line 6050 of the script.

Before use please note:
-This script uses the Standard Development Kit for improved compatibility.
- This is in a Release Candidate Stage. It should work nigh on perfect, with a few bugs that are yet to be fixed
- For f

---以下为 KarEE 的大致翻译供参考:

挺有趣的系統,可惜必須要使用SDK。

意思即是,(此為個人理解,不一定正確)將RM的通行判定改為以象素,這樣會顯得更為真實。
默認的通行判定問題其實不大,但由於素材的緣故,也就會引起了例如在花朵附近有一定的空間是不能通行的,這樣的話會顯得很怪異。
因此,此腳本的作者就把它改為了以象素來判定,如此一來,花朵附近的空格就可以讓人走了。
而且好像連移動的格數也改變了,不再是默認的32*32為一格了。
亦增加了跳躍系統,也挺有意思的。人物跟隨也做得不錯,就是隊伍中的別的人物在領隊停了下來時便會跟隊長站在同一格中。

我說的並不多,或許還有很多錯誤。其實仔細看看介紹,然後進範例裡就能明白了。

作者: yangff    时间: 2007-8-18 18:23
标题: [RM脚本] 在网络上找到的脚本用处不详
{/gg}{/gg}
来自:http://www.rpg-palace.com/downloads/details.php?id=4
下载:http://rpg.blue/upload_program/files/Scriptsyff100.rar

could move Pixel by Pixel, it was not possible to move directly next to a wall, a flower, etc. (= you couldn't move on a tiles which was already used by another object).
Because of this, I got the idea to make a similar script myself, but with those new features. "

- Credits:
arevulopapo (turn toward/away player methods)
Caesar (fill_circle method)
Fanha Giang (Autotile handling)
Caldaron (move_toward_player method)

- Important:
This script uses its own (optimized) Anti-Lag-Script and has many more
features than only Pixelmovement.

- What do I have to do if I would like to use this script in my game?
If your game is not commercial its enough to credit me (f0tz!bearchen) in your game, if you'd like to sell you game please contact me and we can talk about this (but normally I only would like to have some information about your project and a free version of the finished game).

Instructions for usage are included in the readme file in the root folder of the project folder (the same folder as game.exe), as well as a full feature list, and comes in either English or Deutsch. Settings can be changed in the section starting line 6050 of the script.

Before use please note:
-This script uses the Standard Development Kit for improved compatibility.
- This is in a Release Candidate Stage. It should work nigh on perfect, with a few bugs that are yet to be fixed
- For f

---以下为 KarEE 的大致翻译供参考:

挺有趣的系統,可惜必須要使用SDK。

意思即是,(此為個人理解,不一定正確)將RM的通行判定改為以象素,這樣會顯得更為真實。
默認的通行判定問題其實不大,但由於素材的緣故,也就會引起了例如在花朵附近有一定的空間是不能通行的,這樣的話會顯得很怪異。
因此,此腳本的作者就把它改為了以象素來判定,如此一來,花朵附近的空格就可以讓人走了。
而且好像連移動的格數也改變了,不再是默認的32*32為一格了。
亦增加了跳躍系統,也挺有意思的。人物跟隨也做得不錯,就是隊伍中的別的人物在領隊停了下來時便會跟隊長站在同一格中。

我說的並不多,或許還有很多錯誤。其實仔細看看介紹,然後進範例裡就能明白了。

作者: 华华    时间: 2007-8-18 19:03
大概意思就是说在那些不能穿越的图块边缘,(比如树、梳妆、花)默认脚本是直接在那里就走不动了。用了这个脚本就会以一种比较自然地方式绕过去。
作者: 华华    时间: 2007-8-18 19:04
{/fd}错字了……梳妆——>树桩{/gg}
作者: KarEE    时间: 2007-8-18 19:08
提示: 作者被禁止或删除 内容自动屏蔽
作者: 再生的kaze    时间: 2007-8-18 19:29
提示: 作者被禁止或删除 内容自动屏蔽
作者: yangff    时间: 2007-8-18 21:32
在一些地方有滑行的效果
作者: 艾鲁米斯    时间: 2007-8-18 21:50
运行效果不错,出现了坡度和冰面的效果,看起来比默认要真实多了

而且这个叫脚本显然拿来做解迷类如黄金太阳的复刻刚刚好

最起码,可以很好的藏宝箱~
作者: yangff    时间: 2007-8-19 16:40
喜欢的话在:  http://www.rpg-palace.com/downloads/ 可以下载到其他的类似脚本
作者: 超越时空    时间: 2007-8-22 00:43
MS是好东西啊,不错不错!{/se}
作者: 火鸡三毛老大    时间: 2008-1-4 05:53
http://www.rpg-palace.com/downloads/
这网站不错...嘻嘻
作者: 司马睿风    时间: 2008-6-20 06:30
现在这个脚本可以用给我们的游戏了,但是还是个问题,yangff你确定要用这个脚本吗?
作者: yangff    时间: 2008-6-21 15:42
以下引用司马睿风于2008-6-19 22:30:13的发言:

现在这个脚本可以用给我们的游戏了,但是还是个问题,yangff你确定要用这个脚本吗?

最好不要,SDK加进去很麻烦,最好自己写 {/tp}
作者: 偶尔杀人越货    时间: 2008-6-21 16:30
以下引用火鸡三毛老大于2008-1-3 21:53:55的发言:

http://www.rpg-palace.com/downloads/
这网站不错...嘻嘻

这个网站素材有点多,比如dark&death,感觉没啥用




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1