Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ninekorn

#151
Mods / Re: Drone/Follower mod // in-progress
February 17, 2019, 10:23:58 PM
discontinued 2023 july 29th . by ninekorn
#152
Bug reports / did I break my void expanse or something?
February 17, 2019, 10:05:03 PM
Approx 1 week ago, I deleted all my saved games (120 of them) because they were useless just because I was clicking on save instead of cancel when quitting a server game for testing. Ever since then, some weird stuff is happening with Void Expanse. For instance I now have a "JSON save game error" that popups everytime I start a server.














but foremost, I cannot spawn containers anymore. I can only spawn space_objects with the command:

var id00 = generator.AddContainer(sys_idNPC, depositX, depositY, arrayOfXMLScraps[0], "droplist_empty");

which isn't normal.
BUT if it makes it so that all my space objects now use the <data> options:

<movable>1</movable>
<persistent>0</persistent>
<instanced>1</instanced>
<show_on_map>1</show_on_map>

it's insanely great... except that I still need containers.
I deleted Void Expanse multiple times and resintalled but nothing is coming back to normal. Maybe I changed too many settings in the game that it really messed up the inner core on my side only. Just a thought. Otherwise, is anyone else that is still playing/testing Void Expanse encountering the same issues?

Also, those spaceObjects have a WHITE icon on my map instead of a yellow/orange icon like when spawning containers (if i remember that they are that color) and they aren't even interactible.

I'll probably revert to my Galaxy Market Only Server and re-test everything from scratch. Oh + if I do generator.AddSpaceObjects, and then use
npc.DeviceActivateOnObject(currentObjective.npcID, "device_scrap_metal", currentObjective.scrapID);

in order to activate the device on the space object, the args.target_id gives me a 0 as target ID everytime. But if I spawn a generator.AddContainer instead which in fact still spawns a space object instead of a container, then if i use:
npc.DeviceActivateOnObject(currentObjective.npcID, "device_scrap_metal", currentObjective.scrapID);

on the object, the device gives me the correct target_id... so weird. I'm not dreaming. I'm actually recording this.



EDIT
nevermind... It's actually another kind of bug. The containers are really containers but somehow when I am on the station Interior model, even though it has no colliders, it disables the ability to grapple the container. So I gotta push the container outside of the station interior in order to grab it. I'm gonna try thinking of something to compensate for that. It's as if there's something that checks for the bounds of the station interior and even though it doesnt show the ability to dock, it disables the ability to grapple... But it doesn't do that for the repair station and refuel station.
#153
Mods / Re: Drone/Follower mod // in-progress
February 17, 2019, 02:24:42 PM
discontinued 2023 july 29th . by ninekorn
#154
Mods / Re: Drone/Follower mod // in-progress
February 14, 2019, 03:22:02 AM
discontinued 2023 july 29th . by ninekorn
#155
Mods / Re: Drone/Follower mod // in-progress
February 13, 2019, 02:31:49 AM
discontinued 2023 july 29th . by ninekorn
#156
nevermind... the DLC isnt compatible yet with my mods and somehow it got reactivated so it crashed the game everytime. It seems to be working. I'm not sure. I'll keep testing.
#157
Hello!

I am working on this scrap Metal mod. Void Expanse will start having elements of an RTS ;)

But game.GetObjectCoordinates(sys_idNPC, debris) is not working on spaceObjects it seems. It just crashes the game without any errors in the console. I don't know why.
#158
Mods / Re: Drone/Follower mod // in-progress
February 12, 2019, 01:17:56 AM
discontinued 2023 july 29th . by ninekorn
#159
discontinued 2023 july 29th . by ninekorn
#160
discontinued 2023 july 29th . by ninekorn
#161
Mods / Re: Drone/Follower mod // in-progress
February 09, 2019, 12:31:47 AM
discontinued 2023 july 29th . by ninekorn
#162
New video release on my current Mod Status. Tell me if you enjoyed watching. The old VR project is in Hiatus anyway. I got bored and obviously noticed it took MUCH much longer than expected lol... So I went back to Void Expanse scripting weeks ago. Take a look at where the mod is at now. It's in development so nothing is perfect though.

https://www.youtube.com/watch?v=uCdIOIfD4mM
#163
Mods / Re: Drone/Follower mod // in-progress
February 07, 2019, 08:37:40 PM
discontinued 2023 july 29th . by ninekorn
#164
It's always private while i'm scripting and modding stuff. But if it flashes red on your side with the amount of times im restarting my server and relogging in the main server, it's just because i'm testing and I need to restart the server, as sometimes a simple debug.reinit wont work.
#165
I'm just worried to get banned lol. Don't do it though coz im working on nice mods. Aka at the moment, destructible stations.