Do you need any scripters?

In order to implement content in-game, you must be a Developer. This is the place for you to introduce yourself, and apply to become a TR Developer.

Moderator: Lead Developers

Locked
wiz1
Member
Posts: 17
Joined: Fri May 09, 2008 10:52 am

Do you need any scripters?

Post by wiz1 »

If not, I could make houses and dungeons and etc.
Here is a sample house I made in seyda neen.
Attachments
Clean TR Candidate.ESP
(66.31 KiB) Downloaded 92 times
[img]http://www.gamereplays.org/community/uploads/post-83889-1206906419.jpg[/img]
.
[url=http://z4.invisionfree.com/Potter_Planet/index.php?act=idx]Potter Planet[/url]
User avatar
RelinQ
Member
Posts: 882
Joined: Fri Feb 01, 2008 9:12 am
Location: Between Australia & Germany

Post by RelinQ »

we're always in need of more people to help out with AI, Dialogue and yes some scripting, mainly to do with questing. but if you feel you dont have a creative streak, well there is always lots of little other scripts people need.

Otherwise, best idea would be to make a quest or show some sample scripts used in gameplay and put them in a showcase. :)

Welcome to TR.
MMMowSkwoz
Developer
Posts: 835
Joined: Mon Oct 27, 2008 11:18 pm
Location: London

Post by MMMowSkwoz »

Hi there,

Members are only allowed a single showcase, so an admin will probably come along and merge both of yours soon.

To answer your question, you usually cannot be promoted for scripting alone. The most usual area for scripting to be used is in quest making, so if you feel like making a quest showcase, we'd love to see some scripting in there. Otherwise, scripting is always a useful skill to have, so if you're promoted for interiors I'm sure we'll find a use for it :)

I downloaded your file. I won't review your interior since I'm not an interior modder, but a few comments:

- The file is dirty: some unrelated cells have been marked as modified.
- Your house is a single shell. You'll need to submit an interior which has used gridsnap to show you can use it properly.
- You file is only dependent on Morrowind. This is not a problem, but you will need Tribunal and Bloodmoon to mod for TR.
MaMeeshkaMowSkwoz - choose your syllables
wiz1
Member
Posts: 17
Joined: Fri May 09, 2008 10:52 am

Post by wiz1 »

I do have TB and BM. Here is a VERY UNFINISHED Seyda Neen Mages Guild. I was working on this a few days ago, and it does have one quest. BUT it does need Children or morrowind. It may work without it, but the Wizard there is a very intelligent teen who joined the guild at a early age and is already a wizard. The interior is very empty. Also, here is a code i made a while back for my enjoyment.

Code: Select all

begin ob_newgate
float timer
short randomdaedrea





float xposx
float yposy
float zposz
set xposx to ( getpos x )
set yposy to ( getpos y + -100 )
set zposz to ( getpos z + 100 )
set timer to ( timer + getsecondspassed )



if ( timer > 5 )
set timer to 0
set randomdaedrea to random, 11
placeitem "ob_summon" xposx, yposy, zposz, 45
set daedraout to ( daedraout  + 1 )
if ( randomdaedrea  == 0 )
placeitem "ob_scamp" xposx, yposy, zposz, 45
elseif ( randomdaedrea  == 1 )
placeitem "ob_scamp" xposx, yposy, zposz, 45
elseif ( randomdaedrea  == 2 )
placeitem "ob_clannfear" xposx, yposy, zposz, 45
elseif ( randomdaedrea  == 3 )
placeitem "ob_ogrim" xposx, yposy, zposz, 45
elseif ( randomdaedrea  == 4 )
placeitem "ob_atronach_flame" xposx, yposy, zposz, 45
elseif ( randomdaedrea  == 5 )
placeitem "ob_atronach_frost" xposx, yposy, zposz, 45
elseif ( randomdaedrea  == 6 )
placeitem "ob_atronach_storm" xposx, yposy, zposz, 45
elseif ( randomdaedrea  == 7 )
placeitem "ob_hunger" xposx, yposy, zposz, 45
elseif ( randomdaedrea  == 8 )
placeitem "ob_dremora" xposx, yposy, zposz, 45
elseif ( randomdaedrea  == 9 )
placeitem "ob_winged twilight" xposx, yposy, zposz, 45
elseif ( randomdaedrea  == 10 )
placeitem "ob_golden saint" xposx, yposy, zposz, 45
endif
endif
elseif ( getdisabled = 1 )
return
endif

end
Attachments
Clean Seyda Neen Mages Guild.ESP
(15.35 KiB) Downloaded 85 times
[img]http://www.gamereplays.org/community/uploads/post-83889-1206906419.jpg[/img]
.
[url=http://z4.invisionfree.com/Potter_Planet/index.php?act=idx]Potter Planet[/url]
MMMowSkwoz
Developer
Posts: 835
Joined: Mon Oct 27, 2008 11:18 pm
Location: London

Post by MMMowSkwoz »

I don't have Children of Morrowind and therefore cannot open your file. For TR showcases, please make them only dependent on Morrowind, Tribunal, Bloodmoon, and TR_Data.
MaMeeshkaMowSkwoz - choose your syllables
wiz1
Member
Posts: 17
Joined: Fri May 09, 2008 10:52 am

Post by wiz1 »

Here. This should not need COM/
EDIT: wow. Should it be so small?
Attachments
Free Seyda Neen Mages Guild no COM.ESP
(795 Bytes) Downloaded 77 times
[img]http://www.gamereplays.org/community/uploads/post-83889-1206906419.jpg[/img]
.
[url=http://z4.invisionfree.com/Potter_Planet/index.php?act=idx]Potter Planet[/url]
User avatar
Lady Nerevar
Developer Emeritus
Posts: 6055
Joined: Tue Jun 08, 2004 8:42 pm
Location: New Orleans, LA

Post by Lady Nerevar »

nope, probably not. what is the plugin supposed to contain? right now its just an NPC, no quest or interior.
In hoc signo vinces

"you sex craved blue colored red eyed squirrel messiah of a fictional video game world!"
-PoHa!
wiz1
Member
Posts: 17
Joined: Fri May 09, 2008 10:52 am

Post by wiz1 »

It's supposed to put a little Mages Guild in seyda neen.
But TESDTK is making it REALLY small for some reason
[img]http://www.gamereplays.org/community/uploads/post-83889-1206906419.jpg[/img]
.
[url=http://z4.invisionfree.com/Potter_Planet/index.php?act=idx]Potter Planet[/url]
User avatar
Lady Nerevar
Developer Emeritus
Posts: 6055
Joined: Tue Jun 08, 2004 8:42 pm
Location: New Orleans, LA

Post by Lady Nerevar »

the plugin details contains only the TES3 heading and an NPC, so nothing besides the NPC was added. looks like you cleaned it a bit too thoroughly :P
In hoc signo vinces

"you sex craved blue colored red eyed squirrel messiah of a fictional video game world!"
-PoHa!
wiz1
Member
Posts: 17
Joined: Fri May 09, 2008 10:52 am

Post by wiz1 »

oblivion gate mod
Attachments
OBgates 0.3.zip
(434.31 KiB) Downloaded 101 times
[img]http://www.gamereplays.org/community/uploads/post-83889-1206906419.jpg[/img]
.
[url=http://z4.invisionfree.com/Potter_Planet/index.php?act=idx]Potter Planet[/url]
Locked