Author Topic: destructible stations - in-progress - ninesmods development  (Read 15363 times)

ninekorn

  • Full Member
  • ***
  • Posts: 231
    • View Profile
Title: SC-Drones
Image: coming soon.
Author(s): ninekorn
Description: drones
Current Mod version: Beta V0.2
Game version: latest
Game mode: all
Versions:




V0.1: https://youtu.be/J7g7dVo-hCk

  • The Drones/follower are only following the owner/player. They have no other decisions
Date completed: 2017-07-10


V0.2: https://youtu.be/Nu06sZGVmpc


Current completed behavior:
  • The Drones/follower are following the owner/player to get close to a certain distance of the owner/player
  • The Drones/follower are also chasing after their owner/player if the owner/player gets away of a certain distance
  • The Drones/follower are also now attacking pirates when the pirates are at a certain distance from the drones/follower
  • The Drones/follower are also now unlocking from their targets (pirates) if the owner/player gets too far away from them and instead are deciding to chase the owner/player
  • The Drones/follower are also now NOT attacking Miners-Turret-Merchant at will. will try to implement more features here so that if they get attacked by those that they engage and if the player decides to attack those Miner-Turret-Merchant that they also attack them

Objectives to complete:

  • The Drones/follower need to be able to dock Inside the owner/ship and also undock at the press of a button.
  • ***Completed***The Follower need to be able to "dock" or be instantly docked Inside the player when the player docks at a station.***Completed*** The Follower Docks on station when the player is docked on station. Otherwise it follows normal routine.
  • ***Completed***The Drones/follower need to be able to also jump from Jumpgates to follow player if they are undocked from the player.***Completed***
  • ***other important behavior implementations***

Date completed: 2017-07-11
« Last Edit: February 06, 2021, 12:44:39 pm by ninekorn »

ai_enabled

  • AtomicTorch Founder
  • Hero Member
  • *****
  • Posts: 2017
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #1 on: July 10, 2017, 10:04:29 pm »
Looks interesting!

Lurler

  • AtomicTorch Founder
  • Hero Member
  • *****
  • Posts: 1325
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #2 on: July 12, 2017, 06:45:12 am »
Indeed, if you finish this mod into a complete form I'd like to feature it on the site, as I'm sure many people could find the idea interesting :)
Don't forget to upload the mod to Steam later as well.

ninekorn

  • Full Member
  • ***
  • Posts: 231
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #3 on: July 12, 2017, 10:12:29 am »
Ok! I dont know when i will be done as I would also like to do models for the mod. I got my job approx 40 hours a week but right now im devoting all my freetime to this mod! because i love the game.

Lurler

  • AtomicTorch Founder
  • Hero Member
  • *****
  • Posts: 1325
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #4 on: July 12, 2017, 09:51:11 pm »
No worries. Whenever you are done just post here and we will think of something :)

ninekorn

  • Full Member
  • ***
  • Posts: 231
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #5 on: July 13, 2017, 01:29:48 am »
I need to create a player entity in the game without it beeing a real player if that makes any sense. I wanna try something out. Can you guys tell me if you've got a function like that or at least point me at the right script to look at for player generation? Also which script decides where player is spawned. Sorry for asking a lot of questions.

Lurler

  • AtomicTorch Founder
  • Hero Member
  • *****
  • Posts: 1325
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #6 on: July 13, 2017, 01:40:47 am »
Not sure about create a "player", but some missions in the game give you a follower ship. It has its own AI and follows set of rules. You can see how it works for those missions. Hopefully it helps.

ninekorn

  • Full Member
  • ***
  • Posts: 231
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #7 on: July 13, 2017, 01:46:26 am »
I really need to keep more than one system alive at all times if possible. My solution was to create an empty entity "player" to do that in each system that I want alive.

For instance.  I know that systems are "alive" when there is a player Inside of them at all times. Thats what i understood at least. But with my mod plans i need to have more than 1 system alive without the need of having a player Inside of it. Is there a solution for this?
« Last Edit: July 13, 2017, 01:55:44 am by ninekorn »

ninekorn

  • Full Member
  • ***
  • Posts: 231
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #8 on: July 15, 2017, 02:06:16 pm »
Ok ive managed to fix a lot of bugs in version 0.2 of the follower/drones mod. Ive also decided to separate the follower Mod from the Drone mod. Right now the version will be v0.3Follower mod. I will work later on the drone mod. Down you can read changes and bug fixes for Version v0.3 of the Follower mod.


Title: SC-Follower
Image: coming soon.
Author(s): ninekorn
Description: drones
Current Mod version: Beta V0.3
Game version: latest
Game mode: all
Versions:

V0.3: https://www.youtube.com/watch?v=qgP3BLgjxMY&feature=youtu.be

Current completed behavior:
•The Follower are following the owner/player to get close to a certain distance of the owner/player which i call the AI closestDistanceToPlayer.
          * If pirates are coming Inside a specific radius around the player the follower will start attacking the enemy Inside the closestDistanceToPlayer. The Follower will also chase the
             Pirate in the middleDistanceToPlayer but not in the furthestDistanceToPlayer.
          * If the player is docking at a base in that closestDistanceToPlayer then the follower will stop all actions and will also start the docking procedure.
          * If the player is jumping in a Jumpgate from that distance then the follower will also stop all actions and jump with the player.
          * If the player is Inside a station and the follower is very far away from the player for some reasons then the follower will retrace which station the player is currently docked at
             and follow the route to that station and dock Inside the station.
          * If the player undocks from the station then the follower will also undock from the station.

•The Follower are also chasing after their owner/player if the owner/player gets away of the closestDistanceToPlayer and is in the middleDistanceToPlayer.
          * All the behavior of the closestDistanceToPlayer AI still applies to the middleDistanceToPlayer AI. The only difference really beeing that in that range if the Follower
             AI doesnt have any targets it will try to get closer to the Player to get Inside the closestDistanceToPlayer.
         
•The Follower are also now unlocking from their targets (pirates) if the owner/player gets too far away from them and instead are deciding to chase the owner/player.
          * This behavior happens when the player is out of the closestDistanceToPlayer and out of the MiddleDistanceToPlayer. AI would then be in the furthestDistanceToPlayer zone.
          * The docking and jumping procédures of earlier AI behavior still apply here but the AI will not lock on any targets close it itself. It will start locking on target when it gets in
             Range of the player (a fix is coming for this one. I want the Follower AI to start chasing the enemy whenever the distance of any enemy gets Inside the middleDistanceToPlayer instead
             of chasing the player to get Inside the middleDistanceToPlayer. Coz right now if the follower is Inside the FurthestDistanceToPlayer it will start chasing the player and will
             not target the enemies coming in the middleDistanceToPlayer once the follower itself is not Inside the MiddleDistanceToPlayer.
             
•The Follower are also now NOT attacking Miners-Turret-Merchant-Patrols at will. will try to implement more features here so that if they get attacked by those that they engage and if the player decides to attack those Miner-Turret-Merchant that they also attack them.

Objectives to complete:

• I need to create topics or a possibility of dialogue between the follower and the player when both of them are Inside a station. I have got no clue on how to create dialogue at the moment. I mean ive tried a lot of things but none work.
• I want to make it possible that in those topics the player gets the choice to repair the follower ship.
• I want to make it possible that in those topics the player gets the choice to buy items for the follower ship.
• I want to make it possible that when repair devices or mining devices are fitted on the follower ship that they also have the possibility to be activated.

Date completed: 2017-07-15



« Last Edit: July 15, 2017, 02:29:22 pm by ninekorn »

Wilmore

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #9 on: July 03, 2018, 11:20:19 pm »
Can't wait for this to be finished! It looks supercool  8)!

I'd love to use it on my local server :-)

Wilmore
It doesn't matter what we think of God, but what He thinks of us.       - Pascal

ninekorn

  • Full Member
  • ***
  • Posts: 231
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #10 on: July 08, 2018, 05:11:47 am »
I am working on a VR DesktopScreen program for the game Void Expanse prioritarily so the mod has been pushed back. But it's still my goal to finish it.
« Last Edit: July 08, 2018, 11:12:31 am by ninekorn »

ninekorn

  • Full Member
  • ***
  • Posts: 231
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #11 on: February 02, 2019, 03:04:09 am »
Hello guys. The drone mods has new content. The player can buy an "OnBoard Computer" and have access to all the benefits of the drones and ALSO can now access the Galaxy Market from within their ship. I'm sorry for the bad quality of the video though... I uploaded in 360p by accident. Please go watch it if you got 20 mins to spare.

https://www.youtube.com/watch?v=Hzt4QMw0tnA&feature=youtu.be

ninekorn

  • Full Member
  • ***
  • Posts: 231
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #12 on: February 07, 2019, 08:37:40 pm »
New video release on my current Mod Status. Tell me if you enjoyed watching.
https://www.youtube.com/watch?v=uCdIOIfD4mM

ninekorn

  • Full Member
  • ***
  • Posts: 231
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #13 on: February 09, 2019, 12:31:47 am »
« Last Edit: February 17, 2019, 10:26:10 pm by ninekorn »

ninekorn

  • Full Member
  • ***
  • Posts: 231
    • View Profile
Re: Drone/Follower mod // in-progress
« Reply #14 on: February 12, 2019, 01:17:56 am »
New video station Mod with repair drones at the repair platform! Video is approx 5 mins.

https://www.youtube.com/watch?v=Z723_dHy7tE&feature=youtu.be