Jump to content
⚠ Known Issue: Media on User Profiles ×

DKong27

Supporter
  • Posts

    4
  • Joined

  • Last visited

Nexus Mods Profile

About DKong27

Profile Fields

  • Country
    United States

DKong27's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. With this talk of ads it brings back something I have wondered in the past. I payed the $2 (plus a small international payment charge >.> ) to become a Supporter. How does an upfront payment compare to the loss of ad revenue? Ads generate such a small amount at a time, but eventually the ads you aren't seeing would've generated more revenue right? I guess I can math that out. If a typical impression is worth between $.001 and $.0001, $2 would be 2000 to 20000 impressions. If every page has 4 ads, that would mean ad revenue would overtake Supporter revenue between 500 and 5000 page views. I have no idea how many page views I would have since becoming a Supporter, but 500 doesn't seem difficult for a heavy user.
  2. I paid the Supporter subscription a couple years ago, $2 is nothing for a great website I have used for years. Admittedly it was a bit annoying that my bank charged a few extra cents for an international charge, but whatever. Someone else has pointed out that Adblock Plus has an option to whitelist certain "unobtrusive ads" which is free to register for as a small business. Not sure if Nexus would qualify, but it might be something to look into. Ads are definitely a touchy topic for the "internet generation" so to speak. I try to disable ads on websites I support, but I am very quick to revoke that privilege if an obtrusive ad comes up. It baffles me that my grandparents pay for television services that are literally 20% advertisements.
  3. I'm working on a mod with some MessageBoxes working as a configuration menu. I've had some issues along the way but it seems to be working fine now except for a minor issue. Each level of the menu has a Return option which ideally would return the menu to the previous stage, but instead it closes the menu entirely. Not really sure why it would act this way. scn DKTrainingGuideConfigScript short button short menulevel begin OnEquip MessageBox "Trainer Seeking configuration. What would you like to do?", "Return", "Track Trainers", "Stop Tracking Quest" SetStage DKTrainingGuideQuest 11 set menulevel to 1 end begin MenuMode if menulevel == 0 return else set button to GetButtonPressed endif if menulevel == 1 if button == 0 set menulevel to 0 return elseif button == 1 MessageBox "What specialization is your desired skill under?", "Return" "Combat", "Magic", "Stealth" set menulevel to 2 elseif button == 2 SetStage DKTrainingGuideQuest 200 set menulevel to 0 endif elseif menulevel == 2 if button == 0 set menulevel to 1 ;return elseif button == 1 MessageBox "Which combat skill do you want to find trainers for?", "Return", "Armorer", "Athletics", "Block", "Blunt", "Blade", "Hand to Hand", "Heavy Armor" set menulevel to 3 elseif button == 2 MessageBox "Which magic skill do you want to find trainers for?", "Return", "Alchemy", "Alteration", "Conjuration", "Destruction", "Illusion", "Mysticism", "Restoration" set menulevel to 4 elseif button == 3 MessageBox "Which stealth skill do you want to find trainers for?", "Return", "Acrobatics", "Light Armor", "Marksman", "Mercantile", "Security", "Sneak", "Speechcraft" set menulevel to 5 endif elseif menulevel == 3 if button == 0 set menulevel to 2 ;return elseif button == 1 SetStage DKTrainingGuideQuest 104 set menulevel to 0 elseif button == 2 SetStage DKTrainingGuideQuest 105 set menulevel to 0 elseif button == 3 SetStage DKTrainingGuideQuest 106 set menulevel to 0 elseif button == 4 SetStage DKTrainingGuideQuest 107 set menulevel to 0 elseif button == 5 SetStage DKTrainingGuideQuest 108 set menulevel to 0 elseif button == 6 SetStage DKTrainingGuideQuest 111 set menulevel to 0 elseif button == 7 SetStage DKTrainingGuideQuest 112 set menulevel to 0 endif elseif menulevel == 4 if button == 0 set menulevel to 2 ;return elseif button == 1 SetStage DKTrainingGuideQuest 102 set menulevel to 0 elseif button == 2 SetStage DKTrainingGuideQuest 103 set menulevel to 0 elseif button == 3 SetStage DKTrainingGuideQuest 109 set menulevel to 0 elseif button == 4 SetStage DKTrainingGuideQuest 110 set menulevel to 0 elseif button == 5 SetStage DKTrainingGuideQuest 113 set menulevel to 0 elseif button == 6 SetStage DKTrainingGuideQuest 117 set menulevel to 0 elseif button == 7 SetStage DKTrainingGuideQuest 118 set menulevel to 0 endif elseif menulevel == 5 if button == 0 set menulevel to 2 ;return elseif button == 1 SetStage DKTrainingGuideQuest 101 set menulevel to 0 elseif button == 2 SetStage DKTrainingGuideQuest 114 set menulevel to 0 elseif button == 3 SetStage DKTrainingGuideQuest 115 set menulevel to 0 elseif button == 4 SetStage DKTrainingGuideQuest 116 set menulevel to 0 elseif button == 5 SetStage DKTrainingGuideQuest 119 set menulevel to 0 elseif button == 6 SetStage DKTrainingGuideQuest 120 set menulevel to 0 elseif button == 7 SetStage DKTrainingGuideQuest 121 set menulevel to 0 endif endif end
  4. I found this from Google searching. I have the same problem with my Dunmer male. I Shout (ot ratherwhisper in this case) and I see the taunt in subtitles, but there is nothing audible. I thought this was normal until I was watching a Youtube video where the character could hear his insults. Sounded like maybe a Breton or Bosmer, not sure.
×
×
  • Create New...