Jump to content

[Custom Character Script+Art Collab Request] OnyxAzuretail


Recommended Posts

Hello everyone, I have a similar post on here mostly about scripting help and i have been receiving  abit of help from a generous member called "DrSmugleaf" i am looking to expand this and get more assistance both from Scripters and from Artists, As i cannot even begin to draw a strait line or a stick figure for that matter. HorribleArts skills, woo.

Anyways, I have ideas and things i would like to see come to life in Don't Starve Together, Though i have little knowledge and i am trying to understand how to mod better but i don't think much is sticking with me and would like more assistance in trying to get some scripts working on my ideas that some people just can't do lone, or would be easier to do with a group any help is appreciated and i really want to see this idea come to life in-game.

Basically on the Art side of this I have two items that need a little drawing up which shouldn't be too bad while others script and i follow along to try and learn and see what does what and what do-dad goes where

And then there is the character, A regal dragoness queen called "OnyxAzuretail" Which i think the bulk of this will come from i wish to have drawn and implemented into Don't Starve Together i don't really have much in mind other than Scales/Mostly human And a good lizardy tail. She is a rather soft and reserved Dragoness

Here is what i wrote up with what would possibly need what any help is appreciated and i will be trying my best as well, Really want to see this come out c: Please and thank you all in the future who help [At the end i will ask for Names/Steam names to add as collaborators and give due credit, sorry if this looks sloppy!]

 

Nickname: The Azuretail COMPLETED
Motto: Oohh, Shiny! COMPLETED

HP: 150 COMPLETED
Hunger: 170 COMPLETED
Sanity: 180 COMPLETED

Perk:
~Can breathe blue fire/Cooks better food [Offensive and Utility](Need to add a Fuel bar? consumable Charcoal and Nitre to Refill) COMPLETED - Thanks to DarkXero
Cooks better food^(Better cooking Quality of foods the character cooks, More hunger/HP Filling?)

{NEED Script}

~Radiates Heat (Bit more than a Torch during winter?, Light as well){IN PROGRESS}
~Physically Weaker+Resistant to sanity drain (Wendy perk) COMPLETED

Starting items:
Queen's Azure Scale (For creating item to spawn Drakelings, usable only by Her. Respawnable or Re-Craftable?) {NEED Script+Art}

Queen's Azure Tiara (Wearble, Usuable for 5 days, +15% Speed, Head slot) {COMPLETED? NEED Art}

Azure Egg (Births into Wyvern, slightly Stronger than Drakelings, Takes 3 days to Hatch by fire/Warmth, Can be cooked , Onyx Lays one Randomly upon eating "Fuel" 10% Chance?) {NEED Script+Art}

[Followers] Wyverns and Drakelings {NEED Scipt+Art}

Quote for egg "W-what was that?" {NEED Scripting}

Carries 3 more items than normal(Likes to collect things) {NEED Scripting}

[Craftable Item] Azure Queen's Staff
Ability to spawn Creatures (Drakelings 100 HP, 15 Damage, Max 2. Sleep by heat during night unless attacked or Onyx is Targeted)
Spawns Drakelings to Follow Onyx
100% durability, -10% Per spawn
Materials; Charcoal x2, Ash x2, Gold x1, Queen's Azure Scale x1 {NEED Scripting+Art}

[Craftable Item] Queen's Azure Tiara
+15% Movement speed
5Days of Durabiity
Materials; Gold x3, Charcoal x1, Ash x2 {IN PROGRESS, Scripting Portion, NEED Art}

 

EDIT: I also have created a github with what files i have already uploaded there, Thanks to "DrSmugleaf" again for the guidance. Also please ask if any more info is needed!

 

EDIT2; 9/30/2015- It seems this is out of date, anything more will be posted in the Don't Starve Together workshop under the character "OnyxAzuretail" Thanks for reading anyways!

Edited by xTheFallenOnesx
Link to comment
Share on other sites

Bump, Got a little bit more done thanks to DarkXero, Can now shoot fireballs and stuff ablaze, Still looking for other to assist in Scripting and the artwork c: Let me know as i have a Github as well as uploaded what the current mod is onto the Steam workshop under the Characters name "OnyxAzuretail" Still need lots of work I've bene trying myself but its been really hard to focus and i have no downtime my mind is not helping with its ramblings

Link to comment
Share on other sites

Radiates heat and light

You can see the changes in "files changed"

 

I swear, no one listens to me when I tell them "use GitHub!". Makes it a thousand times easier. Instead of having to ask for the mod folder then download it then place it then activate it then test it then write it then proofread it then test it then copy it then paste it then write it then proofread it then activate it then test it then save it then upload it/write it and have the guy have problems or crashes I can just write it test it and merge it. (In this case I didn't even test it because I'm lazy and it's from one of my characters anyways so it should work)

 

What the **** have I done though

Edited by DrSmugleaf
Link to comment
Share on other sites

I dunno i think i get the same feeling, People just ignoring when i mention Github at all. I've bene trying to mention i have it and stuff and that it's up to date, but it either gets brushed past and i just end up uploading and downloading the folder or people are just too busy xD. I dunno something like that

I haven't linked it or anything yet because noone asked, but the same is the same as it is here. xTheFallenOnesx I can add you as a collaborator, Would DarkXero Too, but i think others prefer just the folder stuff. And sorry for the slow reply mother kidnapped computer.

Missing name? It works but you broke something? x3

 

EDIT: I've been trying it out, I don't seen any light being emitted, As for heat i am unsure. Made it nighttime and its just pure darkness! I looked at the lua and it seems to say only winter, Does that mean the light and Heat is only for winter? I was thinking more of this being on All seasons and times

Edited by xTheFallenOnesx
Link to comment
Share on other sites

Radiates heat and light

You can see the changes in "files changed"

 

I swear, no one listens to me when I tell them "use GitHub!". Makes it a thousand times easier. Instead of having to ask for the mod folder then download it then place it then activate it then test it then write it then proofread it then test it then copy it then paste it then write it then proofread it then activate it then test it then save it then upload it/write it and have the guy have problems or crashes I can just write it test it and merge it. (In this case I didn't even test it because I'm lazy and it's from one of my characters anyways so it should work)

 

What the **** have I done though

 

Also i don't seem to be getting that whole issue with examining stuff, Is that only for the mushroom thing in the ground? Or is it because i don't think its working, I tried changing the season to Autumn but it just loaded like normal and seemingly didn't do anything

 

EDIT: I changed the winter to Autumn and its working during day,dusk and nighttime so that is good. How would i make it work in all seasons though as well? I tried adding it like this

--Radiating Light+Heatlocal function HeatFn(inst)	if TheWorld.state.season == "autumn","winter","summer","spring" then		return 20+10	else		return 10	endend

And i guess it was saying i couldn't add , In there.

Edited by xTheFallenOnesx
Link to comment
Share on other sites

Oh, I thought you only wanted the heat and light functions during winter, it would be like this then:

local function HeatFn(inst)    return 30end

Edit: Also, that makes it so everyone but the emitter (your character) gets the heat.

As for the light:
 

local function LightFn(inst)	inst.Light:Enable(true)end
Edited by DrSmugleaf
Link to comment
Share on other sites

 

Oh, I thought you only wanted the heat and light functions during winter, it would be like this then:

local function HeatFn(inst)    return 30end

Edit: Also, that makes it so everyone but the emitter (your character) gets the heat.

As for the light:

 

local function LightFn(inst)	inst.Light:Enable(true)end

Huzzah yes that works, I tried so many differen't things and i just either broke the Game or it wasn't working at all anymore, It works all the time now i even went into winter and it was still on. I even went and changed the color of light emitted, Took me a while to figure out that it was a min and max and not just some weird mumbo jumbo http://i.imgur.com/9DwTrvt.png

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...