Browse Search Popular Register Upload Rules User list Login:
Search:
Hybrid Car CR-Z

Image:
screenshot of the scene

Author: kuro

Group: Default

Filesize: 309.82 kB

Date added: 2010-05-12

Rating: 5.6

Downloads: 1730

Views: 2005

Comments: 5

Ratings: 2

Times favored: 2

Made with: Phun

Tags:

Scene tag

ニコニコ動画にあげたハイブリッドカーです。
http://www.nicovideo.jp/watch/sm10577768
ミッションにスクリプトを使っているので、名前の設定を行ってください。


<スクリプトモーターの設定方法>

まず、Phunの通常画面でF11キーを押して、上部にコンソール画面を出します。

次に、そこに"g1=0"と入力します。(「"」は不要です)

エンターキーで改行し同様に g2=0 g3=0 も入力

そしたらF11キーでコンソールを閉じてください。

最後に念のため(もしかしたら不要かもですが)一度セーブをしてください。
これで、スクリプトの設定はOKなはずです。

再度読み込んでから、実際に走らせて見てください。



《操作キー》
w イグニッション
q  ブレーキON,OFF
e  シフトチェンジ
1,2 燃料バルブON,OFF
z  蓄動力,アシスト/OFF/チャージ,切り替え
x 燃料ポンプON,OFF

《動かし方》

出発
①ミッション『N』の確認
②wでイグニッションON
③1,2でバルブ開
④エンジンがかかったらwでイグニッションOFF
⑤ブレーキOFFを確認
⑥eでシフトチェンジ、加速

停止
①1,2でバルブ閉
②eでシフトダウンし、エンジンブレーキ
③qでブレーキ

備考
・zキーでモーターアシスト/チャージができますので、タイミングよく使ってください。
・停止状態でバッテリーに動力蓄えられていれば、バルブ開→zキーでアシスト によりイグニッションモーターを使わず
 点火も可能です。
Please log in to rate this scene
edit
Similar scenes
Title: Gun and catapult hybrid.
Rating: 5
Filesize: 54.17 kB
Downloads: 428
Comments: 0
Ratings: 1
Date added: 2008/09/18 09:54:23
Made with: Phun
Rating: rated 5
download
Title: 2010 Toyota Prius (Not Crashable)
Rating: 5
Filesize: 1.52 MB
Downloads: 1844
Comments: 2
Ratings: 1
Date added: 2023/11/12 19:42:57
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Cadillac Escalade Hybrid
Rating: 5
Filesize: 66.58 kB
Downloads: 113
Comments: 0
Ratings: 1
Date added: 2025/08/25 17:51:07
Made with: Algodoo v1.8.5
Rating: rated 5
download
Title: hybrid stickman
Rating: 5
Filesize: 373.81 kB
Downloads: 6493
Comments: 2
Ratings: 1
Date added: 2022/10/08 21:14:34
Made with: Algodoo v2.1.3
Rating: rated 5
download
Title: Hybrid Palio (Algodoo)
Rating: 6.1111
Filesize: 0.72 MB
Downloads: 1151
Comments: 3
Ratings: 3
Date added: 2011/03/01 17:57:38
Made with: Algodoo before v1.8.5
Rating: rated 6.1
download
Title: Hybrid Stepper Motor
Rating: 5.625
Filesize: 92.13 kB
Downloads: 2843
Comments: 4
Ratings: 2
Date added: 2020/08/16 12:05:07
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
lol WUT?

And now in a language please.
Google translate is your friend... for good and for bad
I gave the hybrid car Nico Nico Douga.
http://www.nicovideo.jp/watch/sm10577768
Mission because it uses a script, please go to the set name.


<How to set up a script Motor>

First, Phun normal screen by pressing the F11 key, out at the top of the console screen.

Then there "g1 = 0" type. ("" "Is not necessary)

Enter a new line as well as key input g2 = 0 g3 = 0

Then please close the console with F11 key.

Just in case the end (I could possibly need) Please save the once.
This set of scripts should be OK.

To reload, please see the actual run.



"Key Operation"
Ignition w
q Brake ON, OFF
e shift
Two fuel valves ON, OFF
z 蓄 power assist / OFF / Charge switch
x fuel pump ON, OFF

"How to move."

Departure
The N Mission ① Check
ON the ignition ② w
③ 1,2 on the valve opening
④ w ignition engine with more cost-OFF
⑤ OFF Brake Check
⑥ e shift in acceleration

Stop
Valve closed ① 1,2
② e shifted down, engine braking
③ q brakes

Remarks
Motor Assist · z key / I charge you, please use the right time.
- If the power is stored in the battery stopped, → Igunisshonmota valve opening without the assist key z
Ignition is possible.
didnt work for me... but that may be because of the bad translation:P silly google. anyway, looks good!
kuroさんへ (For author)
動画拝見しました。妥協のない作りで驚きです!:D

シーンで使う変数はScene.my.g1という具合に定義しておくと、config.cfgを汚さなくなりますし、ダウンロードした人が設定しないで済みます。:)
「Scene.my.~」という名前の変数はそのシーンでしか使わない変数だということをPhunが知っているのです。

このシーンを改定するのであれば、具体的な作業は以下のようになります。
念のためバックアップを取ってから作業することをお勧めします。
(1) シーンデータファイルであるCR-Z.phzを、CR-Z.zipに改名して解凍(展開)する。
(2) CR-Zフォルダ内のscene.phnをテキストエディタで開く。
(3) g1, g2, g3をそれぞれScene.my.g1, Scene.my.g2, Scene.my.g3変更する。
(4) 先頭行に各変数を定義しておく(今回の場合は下3行)。
Scene.my.g1 := 0;
Scene.my.g2 := 0;
Scene.my.g3 := 0;
(5) CR-Zフォルダ内のファイルを全部選択し、再度zip化してphzに命名しなおす。
(6) Phunで開いて、保存しなおす。(←この作業をしないと、「正常なphzファイルでない」という理由でAlgoboxにアップロード出来ません)
Its to complicated:( And you should have written the instructions in your scene to.. :tdown: