Jump to content

Joedpa

Members
  • Posts

    175
  • Joined

  • Last visited

Everything posted by Joedpa

  1. My game keeps crashing, how can I know what is causing this?
  2. I was working on a Skyrim quest mod until my time was too rough. Too bad...
  3. So, I have this issue with light from the torch right here: http://s27.postimg.org/gi8by50b7/2014_10_31_00003.jpg Is this normal? I have installed Climates of Tamriel and Enhanced Lights and FX by the way.
  4. Guys... I seriously need help. Not even a Skyrim scripter knows why it does not work.
  5. I'm trying to make a script in which an actor in the Creation Kit dies when a custom quest reaches certain stage. I set him as essential, and use the KillEssential script. But no matter what functions or events I use, he continues to be alive. No matter if essential or not. Please, can someone help me with this script? It can't be so simple yet so hard... This is the current script that does not work: The script is put on an alias, which is over an actor that is part of the quest.
  6. Hey, so how do I call a function in scripts? For instance, I want to kill an NPC when a certain stage in a quest is reached.
  7. Okay... the trigger box works... but remember the objective "Go to that cave"? The first one? Well... it does not dissapear. It stays there all the time. Why? Script:
  8. Oh, never mind, now the trigger box works :)
  9. Well, this is a shame. Still, he always got a lot of hate.
  10. Add a quest property referring to your quest and fill it. Then use that property. I did this with you in one of our lessons. I know... but I forgot...
  11. Add the quest as a property. Quest property myquest auto Well, already did that, now read the last one I posted xD (because it does not work...)
  12. Well no, easier, why does my Trigger Box do not work? Script: Scriptname JPTriggerBox01 extends ObjectReference {The quest dungeon 01 trigger.} Quest Property JPTestQuest Auto Actor Property PlayerREF Auto Event OnTriggerEnter(ObjectReference akActionRef) If akActionRef == PlayerREF JPTestQuest.SetObjectiveDisplayed(20) JPTestQuest.SetStage(20) EndIf EndEvent
  13. The script "GetOwningQuest" obviously does not work in objects. So, how can I change it to make the script know what quest I'm referring to?
  14. Well, it looks like a good idea to me.
  15. Well, since The Dagger Lady is still the last thing the player will face, her details will develop through time. Since I want to make the quest to blossom my ideas, the ones that I cannot do are the ones that I really want to be covered. I believe pretty much that the scripting and character behavior are the ones that I lack in. But even if I did know... making a questline mod by myself is... very very though. Trust me, I already tried to make my own personal 2D video game... that did not turn well...
  16. ----I hope this works and someone listens---- Okay, I am working on a quest mod right now. I want to become a quest-making modder, but it looks like I will not be able to do it alone. Why? I work and go to a pre-university classes where I most study and do homework. They are the reason why I only work for 3 hours in Monday until Friday. So, right now, I NEED a team of different modders that are willing to give me their hand into creating the things in a quest mod I cannot do. I'm not asking too much actually, I already know the following: (and if I don't know I'll learn because I prefer to do them myself) - Storytelling - Character Creation - Level Creation - Item Manipulation - Quest Editing What I mostly need is someone who can cover the rest of quest-related stuff. That goes for: - Scrpting - Character AI - Boss FIghts - Etc. It is being too difficult for me to learn because of time. So until then, I need someone who will do what I cannot. The quest information is here: Actually, this will not be the only one... if it is successful. I love making stories, I love making characters, and I love Skyrim. I want to show to the world what I am able to do, because in the future I want to be a videogame creator. So what do you say? Can I count on you?
  17. So... I would ask you something... but it looks like you will not see it in a pretty long time...
  18. It is the same in game. The weight 100 even made the character have a thin line where there was a neck seam not connecting the body to the neck. I'm using Mesh Rigger in order to change the bones of a body replacer into another.
  19. I made a custom body for an NPC of mine. But, when I try to change the weight of the character to something other than 100, the body does not change. The rest of it does (feet, hands and neck), it's just the body mesh that does not change. Why?
  20. Hi, I am working on a quest mod that features several armors from different authors. I found out that your Bosmer Armor Pack fits one of my characters pretty well. Take a look: http://postimg.org/image/ipqclnq2n/ So what do you say? Let me use your armor in my quest mod please? [:)]
  21. Hi, I am a future Skyrim modder. I go by the username Joedpa. I saw your armor Arise Black Sacrament. I want to use that armor you made in a quest mod I'm working on. If you are interested, you can check out information of the quest mod here: http://joedpaskyrimods.blogspot.com/ So, what do you say? Give me permission please? :)
  22. So it is a Windows problem after all... And actually, I sometimes end up doing nothing in my job, so that spare time I play Skyrim. Don't abuse, lol.
  23. I've been having this issue since the first time I installed Skyrim in my job's computer. Every single time I click on a software this window appears: Doesn't matter if it is the Skyrim Launcher, TESV.exe, ModOrganizer.exe, skse_loader.exe, creation_kit.exe, no matter what program, they always show me this message. For some reason, I am able to bypass it if I check "run as administrator" in the properties of the exe. But why? Why has this been always happening? I just want to know. Is there a problem with the CPU they gave me? Because if it is... I can't just say to my boss: - Hey boss... I need a better computer. - Why? - To mod Skyrim... My system information:
  24. Okay, I disabled two mods: Remove Exterior Fog and Riverwood Redeveloped, then the CTD did not happen anymore. Since I was not in Riverwood, I can assume that the Remove Exterior Fog was the problem.
×
×
  • Create New...