I guess it's because of technology. There are several technologies with reduced cost and maintenance. After them does not work mod for free buildings and maintenance.BoehserOnkel wrote: ↑Thu Mar 22, 2018 5:52 pmthe one you altered from fearlessrevolution ( Consts.BuildingMaintenancePointsModifier = -100 )
it was working since yesterday lol
does your cheatmenu mod any persistent change to game files?
maybe i try a new install?
[SOLVED] Surviving Mars
Re: [SOLVED] Surviving Mars
Re: [SOLVED] Surviving Mars
BoehserOnkel wrote: ↑Thu Mar 22, 2018 5:52 pmdoes your cheatmenu mod any persistent change to game files?
It reads the default value then saves it, so you need to change it in the menu if you want it to work (and disable it in the menu when you want it off)
All of Flings mods are in my cheatmenu, you don't need to use any of his (and you shouldn't if you're using cheatmenu).
Last edited by ChoGGi on Thu Mar 22, 2018 7:26 pm, edited 1 time in total.
- BoehserOnkel
- Expert Cheater
- Posts: 473
- Joined: Sat Mar 04, 2017 7:47 am
- Reputation: 96
Re: [SOLVED] Surviving Mars
i think there was a corruptet save or w/e
its working on new install and new game (i hope)
sry for bothering you with this first world prob
its working on new install and new game (i hope)
sry for bothering you with this first world prob
-
- Expert Cheater
- Posts: 55
- Joined: Fri Apr 07, 2017 12:24 pm
- Reputation: 9
Re: [SOLVED] Surviving Mars
There's a radio mod on Steam called Radio One or something. I'd really like to avoid making a Steam account just to get it so I can check how he does it. My guess is there should be two different pointers, one for commentary and the other for tracks. It's gotta be like that to avoid playing two commentaries back to back, like "hey, listen to this next song", then "hey, wasn't that a great song?", but there wasn't any music between the two commentaries, see what I mean?ChoGGi wrote: ↑Thu Mar 22, 2018 2:08 pmOh, that might be doable.FlipFloppy wrote: ↑Thu Mar 22, 2018 12:39 pmOK, I'm sorta kinda bored of the same music in this game but I like the radio feature. I want a mod where I can point it to my music collection.
Edit: eh not having much luck, I've got a playlist added, but it just gives an out of bounds errors
It could be playlists but I doubt it, you gotta be able to point to a specific track if a specific commentary talks about a track, like "hey, this next song is from my favorite band, yada yada, it's called mucho macho something or other", then that track plays. The point is the script must know where the commentary and tracks are, so that means directories/folders, i.e. "mods/MyRadioMod/coms - .../tracks". I mean, a playlist must have that info but maybe the game doesn't know the playlist format or doesn't even work with that. It probably uses numbered file names to simplify the script so that won't help me it would be a complete hassle to rename my own tracks to fit, but if there's a random function that's all I really need so I can point that to my music folder but then it would have to be able to find files inside subfolders cuz you know that's how music is organized for most people, not just one big giant pile of loose files in one folder.
I hope I'm helping here with those ideas. I mean, a custom radio mod is cool, but a personalized radio mod is more cool. Remember that radio mod for Fallout New Vegas where you could just add your own tracks? Yeah, that's what I mean.
Re: [SOLVED] Surviving Mars
by playlist added I meant I had a playlist ingame pointing to a folder with opus files from the game (just to be sure), and I verified it was reading the files (well it listed the files in the folder...) with Process Monitor. That's about when I gave up, you can try:FlipFloppy wrote: ↑Thu Mar 22, 2018 10:22 pmI hope I'm helping here with those ideas. I mean, a custom radio mod is cool, but a personalized radio mod is more cool. Remember that radio mod for Fallout New Vegas where you could just add your own tracks? Yeah, that's what I mean.
in metadata.lua put
Code: Select all
return PlaceObj('ModDef', {
'title', "Custom Music",
'tags', "music",
'id', "nameofmodorsomethingunique",
'author', "you",
'version', 1,
})
Code: Select all
PlaceObj("RadioStation", {
"name","CustomStation",
"display_name","Custom Music",
"folder","AppData/Music",
"silence",1, --how long to pause between tracks
})
Re: [SOLVED] Surviving Mars
updated [Link]
Enabled the console:
quit works, and you can change variables and whatnot (good for testing), enter or alt+enter to open it
Added an option to debug menu to enable developer mode (more menuitems, but it'll change a bunch of labels to *stripped*, and some shortcut keys don't work)
Cleaned up the menus a bit:
changed items that add certain items to just add a + amount (so you can make it as high as you want)
rearranged them as well
Added warnings for New Game and Mod editor menuitems (not sure how to override or remove menuitems).
Added a few more cheats:
the radius ones don't really work yet, they shrink as soon as you deselect them
I forget the rest... (should've made a list)
Enabled the console:
quit works, and you can change variables and whatnot (good for testing), enter or alt+enter to open it
Added an option to debug menu to enable developer mode (more menuitems, but it'll change a bunch of labels to *stripped*, and some shortcut keys don't work)
Cleaned up the menus a bit:
changed items that add certain items to just add a + amount (so you can make it as high as you want)
rearranged them as well
Added warnings for New Game and Mod editor menuitems (not sure how to override or remove menuitems).
Added a few more cheats:
the radius ones don't really work yet, they shrink as soon as you deselect them
I forget the rest... (should've made a list)
Re: [SOLVED] Surviving Mars
Stop child births seems to cause the game to freeze inexplicably.
Re: [SOLVED] Surviving Mars
updated [Link]
Found some more menuitems to unhide
Added icons to some menuitems
Enabled Trailblazer skins
Keys:
F2: Doesn't toggle Infopanel Cheats anymore (just menu)
F4: Open object examiner for selected object
F5: Dump info for selected object to file (AppData/DumpedText.txt)
Ctrl+F: Fill resource of selected object
Toggles menu:
Infopanel Cheats
Block CheatEmpty (stop CheatEmpty from emptying resources)
Storage Depot|Waste Rock Hold 1000
Building_wonder (allow multi wonders)
Building_hide_from_build_menu (show hidden stuff)
CameraZoom: zoom out further (best to lower your scroll speed)
CameraZoomSpeed: speed up zooming
BorderScrolling: lowered the scroll border to the smallest I could (or disable it)
Debug menu:
Debug\Destroy Selected Object
Debug\Asteroid attack (single or bombardment)
Debug\Open object examiner for selected object
Debug\Dump info for selected object to file (AppData/DumpedText.txt)
Debug\Toggle Hex Build Grid Visibility (works now)
Console:
Can now open with tilde as well (but it adds a `)
Added option to toggle showing history on-screen
Added option clear history
Added restart cmd
Added dump cmd: dump(obj,type,filename,ext)
If you want to dump something without quitting to check log
copy n paste this into the console
dump("test") < append to file
dump("test","w") < overwrite file
then open AppData/DumpedText.txt
you can paste chunks of scripts in the console to test out:
Does that fix it?
Found some more menuitems to unhide
Added icons to some menuitems
Enabled Trailblazer skins
Keys:
F2: Doesn't toggle Infopanel Cheats anymore (just menu)
F4: Open object examiner for selected object
F5: Dump info for selected object to file (AppData/DumpedText.txt)
Ctrl+F: Fill resource of selected object
Toggles menu:
Infopanel Cheats
Block CheatEmpty (stop CheatEmpty from emptying resources)
Storage Depot|Waste Rock Hold 1000
Building_wonder (allow multi wonders)
Building_hide_from_build_menu (show hidden stuff)
CameraZoom: zoom out further (best to lower your scroll speed)
CameraZoomSpeed: speed up zooming
BorderScrolling: lowered the scroll border to the smallest I could (or disable it)
Debug menu:
Debug\Destroy Selected Object
Debug\Asteroid attack (single or bombardment)
Debug\Open object examiner for selected object
Debug\Dump info for selected object to file (AppData/DumpedText.txt)
Debug\Toggle Hex Build Grid Visibility (works now)
Console:
Can now open with tilde as well (but it adds a `)
Added option to toggle showing history on-screen
Added option clear history
Added restart cmd
Added dump cmd: dump(obj,type,filename,ext)
If you want to dump something without quitting to check log
copy n paste this into the console
dump("test") < append to file
dump("test","w") < overwrite file
then open AppData/DumpedText.txt
you can paste chunks of scripts in the console to test out:
Code: Select all
local temp
for _,building in ipairs(DataInstances.BuildingTemplate) do
temp = temp .. tostring(building.name) .. tostring(building.wonder)
end
dump(temp)
If you open up items.lua and remove
Code: Select all
function Dome:CalcBirth()
return false
end
Re: [SOLVED] Surviving Mars
It does not.ChoGGi wrote: ↑Sat Mar 24, 2018 1:06 pmIf you open up items.lua and removeDoes that fix it?Code: Select all
function Dome:CalcBirth() return false end
Re: [SOLVED] Surviving Mars
Removing did, however stop the crashing. My colonists appear to be breeding again, however.
Code: Select all
Consts.BirthThreshold = 0
- BoehserOnkel
- Expert Cheater
- Posts: 473
- Joined: Sat Mar 04, 2017 7:47 am
- Reputation: 96
Re: [SOLVED] Surviving Mars
the same building , same upgrades
[Link]
one needs repair - the other not
i dont get it lol
[Link]
one needs repair - the other not
i dont get it lol
- BoehserOnkel
- Expert Cheater
- Posts: 473
- Joined: Sat Mar 04, 2017 7:47 am
- Reputation: 96
Re: [SOLVED] Surviving Mars
They immigrate, I need to make sure my population is entirely one sex or the other. For my in-progress colony, I just turned off everyone's air so I can start fresh.BoehserOnkel wrote: ↑Sat Mar 24, 2018 7:59 pmstop reproducing is easy
make domes for men/women only
problem solved^^
- BoehserOnkel
- Expert Cheater
- Posts: 473
- Joined: Sat Mar 04, 2017 7:47 am
- Reputation: 96
Re: [SOLVED] Surviving Mars
set it like this for women only
[Link]
make sure you confirm your changes (overseen it too first times lol)
[Link]
add: if you change it make sure theres space for colonists to swap
[Link]
make sure you confirm your changes (overseen it too first times lol)
[Link]
add: if you change it make sure theres space for colonists to swap
Re: [SOLVED] Surviving Mars
Check my mods I have one (CheatMod_NewColonistsYouth) to make everyone born/arrived into a youth (I meant to add it to my cheatmenu, forgot about it). If you open it up I commented out the setting to make everyone into "Other" gender, so no breeding.
You can also set the sex/age in my cheatmenu
Though I think I figured out Consts.BirthThreshold, make it 999999900 (then no one will get high enough for it).
You can also set the sex/age in my cheatmenu
Though I think I figured out Consts.BirthThreshold, make it 999999900 (then no one will get high enough for it).
Yeah it's that building mate free one, I'll have to fiddle with it.BoehserOnkel wrote: ↑Sat Mar 24, 2018 7:53 pmthe same building , same upgrades
[Link]
one needs repair - the other not
i dont get it lol
Who is online
Users browsing this forum: Bing [Bot], Mr. Seth Marshall, tindr_sb, topboy