Jump to content

Scg666Mod

Members
  • Posts

    33
  • Joined

  • Last visited

Nexus Mods Profile

About Scg666Mod

Scg666Mod's Achievements

Contributor

Contributor (5/14)

0

Reputation

  1. Tried with preferred on and off and I think the boundries are ok and finalized but cant be sure. Veltoss, Do you have an e-mail I could share the file to via dropbox, it's too big to send and I would rather not publish it in it's very alpha stages?
  2. Hey folks. At a complete loss here, got a new worldspace that I have re-navmeshed a few times and just cant figure it out. My big problem is My A.I isn't working and I'm guessing it's the navmesh's fault. At this point I'm either going to have to throw out the project unless I get it sorted. If anyone believes they can help me I am willing to send them my mod for them to look over. Thanks in advance. -Scott
  3. Ok went back over the navmesh, maybe I've missed something in the tutorials cause I have no idea what's wrong. Uploaded Screenshots for you to have a look at.
  4. Cheers guys, will double cheak it tomorrow and let you know 2 am is not the time for this :D
  5. Not sure if this is suitable for a new topic as I posted regarding a similar problem earlier but I managed to solve that only to be struck with a new issue. Any time my ai packages require a change of location even down a set of stairs (Properly navmeshed) They just warp insteaid of walking. Any ideas? The packages do not over lap if that helps.
  6. Ok, issue 2 checked, still not working. Any other ideas?
  7. would setting the ownership of the cell sort this, or does it have to be each individual object?
  8. Hey folks, currently working on a massive project, not wanting to give too many details right now as it would take me way too long to type out. I have a couple of issues I can't get worked out. Issue 1: Deleting actors when the player leaves the cell. I want to delete all actors of a specific grouping (Faction or Keyword maybe?) both dead and alive every time the player leaves the cell. However the player spawns them by pushing a button so none of them actually start off in the cell. Any ideas? Issue 2: Ai Packages I just simply cannot get the actors to follow them consistently. I have just duplicated existing ones and changed the necessary values to suit my npcs so I have no idea why they won't follow them. I have made sure that the "must complete" value is checked but this shouldnt be necessary. So far all I have is: Sleep package - Copied from a default sleep package Eating package - Copied from a default eat package Work package - Copied from Lucan from Riverwood Trader, actor won't go to the Xmarker behind the counter and just stands in the middle of the cell. I have ensured that navmeshes both inside and out are perfect and did all of them by hand to be sure. Thanks in advance folks, hope you can help. - Scott
  9. Hey folks, looking for a script that will delete all actors, both dead and alive with a certain keyword or faction etc (whatever is easiest) when the player leaves the cell. However, these actors are spawned via a button so none of them are in the cell when the player first enters. Thanks in advance.
  10. You were almost there, led me in the right direction. Created the landscape texture as you said but couldn't get it working. I also had to make a LandTexture object and assign the TextureSet to it. Thank a lot :D
  11. Hey guys, anybody know how to add new textures to the landscape editor?
  12. When I attempt to fill it out it trys to get me to select from the cell and as they aren't in the cell untill they are spawned I'm confused as how to add them.
  13. Hey folks, got a problem I've got a number of npcs that are spawned via dialogue no more than 10 at a time with a possibility of 20 different ones for an arena set up, i am now trying to set up a dismiss fighters option and on another forum was told this may work Int iIndex = AllPossibleActors.Length Int i = 0 While i < iIndex i += 1 If AllPossibleActors[i].HasKeyword(DeleteOnDialogue) AllPossibleActors[i].Delete() EndIf EndWhile However this will not work because the actors are not in the cell to add to the AllPossibleActors property. Anyone got any other idea?
  14. Hi folks, anybody knowe how to make npcs totally ignore combat?
  15. Ok so I've implemented it with one issue, I can't add all the actors to a the AllPossibleActors list because they are not in the cell to begin with. To spawn them I with a character who then spawns them via a SpawnPoint.PlaceActorAtMe() line attatched to the dialogue. This means that a LVL Actor is spawned which is one of 80 + different actors with around 20 possible options eachtime it occurs
×
×
  • Create New...