Jump to content

Grumpf_be

Premium Member
  • Posts

    145
  • Joined

  • Last visited

Nexus Mods Profile

About Grumpf_be

Profile Fields

  • Country
    Belgium
  • Currently Playing
    No man's sky
  • Favourite Game
    Elder scrolls all of them, No man's sky

Recent Profile Visitors

56053 profile views

Grumpf_be's Achievements

Collaborator

Collaborator (7/14)

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

Recent Badges

0

Reputation

  1. In this case we simply need a SFW tag and do not display any mod that was not confirmed with it. Easy enough... EDIT: on the other hand, NSFW: You're working so, except if you work at Bethesda or, I guess here ;), you shouldn't be on this site anyway!
  2. @Zaldiir: Unfortunately from Belgium uploading in one shot will fail all the time :( I did change ISP from Phone DSL to Cable today but a test will still take me the whole day. The problem is not only on my side though, we also have to take into account that some players have slow connection with bad reliability and will simply not try to download my 1.3 GB compressed mod in one shot...
  3. That could be nice but what's with the multi part archive? They don't show up anymore and I can't reupload them; I don't have the option anymore... I tried to upload a part file as an independent one but the server rejected it as unsupported (which is ok but why make the test after the upload is finished?). Some players are already complaining. Maybe we're not that many using the multi part or maybe it's Chrome? Thanks, Cheers!
  4. ScriptName MyScript Begin GameMode If (GetGameLoaded) let Initialize := 0 EndIf If (Initialize == 0) SetRaceAlias ImperialA Imperial SetRaceAlias ImperialB Imperial SetRaceAlias NordA Nord SetRaceAlias NordB Nord let Initialize := 1 Endif End Or why not ScriptName MyScript Begin GameMode If (GetGameLoaded) SetRaceAlias ImperialA Imperial SetRaceAlias ImperialB Imperial SetRaceAlias NordA Nord SetRaceAlias NordB Nord* Endif End
  5. Thanks, gonna try now! EDIT: Worked. Kudos to you. It's extremely annoying though, had to press I and delete things all the time... What are the different quads? cheers.
  6. Probably a noob question but: I created new textures for floors in the landscape edit settings. I can right-click and paint over some part of my cell but not everywherehttp://www.thenexusforums.com/public/style_emoticons/dark/psyduck.gif? Sometimes it works, sometimes I see nothing, some other times it paints with another texture... So I end up with some checker-like landscape... I guess it has something to do with exterior cells being editable or just seen as lod in the editor and a limit of the number of textures (6?) used in a same cell but... What can I do? http://www.thenexusforums.com/public/style_emoticons/dark/ohdear.png
  7. Very good news for two reasons: Bored to death explaining to people how to unzip multi part archive. Seriously, one question out of 5 is that; even with an optional doc described how to (not joking)... I have one of the biggest mod for Oblivion and uploading it through the website engine is a pain in the... neck. So very good for me if it stays a GPL. Cheers. @micalov: No. It is not modders role to control that. You never know when that feature will prevent it to work on a perfectly legal game.
  8. I don't get it. Do you want to add magic effect to one of your spell or do you have a problem with general Vanilla spell? For the first, use playmagicshadervisuals /playmagiceffectsvisual. For the second: wrong forum. Cheers.
  9. You don't necessary need a lot of scripting. Basically you need a kitchen with all the necessary appliances (that you can add one by one with a quest or just like house parts, buying them separately). Then a cooking book opened on the table, with a script attached: Short Ing1 Short Ing2 ... Short Device1 ... Short Possible Recipe1 Short Possible Recipe2 Begin OnActivate Player Set Ing1 to Player.GetItemCount "Ingredient1" Set Ing2 to Player.GetItemCount "Ingredient2" "Either :"Set Device1 to YourModQuest.Device1Purchased ; (0=Default=No, 1 = Yes set the variable to 1 after vendor dialog) "Or" Set Device1 to Player.GetItemCount "Device1" (if the player has it on him) .... If Ing1>0 && Ing3>0 && Device2>0 Set PossibleRecipe1 to 1 EndIf If Ing2>0 && Ing4>2 && Device3>0 && Device4>0 Set PossibleRecipe2 to 1 EndIf .... Set YourModQuest.Recipe1 to PossibleRecipe1 Set YourModQuest.Recipe2 to PossibleRecipe2 End -------------------------- In your quest script you'll then need a GameMode Block that will popup a menu as soon as one recipe is available. Remove the ingredients, add the new ingredient...
  10. Yikes! That's a bit beyond my skill level, as of now. Still, thanks for the idea. There is a fair amount of unusual scripting in already. I'm rather pleased with it. :) Should be releasing fairly soon. Simple uniqueness that will make you feel home... As simple as some nice royalty free songs playing in the background when you're inside. Things to fix annoyance like bounty, broken gear, discharged items etc. Nice NPC that will entertain you with a lot of dialogues depending on your quest achievements, a little dog that will bark then greet you... Not too complicated, I'd go for useless stuff: a growing plant, a color changing light with the season/time, a painting that'll reflect your last achievement etc. Even Bethesda did it with house improvements. Do it but without the straightforward 1 then 2 then 3. Offer a way for the player to improve the bedroom with 3 choices, but only one possible so the home will be customized. A nice shower with animations, especially with companion... 5 teleportation doors with corresponding spells (that you acquire with time) etc etc. I got more if you're not discouraged already :)
  11. http://www.tesnexus.com/downloads/file.php?id=36370 Should be your first reflex! Cheers.
  12. Why not use a magic shader on it? You can add a script to your weapon that will play the shader on draw for example.
  13. Perfect then. What's your code if we can be curious?
  14. Hi BlackStorm, This is probably not the answer you're expecting but if you know you have no time ahead, it's better you help some other modders with your talent (hint hint) than start something you can't finished. Trust me, you'll receive help but nobody is going to finish someone's else mod. Hope I'm wrong but I want to spare you the bitterness of unfinished businesshttp://www.thenexusforums.com/public/style_emoticons/dark/ohdear.png . Cheers, Grumpf.
×
×
  • Create New...