Jump to content

Grumpf_be

Premium Member
  • Posts

    145
  • Joined

  • Last visited

Everything posted by Grumpf_be

  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. Hi Chickie, verrrrry long time, I know. Just stopped to say happy Xmas. I'll mail you soon!

    Kisses from everyone!

  5. 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
  6. 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.
  7. 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
  8. 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.
  9. 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.
  10. 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...
  11. 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 :)
  12. http://www.tesnexus.com/downloads/file.php?id=36370 Should be your first reflex! Cheers.
  13. 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.
  14. Perfect then. What's your code if we can be curious?
  15. 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.
  16. Combine that with some conditions on your furniture and it should work. Now, if you want to stream music without OBSE you're more or less SOL unless it's a public place...
  17. Ah, this is where it comes from!!! :dry: Hi guys, I prefer you don't join the forum to ask for help, it's supposed to be for modders only (CLS team). On the other hand, if you want to go, join and then have the decency to unsuscbribe as soon as your problem is solved I'm ok with that. Preferably, you go ask about your problem, play, endorse and come back for some feedback & debug. :sleep: Cheers!
  18. Is this cell inside our outside? If it's inside, you can script the door(s) to reset the "doonce", if it's outside you can check the gamemode block about player being in the cell or not and reset the "doonce". I suggest creating a quest script to keep the variables. Now if you tell us what you really want to achieve it may be easier... Cheers.
  19. True, I forgot to reset XForm. I'll do another test as I need more scattered objects and I'll keep you posted. Thanks for all the help!!!
  20. Mmm actually I used 3ds max and the scatter function with some chaos... Oldwolf58 fixed it for me by importing/exporting it with blender... I guess it's probably due to the complex scatter function from max and whatever it did to the mesh. If anyone wants to investigate to know, I'll be glad to help but as for my project problem is solved so I don't need any help anymore. Thanks everyone, it's good to know they're help and expertise here!!! Cheers.
  21. Hi Ghogiel, it did indeed updated my normals so they look a lot bigger but the problem is still here... Just to be on the safe side, I will try to mess with textures and alpha property...
  22. Trying now! Thanks!!! Ok, it seems to have partially fixed the issue in the sense that it's more stable but still, something's wrong... Thanks a lot already though.
  23. I don't know if it's related but when trying to recolor a texture, the photoshop "match color" function as yet to be matched (pun intended). I, for example, tried to recolor Lava in blue and with Gimp using hue & saturation or color shifting and the result is horrible... With old 'shop, you open your texture and then create a simple gradient black-blue use the "match color" and boom, no horrible purple hue or things like that... If you're really bored: http://www.imageconverterplus.com/help-center/about-icp/supported-formats/dds/ and tons and tons of links just google. By default I personally use DXT5 from gimp, with mipmaps. (can't see from here but from top to bottom its not the last one DXT5, the one just above).
×
×
  • Create New...