Jump to content

Anikma

Premium Member
  • Posts

    360
  • Joined

  • Last visited

Nexus Mods Profile

About Anikma

Profile Fields

  • Website URL
    https://www.patreon.com/Anikma
  • Country
    Australia
  • Currently Playing
    Creation kit. Spent more time on that than skyrim.
  • Favourite Game
    Valiant Hearts: The Great War

Anikma's Achievements

Rising Star

Rising Star (9/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. http://i.imgur.com/hfQcORG.pngNew Armours and Banners. Update Time: It's been a while I know and to be honest I also know that this mod hasn't exactly been talk of the town but not that I really care. All those who have shown their support I thank you so much as you have no idea how much it motivates me to continue working. At this point in time I reckon I'm about 60% complete. The entire exterior worldspace is finished and I'm making good progress into the main quest. At the moment I have 462 lines of dialogue, which isn't much at all. ATM I have no voice actors and am not really looking for any just yet, I'll probably be waiting until towards the end before I get started on that. To all the veteran modders out there, especially ones with similar projects to mine, I want to ask you how you stay committed to modding. I find myself opening the CK less and less with it falling from the yesterday category, to this week then today when it finally fell outside of this month that I finally bucked up and opened it again. It also doesn't help that basically everyone who WAS helping me has left or simply vanished. So don't forget to leave your suggestions and comments below. If you want to help then please get in touch but ONLY if you think you can properly commit. Thanks and happy modding everyone.
  2. Will this be the apple mod? Hooray!
  3. As far as I understand it if you do not have permission from the original author, and the music is NOT listed in the public domain then you CANNOT upload it. I don't understand what you mean by "its only and esp" if you didn't package the music along with it then how can it play?
  4. Alright the way I would do it is to have a large trigger box around the entire bottom floor with an OnTriggerEnter event to enable the bottom floor and disable the top and an OnTriggerLeave to do the reverse. Unless I've missed something I believe that would be the easiest way.
  5. So if I understand correctly you want to have the Lights on the bottom floor deactivated when the player accesses the top? And that you want it to be triggered upon the opening of a door? This kinda going over my head :(
  6. I thought only 4 Dynamic lights can be on at any one time? So basically you want to have a light switch? What type of activator is it, what script are you using?
  7. Sound cool! I like the idea of the skill requirements for books. Maybe you could have some sort of reading skill as well :P
  8. I've never tried it but MAYBE you can control + click multiple factions for selection (it's unlikely). No you don't need to add EVERY faction, just major factions such as creature faction, undead faction, hostile factions (eg bandits) and town factions.
  9. I would have used a custom faction which absolutely hates everything else in the world. Just a quick note: The creation kit can be incredibly strange at times, I spent a solid 6 hours trying to get a quest to start only to find it miraculously working the next day. Always test from a clean save, sometimes I've found that starting a new game with your mod loaded helps as well. Then again there may actually be something wrong here but I'm afraid I'm stumped.
  10. You could try having the apple add the victim to a faction which is hostile to every other major combat faction. Yes it's tedious but I see no reason why it shouldn't work as I use this method to control the aggression of NPCs myself.
  11. Did you use Oscape to generate your LOD, did you follow any specific tutorials? It's a very tricky process that took me days to nail correctly. The creation kit LOD generator is broken, you need to use Oscape, you also need to have your textures and meshes set up in the right folder as well as set the diffuses for the worldspace. , it's the one I used and it should be fine as long as you follow it word-for-word.
  12. Remember you also need to reference PlayerREF as an actor property.
  13. 1) I can't find the name of the sound file as I'm typing this from my phone but the script command you would use is MySound.Play() I'll have a look for the sound file when I get home. 2) Not sure about this, again I'll have a look when I can. 3) To execute a delay in a script use Utility.Wait(x) with x been the number of seconds to wait.
  14. Here is the wiki page about functions. You can add an OnEquip event to apply the eating effect, just have the script remove the apple and play the eating sound and it will almost be exactly the same as if it was food. I would just go with the miscitem man :P
×
×
  • Create New...