Naga 0.11

Upload your latest creations here.
Please note that by posting comments to posts in this forum you forfeit your personal copyright on whatever you post. AI Scripters reserves the right to re-use objective comments in script reviews without requiring the posting author's permission. Credit, where appropriate will be given in such cases.
User avatar
wattle
Swami
Posts: 236
Joined: Fri Aug 15, 2014 1:06 pm
Location: Germany

Re: Naga 0.11

Post by wattle »

hongdee wrote: Sat Jul 05, 2025 2:29 am Thank you for your patient explanation, as you mentioned the NAGA AI, I just find the same coding content in NAGA too :-). So it is a special feature of your AIs. I still have some questions for discussion:

1. How to know the real boundary of a SN's value? Theoretically, the first line lowers the max value and then the second line would make the first line invalid, finally there would be only one limit on the min value. My question is, what is the max value then? You said it would range from 10 to 14, but I kind of doubt that. I guess it would finally get a value range from 14 to unlimited, which means the max limit is removed. Is that right?

2. According to your reply, your intention is to get a boundary of 10 to 14. So what if exchange the two lines to:
(up-modify-sn sn-maximum-town-size c:max 14)
(up-modify-sn sn-maximum-town-size c:min 10)
I think it would work just as your target value range from 10 to 14. How do you think?

Best,
Hongdee
Just in case, you can also look up some here
https://airef.github.io/commands/comman ... -modify-sn
https://airef.github.io/strategic-numbe ... -town-size
https://airef.github.io/parameters/para ... tml#mathOp
MangudAI-all-in (wip, to be continued, when I retire from work :P )
Btw, thank you s64 for your effort. Was a pleasure to cross your way. Have a good time.
hongdee
Forumer
Posts: 5
Joined: Thu Jul 03, 2025 6:53 pm

Re: Naga 0.11

Post by hongdee »

Post Reply