Command & Conquer™ Remastered Collection

Command & Conquer™ Remastered Collection

[TD] 🛠 NCO 🛠 (RULES.INI 📃 & Lua Scripting ⚙)
fasciana84 5 Jul, 2020 @ 5:42pm
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?
< >
Showing 1-15 of 57 comments
James Broderland  [developer] 5 Jul, 2020 @ 6:45pm 
This is coming in v1.3 - already raised by another user. Absolutely a sensible idea! :)
fasciana84 5 Jul, 2020 @ 11:24pm 
Ah okay, thank you! Didn’t recognized that.
Redead-ITA 7 Jul, 2020 @ 3:09am 
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  [developer] 7 Jul, 2020 @ 5:31am 
@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 7 Jul, 2020 @ 5:36am 
alright, sounds fair enough.
Rosa Percs💊 7 Jul, 2020 @ 10:59am 
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  [developer] 7 Jul, 2020 @ 5:07pm 
@Quentin Crisp - I'll look into this, not sure how this is wired up so may need some changes to game logic
SixXjO 8 Jul, 2020 @ 2:11am 
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  [developer] 8 Jul, 2020 @ 3:50am 
@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 10 Jul, 2020 @ 5:02am 
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++;
Last edited by fasciana84; 10 Jul, 2020 @ 5:02am
James Broderland  [developer] 10 Jul, 2020 @ 6:27am 
@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 10 Jul, 2020 @ 6:37am 
@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!
Last edited by fasciana84; 10 Jul, 2020 @ 6:40am
James Broderland  [developer] 10 Jul, 2020 @ 6:50am 
Yes this is fine, you gave a very clear idea of where in the code to change so it's easy for me.
fasciana84 10 Jul, 2020 @ 11:50am 
Thank you very much
fasciana84 10 Jul, 2020 @ 2:41pm 
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.
< >
Showing 1-15 of 57 comments
Per page: 1530 50