ブタ・ラン!−Blenderゲーム

  • このフォーラムに新しいトピックを立てることはできません
  • このフォーラムではゲスト投稿が禁止されています

投稿ツリー



前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2009/9/2 7:33
yoshis  新米 居住地: イタリア  投稿数: 5
皆さん、こんにちは。
最近、BlenderとPanda3dソフトのゲームエンジンを使って、新しいゲームを作りました。 ^^

ブタ・ラン(Pigs Run)というポイントアンドクリックゲームです:



ゲームのゴールはベルを持っているブタをクリックすることです。
「?」の箱にクリックすれば、アイテムをゲットします。

ダウンロードサイトはこちらです:http://pigsrun.sourceforge.net

サイトの日本語バージョンもございますが、僕の日本語はすこし変かもしれませんから、
だれかにチェックしていただければとても助かります。 ^^

ソースコードバージョンにはゲームのモデルの.blendファイルもあります。

変な日本語で、すみませんでした。 ^^
投票数:0 平均点:0.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2009/9/2 12:18
yamyam  管理人 居住地: そうや、うちはおおさかやー  投稿数: 4404
Hi yoshis,
Nice work. It looks good.


Following are critiques and suggestions.
- Too fast, so hard to play...at least for my PC(Core2Duo 2GHz and Mobile Intel(R) 965 Express Chipset). I think it would be nice that pigs will speed up as time goes by or score increases.

- The bell which we have to click is too small.

- The file is too big as a casual game, but it is because of the DLLs of the system. Do you reduce them?


Following are Japanese text that I think good to replace.
http://pigsrun.sourceforge.net/download_jp.html
ソースコードを使う倍にPanda3Dのソフトが必要です。こちらへ見てください
-> ソースコードを利用するにはPanda3Dが必要です。こちらを見てください


Regards,

投票数:0 平均点:0.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 | 投稿日時 2009/9/2 19:39
yoshis  新米 居住地: イタリア  投稿数: 5
Hi yamyam, thanks for your comment!

引用:
Too fast, so hard to play...at least for my PC(Core2Duo 2GHz and Mobile Intel(R) 965 Express Chipset). I think it would be nice that pigs will speed up as time goes by or score increases.

Hmm, I also have a 2Ghz CoreDuo, but since the game uses only a few of graphic resources i think it's not a matter of CPU or Graphic card. When you say too fast,
you refer to the normal speed of pigs? There are also two items you can use, one of them speeds up pigs and the other one speeds them down.

I also think it's a good idea to change the game so that pigs will speed up as score or time goes by, but doing so I would have to remove those items. Instead, maybe reducing the normal speed of pigs will be enough?

引用:
The bell which we have to click is too small.

You actually don't have to click on the bell, but on the pig who holds it.
Maybe it's too difficult to see? If so, i could make it a bit bigger

引用:
The file is too big as a casual game, but it is because of the DLLs of the system. Do you reduce them?


Yes, you are right. Actually this is because the installer includes Python and Panda3D which are quite big. (this instaler is automatically generated by Panda3D)
One solution for this problem would be to use "py2exe" instead of Panda3d to generate the installer, because "py2exe" includes only the really needed DLLs and Python files. (So maybe i would get a 10MB~20MB total size instead of 100MB)
But they say it's quite difficult to make it work with panda3d.
I'll give it a try ^^

Thanks again for your comments! I really appreciate them.

コメントは日本語でも大丈夫ですよ。 ^^








投票数:1 平均点:0.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2009/9/3 7:05
yoshis  新米 居住地: イタリア  投稿数: 5
新しいバージョン(1.1)をアップしました:

*ベルの代わりに赤いリボンがあります。もっと見やすいですから。
*ブタはもうすこし遅くしました。
*ゲームサイズは4MBになって、インストーラサイズは13MBになりました。これより小さくできません。 ^^
投票数:0 平均点:0.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2009/9/3 22:59
yamyam  管理人 居住地: そうや、うちはおおさかやー  投稿数: 4404
引用:
you refer to the normal speed of pigs? There are also two items you can use, one of them speeds up pigs and the other one speeds them down.
おそらくノーマルスピードだと思いますが、最初から速いと思いました。ただし、こちらとしては、現在自分のPCで走っているスピードが「オリジナル」かどうがわかりません。FPSがオプションで表示できたりすると、標準がわかるかもしれませんが。

引用:
I also think it's a good idea to change the game so that pigs will speed up as score or time goes by, but doing so I would have to remove those items. Instead, maybe reducing the normal speed of pigs will be enough?
そうですね。最初は遅く簡単な状態でスタートし、得点にあわせて段階的にスピードがあがるなど、難易度があがる仕組みの方がいいと思います。現在のままではあまりエキサイトすることがないと思います。テトリスなどのゲームでは同様の仕組みがあるのがわかると思います。


また、高難易度では何かプレイヤーを邪魔するものがあるといいかもしれません。たとえばクリックするとゲームオーバーになるブタがまざるなど。

引用:
*ベルの代わりに赤いリボンがあります。
見やすくなっていいと思います。

引用:
*ゲームサイズは4MBになって、インストーラサイズは13MBになりました。これより小さくできません。

素晴らしいです。以前の大きさでは気軽にダウンロード、インストールはできないと思っていました。

投票数:1 平均点:10.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2009/9/4 1:53
yoshis  新米 居住地: イタリア  投稿数: 5
コメントはいつもありがとうございました。

う〜、なるほどですね・・・ yamyamさんが考えたゲームコンセプトがとてもいいですね。:)

確かに、その方が楽しいかもしれませんね。ちょっと考えてみます。
新しいバージョンができたら、すぐ知らせます。 


投票数:0 平均点:0.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2009/9/5 21:18
yoshis  新米 居住地: イタリア  投稿数: 5
Finalバージョンをアップしました!

*以前のバージョンではブタの速さはFPSによってちがいましたけれど、このバージョンではどのコンピュータでもスピードは同じです。

*ポイントをゲットすればするほどブタは早くなります。

*高いレベルにスペシャルイベントがあります。
投票数:0 平均点:0.00
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2009/9/7 15:18
yamyam  管理人 居住地: そうや、うちはおおさかやー  投稿数: 4404
プレイしてみました。鳥が邪魔してくるのは面白いですね。全体的にプレイしていて面白くなったと思いました。
Finalということでもう更新されないようなのですが、もし機会がありましたら、以下の変更も検討してみて下さい。

・クリックしていけない豚はなぜクリックしてはいけないかをわかりやすく見せる。
(例:爆弾がくくりつけられていて爆発するなど)

・ある程度プレイすると時間が自動的に延長し、速度がある程度遅くなるようにする。


投票数:1 平均点:0.00

  条件検索へ


ログイン

ユーザ名:

パスワード:



パスワード紛失

クイックリンク

2021/07/01版
●Blender.org
BlenderFoundation
- Blenderのダウンロード
- 公式チュート等
- 公式マニュアル(和訳)

●ニュース(英文)
BlenderNation

●Blenderコミュニティ
blenderartists.org

●Blender Q&A
- Blender Stack Exchange

●テストビルド
Buildbot(自動生成)


●開発関連
公式開発サイト
Blender開発blog
Blender Wiki