《終極動員令》重製典藏版

《終極動員令》重製典藏版

[TD] 🛠 NCO 🛠 (RULES.INI 📃 & Lua Scripting ⚙)
fasciana84 2020 年 7 月 5 日 下午 5:42
Suggestions and features
@djfdyuruiry

I hope you don’t mind that I’ve started a new discussion?! 😉

My suggestion is:

Since most of the users want play and don’t want to tweak around, it might be annoying if the changes made by the users of your mod have to be redone after every update of your mod.

Is there maybe a possibility to keep the changes or to export and import them to save time?
< >
目前顯示第 1-15 則留言,共 57
James Broderland  [開發人員] 2020 年 7 月 5 日 下午 6:45 
This is coming in v1.3 - already raised by another user. Absolutely a sensible idea! :)
fasciana84 2020 年 7 月 5 日 下午 11:24 
Ah okay, thank you! Didn’t recognized that.
Redead-ITA 2020 年 7 月 7 日 上午 3:09 
Add the ability to edit the units name and Descriptions in the rule file (And if in case it isn't specified in game just use the ones from the sourcecode)
James Broderland  [開發人員] 2020 年 7 月 7 日 上午 5:31 
@Redead-ITA that needs to be done in a separate mod using XML files - the new game engine reads name\description from it's own data files now.
Redead-ITA 2020 年 7 月 7 日 上午 5:36 
alright, sounds fair enough.
Didius Favoritus 2020 年 7 月 7 日 上午 10:59 
Can you write a guide on how the Primary and Secondary weapon system works? I tried giving the medium tank the M60 to use against infantry and it didn't use it.
James Broderland  [開發人員] 2020 年 7 月 7 日 下午 5:07 
@Quentin Crisp - I'll look into this, not sure how this is wired up so may need some changes to game logic
SixXjO 2020 年 7 月 8 日 上午 2:11 
Is there a possibility to make civillians and non buildable objects buildable? I tired with "buldlevel" and buildable" settings but it doesnt seem to work
James Broderland  [開發人員] 2020 年 7 月 8 日 上午 3:50 
@SixXjO I am seeing this as well with civilian infantry - it appears in the sidebar but clicking it does nothing - will add this to the bug list. Note: units and buildings seem ok btw (Bio Lab, Hospital etc.)
fasciana84 2020 年 7 月 10 日 上午 5:02 
I've some further suggestions.

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++;
最後修改者:fasciana84; 2020 年 7 月 10 日 上午 5:02
James Broderland  [開發人員] 2020 年 7 月 10 日 上午 6:27 
@fasciana84 - Nummer eins will be done for sure (I want to add weapon sections), as for zwei I am happy to add it as a game rule
fasciana84 2020 年 7 月 10 日 上午 6:37 
@djfdyuruiry

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!
最後修改者:fasciana84; 2020 年 7 月 10 日 上午 6:40
James Broderland  [開發人員] 2020 年 7 月 10 日 上午 6:50 
Yes this is fine, you gave a very clear idea of where in the code to change so it's easy for me.
fasciana84 2020 年 7 月 10 日 上午 11:50 
Thank you very much
fasciana84 2020 年 7 月 10 日 下午 2:41 
Another suggestion:

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.
< >
目前顯示第 1-15 則留言,共 57
每頁顯示: 1530 50