Are you already working on some mods? Because I wanted to suggest a cyclops mod (too much too ask?) maybe a simple rotation of the front and back to get into smaller spaces. (maybe all the doors could close like the fire suppression system to keep players from falling out) or the cyclops could drive itself forward automatically without help. (if you do see this as a good idea you should probably wait for the next cyclops update because it will most likely break your mod) thanks!
@nesrak1 ya, I see your point. How about the automatic driving? Maybe you could have a simple button on the cockpit that would have the cyclops move in the direction it faces.
PRAWN arm mods, for example a mod that lets you modify the grappling arm into a harpoon arm. This not only will let you grapple on to surfaces, but will damage any creatures that you grapple on to. This would make fighting leviathans, crab-squids, and any other beast that tries to ruin your day a little easier. Or a mod that gives you the ability to lock on and scan a target while in the prawn suit.
1. Deploy the Sunflare like a beacon, ideally at least 20-30m above the seafloor. It will stay put just like a beacon.
2. Countdown timer starts. Flare auto-ignites in 5-10 seconds. You have that time to get clear of it. If you're still within, say, 10m of the Sunflare at ignition, you start taking heat damage.
3. The Sunflare burns for, oh, 5 realtime minutes. While it's burning, though, it's casting a 50m(?) sphere of intense white light - enough to make it daytime at the bottom of the darkest deep. If you approach it during the burn, you get burnt. (No picking this up and reusing it. Unless you're sick of having hands, that is.)
4. At the end of its burn, it disintegrates. Nothing to reclaim.
@scifiwriterguy I started on yours because I wanted something easy to do after messing with the fog.
Everyone else: Still working on fog, faster creatures, more damage, etc. since that's top on the poll.
@EnglishInfidel skyrim's got plenty of those...
Sub's got no third person or NPCs
Speaking of skyrim, make a mod where the "FUS RO DAH" soundbyte plays whenever you use the repulsion cannon. I'm tired of yelling it and getting weird looks.
@pie1055 You most likely won't see that in a mod. IL works but that's for Monos not for actual code. The only way you could do that would be hacked in without dml
edit: for people who don't understand:
There's a way you create a copy of a class (piece of code) in code, edit it, and reload it, and use some Unity magic to replace that script on a GameObject all while the game is loading. The only problem is, if the class isn't a MonoBehaviour, you can't modify it, because that class is not attached to any GameObject, and therefore, we don't have a reference to the class's instance(s).
Most likely the classes controlling how terrain is loaded is not a MonoBehaviour.
Casual_PlayerThat...is a really good questionJoin Date: 2016-08-30Member: 221875Members
@nesrak1 I didn't want to imply for you to try to work on all of my suggestions. Pick one or more, again, if possible, to work with. I don't know a thing about programming, but would be possible to add more upgrade and inventory slots by adding something like a "hidden slot"? It was used on the mod SlotsSlotsSlots for Witcher 3, and while it didn't add anything new to the inventory screen, some slots had the option for putting the skill on a "hidden slot", with these skills being recognized as active. And nice work so far!
BASE DESTRUCTION! What if your base was able to collapse, rooms falling apart, reactors exploding, system failures and file corruption! Then, the wreckage must be explored, using the laser cutter to slice parts into carrying-sized pieces and sticking them into place again with the welder! Large-scale flooding may be too much weight and force! And the scanner room can help locate lost parts!
BASE DESTRUCTION! What if your base was able to collapse, rooms falling apart, reactors exploding, system failures and file corruption! Then, the wreckage must be explored, using the laser cutter to slice parts into carrying-sized pieces and sticking them into place again with the welder! Large-scale flooding may be too much weight and force! And the scanner room can help locate lost parts!
Is that even possible for the mod to do that? I mean, I think the base structures would need to be recognizes as a "vehicle" instead of normal buildings.
@Casual_Player Fun fact: The event that gets called when you create a vehicle is the same event that gets called when you create a base
Interesting. But there must be some value that allows fauna to distinguish between vehicles and bases. Is it possible to make fauna recognize them as the same thing?
I remember one time there was a Reaper near my base. He approached me when I was swimming, but gave up every time I got inside my base. It was like, for it, I vanished from the world at the moment I entered the base.
Comments
Perfect.........
Subnautica: The Revenge of the Acid Mushroom
Everyone else: Still working on fog, faster creatures, more damage, etc. since that's top on the poll.
Speaking of skyrim, make a mod where the "FUS RO DAH" soundbyte plays whenever you use the repulsion cannon. I'm tired of yelling it and getting weird looks.
Also I guess its time for BAE again
edit: for people who don't understand:
There's a way you create a copy of a class (piece of code) in code, edit it, and reload it, and use some Unity magic to replace that script on a GameObject all while the game is loading. The only problem is, if the class isn't a MonoBehaviour, you can't modify it, because that class is not attached to any GameObject, and therefore, we don't have a reference to the class's instance(s).
Most likely the classes controlling how terrain is loaded is not a MonoBehaviour.
edit: you gotta lot of exclamation marks there
Is that even possible for the mod to do that? I mean, I think the base structures would need to be recognizes as a "vehicle" instead of normal buildings.
Interesting. But there must be some value that allows fauna to distinguish between vehicles and bases. Is it possible to make fauna recognize them as the same thing?
I remember one time there was a Reaper near my base. He approached me when I was swimming, but gave up every time I got inside my base. It was like, for it, I vanished from the world at the moment I entered the base.