looking for a helpfully modder

Users who are viewing this thread

Soraya666

Recruit
Hi,

first please say not to me learn english and so on.......

i need help, so long  time ago and i don't find it.

I search the part to editing the lord personality. Lords should be upstanding or good-natured. Where can i disable the random sytem or add specify personality?

I would be happy if anybody can make this for me or say me where i can change this.


Soraya

PS: Sorry for me bad english
 
Looks like it's in ("initialize_aristocracy",

This bit:

Code:
        (store_random_in_range, ":lord_reputation", 20, 27),
        (try_begin),
          (eq, ":lord_reputation", 20),
          (assign, ":lord_reputation", lrep_martial),
        (else_try),
          (eq, ":lord_reputation", 21),
          (assign, ":lord_reputation", lrep_quarrelsome),
        (else_try),
          (eq, ":lord_reputation", 22),
          (assign, ":lord_reputation", lrep_selfrighteous),
        (else_try),
          (eq, ":lord_reputation", 23),
          (assign, ":lord_reputation", lrep_cunning),
        (else_try),
          (eq, ":lord_reputation", 24),
          (assign, ":lord_reputation", lrep_upstanding),
        (else_try),
          
          (assign, ":lord_reputation", lrep_debauched),
          
        (try_end),

Edit: Nevermind, wrong MS.
 
Thank you kraggrim. Would you change this for me please if i give you my troops txt or whatever you need?
Please, it would makes me soooo happy. I can change textures and so on but this is so hard for me
 
Yes, because nobody gave me a good answer. Only red the Forum and so on. Im searching may weeks ..... i can't search again. I hope for help
 
if this not possible, you can change all swadia and rhodok Lords to be upstanding or good-natured. That would be great :smile:

I am playing Floris-Evolved



Rhodok:

Gharmall  - upstanding
Reichsin - upstanding
Rimusk - upstanding
Estrosq - upstanding
Falsevor - upstanding
Gerluchs - upstanding

Swadien:

Montewar - upstanding
Plais - upstanding
Despin - good natured
Mirchaud - good natured
Stamar - upstanding
Klargus - upstanding
Clais - martial
 
kraggrim said:
Looks like it's in ("initialize_aristocracy",

This bit:

Code:
        (store_random_in_range, ":lord_reputation", 20, 27),
        (try_begin),
          (eq, ":lord_reputation", 20),
          (assign, ":lord_reputation", lrep_martial),
        (else_try),
          (eq, ":lord_reputation", 21),
          (assign, ":lord_reputation", lrep_quarrelsome),
        (else_try),
          (eq, ":lord_reputation", 22),
          (assign, ":lord_reputation", lrep_selfrighteous),
        (else_try),
          (eq, ":lord_reputation", 23),
          (assign, ":lord_reputation", lrep_cunning),
        (else_try),
          (eq, ":lord_reputation", 24),
          (assign, ":lord_reputation", lrep_upstanding),
        (else_try),
          
          (assign, ":lord_reputation", lrep_debauched),
          
        (try_end),

its not in my module system tbh  checked scripts, and even mt and game menus but nothing
 
Oops, I had VC ms open beside native one in notepad++, must have looked at the wrong one. Sorry Soraya666.
 
Soraya666 said:
good answer

from the duplicated thread

Quote from: Soraya666 on 27-11-2016, 19:31:24
i really need help. I don't find the correct part of change the personality.

we already gave you a complete path to solve this. Unless you can come back with details on what you are doing and that is not working, there is not much more to do...

if you don't want to try to do it yourself (and learn the basics of modding), your best bet is to try the mod community by asking for a tweak, or the mod developer. For that you can post on the mod thread (not here in the Forge) or use PM to contact someone in that community.

did you even talk to the modder ?
 
You learn by doing it Soraya.Believe me when i managed to lear basics of modding you can too...You wont really learn anything by asking everyone to do something for you.By me its ok to ask questions how to do something but you shouldnt ask guys to do something for you  :grin: (Im so smart lol)
 
Back
Top Bottom