Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I'm not sure if it's possible to easily overwrite simdefs.lua with default mod api or not, maybe it's more possible with SimConstructor mod.
Alternatively (if I were doing it I'd chose that way) with default mod api you can easily overwrite useAugmentMachine.lua ability: instead of comparing number of existing augment slots with DEFAULT_AUGMENT_CAPACITY to permit addition of new slot, change it to compairing number of slots with 8.
After I ... have to admit changed Dr.Peddler but found your line in agents def but it wasn´t working. (cause you spaced augment = 8 it should be augment=8 don't remember the precise command again :P)
Anyway I open with winrar and then edit in c++notepad (who creates a temp file) then save it, winrar will pop up with confirmation say yes and it saves it.
So no problem from my previous modding to mod in the base game. and things work.
Thanks Shirsh :)
Will check the sim\simdefs.lua
I don't know but all the new agents you made, in game at selection have a scroll bar. so I suspect the scroll bar will show up as well, once I have more agents. I do not know what will happen once I enter the game with more agents probaly a crash .
Also the shop have 8 inventory space and when you already have 4 items in the stash. once you bought the 5th item. 2 arrows left and right of the stash will appear.
So they did made a lot of UI changes to the HQ screen.
When I have to make a choice of adding a slot or the augment.
Since all my toons would be max out 8 augment slot.
The shop I am just going to goof around a bit. but with XCOM2 coming out soon.
I just want something fun to keep me occupied.
So am going to play endless see how far I can get before I am bored.
Have no idea what are you talking about spaces near =, it's not change anything in lua. What's your native language btw?
But instead of adding to everyone "augmentMaxCapacity = 8" (like through commondefs.lua - DEFAULT_AGENT_TRAITS) it's much easier and convenient to implement through useAugmentMachine.lua
there's a section in it:
just change it to be like add new useAugmentMachine ability through modinit.lua of your mod and it overwrite default one and every agent should be able to gain up to 8 aug slots.
Can't remeber, did I tested Pedler's ability to gain 8 augment slots or not btw (I hope I did), there's "or" argument that make me doubt now.
Thanks Shirsh :) that is what I was looking for, instead of starting with augmentMaxSize=6
Yes that is what I was looking for Shirsh I even want Sharp back down to augmentMaxsize=4
Am going to try to see if AGENT_LIMIT = 6, in simsdef.lua works
But what you gave me is what I was looking for useAugmentMachine.lua
That is what I want to edit, since this way doing those augment missions is worthwhile doing.
I guess have to wait for DLC to unlock it.
So best is to put it on 7 +1 from DLC (but never ever buy the 8th program it simply crashes the game and incognita)
Or what about to try implement more and harder mid-missions for endless at 8th and 12 day, for example?
Shirsh I really wish I had the dedication to a product like you have , to this one :)
I just play or do things when it is fun, and then I stop doing it when I get bored of it.
So for now it was interesting in testing how far things could go.
You can´t do the 8th Programs cause Incognita crashes it. 7th you can do without errors.
5 +2 (dlc) 6+1 or in my case I did 7+1 (the slot works in HQ and shopping) but if you enter incognita program mode. it simply goes into a loop. cause it can only show 7 programs max.
I haven´t test the 6 agent limit yet. cause am not getting any free prisoners missions.
Yes I would love to dedicate to some product. but I end up bored :(
But the first mission coming to my mind would be a defense mission.
Like the opening intro how your HQ get raided. but sadly this game isn´t like XCOM where killing people or assassinating people, is common.
This game is like a minipuzzle game. which I love and respect. just am bored a bit at this moment waiting for XCOM 2 to come out. so I decided to go mod this game into something I want to play for a short while. and what comes up to my imagination.
Like adding manualhack of XU and combining it with Nikia (double action) to Dr Peddler.
Totally unbalanced really not recommended. but it is fun for me to run around opening safes (get free action points) or manual hack somebody heartmonitor then killing him. :P
I just mod what I would think is fun at this moment. and if I comes to a program I will think about why it doesn´t work, what I would want. or how to fix it to work.
So don´t ask me why do stuff, I just am bored and am doing what I think is fun :) .
In scripts\client\states\state-upgrade-screen.lua at line 217 there's
Dunno if it's possible to make work as a workshop mod though, maybe with SimConstructor somehow.
About 8th Incognita slot, maybe it reserved for Turing (program from finale mission)?
I have been unable to make this work. I can change augmentMaxSize but that just gives them the available slots. I want my agents to have to earn them.
The code above probably does work, but is not possible to execute once the agent has 6 slots. I've tracked the code down to hud.lua.
where specifically the second line
I am unfamiliar with
If you want this option to be available for *all* your agents, then you would probably be fine with changing simdefs.DEFAULT_AUGMENT_CAPACITY instead.
A different question is, who is this mod for? Do you want a mod that you will use to enhance your own game, or do you want a mod you will publish to the Steam Workshop, a mod that should me compatible with others? The former is much easier to do than the latter.
Also, this kind of discussion is easier on the Discord.