Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
I read the roadmap but I'm uncertain if your roadmap includes the following things:
1. Possibilty to change damage, range and speed of the various weapons and their characteristics like in the const.cpp (lines 68-102).
2. Can you at the safe demolotion to commando's c4 strike?
It in the building.cpp there need to be two lines added (marked bold and underlined).
/*
** Generate random survivors from the destroyed building.
*/
cell = Coord_Cell(Coord);
offset = Occupy_List();
int odds = 2;
if (Target_Legal(WhomToRepay)) odds -= 1;
if (IsCaptured) odds += 6;
if (Target_Legal(WhomToRepay))
IsSurvivorless = true;
while (*offset != REFRESH_EOL) {
CELL newcell;
newcell = cell + *offset++;
Vielen Dank ;)
I want to say sorry for my bad english! But I doing my very best to avoid misstakes but they happen :(
I already read about how the pull request in github works, but I'm pretty short in time and getting into it, at the moment is pretty hard to do for me. But I realy would have loved to use the pull request. And posting it here was much quicker for me!
I hope that's okay for you!
I played hard mod since the release of TD Remastered.
It was pretty difficult and for me some missions were unbeatable! Even after the last game patch by EA, it is still pretty tough!
But I don't want the game to be unfair, I want a smarter AI that more frequent, bulids more and better units. That would be more challenging.
You know what I mean?
Maybe you could change this. Although I know, that is pretty much of work again.