| 
		
	
		| plutomaniac   Super Moderator
 
 Posts: 6,368
 Threads: 45
 Joined: May 2011
 Reputation: 
183
 | 
			| RE: Update almost ready! Brave testers needed! 
 
				Does this thing have balls or is it just me?    |  |  
	| 10-19-2013, 02:09 PM |  |  
	
		| TheWalshinator   Senior Member
 
 Posts: 280
 Threads: 3
 Joined: Jul 2013
 Reputation: 
4
 | 
			| RE: Update almost ready! Brave testers needed! 
 
				 (10-19-2013, 02:09 PM)plutomaniac Wrote:  Does this thing have balls or is it just me?  
Yea, it's just you.
			 
 You will see me, and weep in cold fear... |  |  
	| 10-19-2013, 02:11 PM |  |  
	
		| Traggey   is mildly amused
 
 Posts: 3,257
 Threads: 74
 Joined: Feb 2012
 Reputation: 
185
 | 
			| RE: Update almost ready! Brave testers needed! 
 
				 (10-19-2013, 02:09 PM)plutomaniac Wrote:  Does this thing have balls or is it just me?  
Those are, balls.
			 |  |  
	| 10-19-2013, 02:24 PM |  |  
	
		| TheWalshinator   Senior Member
 
 Posts: 280
 Threads: 3
 Joined: Jul 2013
 Reputation: 
4
 | 
			| RE: Update almost ready! Brave testers needed! 
 
				 (10-19-2013, 02:24 PM)Traggey Wrote:   (10-19-2013, 02:09 PM)plutomaniac Wrote:  Does this thing have balls or is it just me?  Those are, balls.
 Crab-chicken have genitalia?  
K den...
			 
 You will see me, and weep in cold fear... |  |  
	| 10-19-2013, 03:16 PM |  |  
	
		| Fatalist   Member
 
 Posts: 122
 Threads: 8
 Joined: Dec 2012
 Reputation: 
8
 | 
			| RE: Update almost ready! Brave testers needed! 
 
				What about this functions - SetPlayerPos and SetEntityPos?I am writing a script SetEntityPos("crate", 1, 1, 1);
 But its not work.
 
 EDIT: Nevermind, its work)
 
 EDIT2:
 And maybe will be you add a rotation around X, Y, Z axis and coordinate system to this function?
 SetEntityPos(string& asName, float afX, float afY, float afZ, float afRotX, float afRotY, float afRotZ, string& asCoordSystem);
 
 
				
(This post was last modified: 10-20-2013, 11:55 AM by Fatalist.)
 |  |  
	| 10-20-2013, 11:10 AM |  |  
	
		| DnALANGE  Banned
 
 Posts: 1,549
 Threads: 73
 Joined: Jan 2012
 | 
			| RE: Update almost ready! Brave testers needed! 
 
				Patrik, 
Another small idea\quesion to make stuff cooler or us. 
IS it possible to make inside the editor \ ENEMY a function that  
DISABLES the sanitydrain thing? 
We can just use : DISABLETRIGGER, for them to NOT attack player. 
--- 
Would be very usefull for us to make moving "enemy's" into NORMAL people who we can interact with. 
For example : a conversation or questions etc... 
Just another idea. 
--- 
Overall i don't see any big issues in the editor. 
Still bugtesting and trying to make the editor crash    HEhehhE!
			
				
(This post was last modified: 10-20-2013, 03:50 PM by DnALANGE.)
 |  |  
	| 10-20-2013, 02:56 PM |  |  
	
		| Fatalist   Member
 
 Posts: 122
 Threads: 8
 Joined: Dec 2012
 Reputation: 
8
 | 
			| RE: Update almost ready! Brave testers needed! 
 
				Old bug: Exit Inventory() dont have any effect. Can you fix them? For example, I use health potion and inventory close immediately.
			 
 |  |  
	| 10-21-2013, 01:25 PM |  |  
	
		| FlawlessHappiness   Posting Freak
 
 Posts: 3,980
 Threads: 145
 Joined: Mar 2012
 Reputation: 
171
 | 
			| RE: Update almost ready! Brave testers needed! 
 
				There was a thing I was thinking about...
 Would it be possible that we could create our own potions?
 
 I bet the health potion is:
 When used
 {
 AddPlayerHealth(float);
 }
 
 What if we could create our own entity to be used in the inventory. We could be able to use variables, screen-effects, enhanced player action and more if we were able to do this.
 Would it be possible?`
 
 I'm sorry for making a new suggestion since it has already stopped, but I haven't thought about this before
 
 Trying is the first step to success. |  |  
	| 10-21-2013, 03:12 PM |  |  
	
		| WALP   Posting Freak
 
 Posts: 1,221
 Threads: 34
 Joined: Aug 2012
 Reputation: 
45
 | 
			| RE: Update almost ready! Brave testers needed! 
 
				 (10-21-2013, 03:12 PM)FlawlessHair Wrote:  There was a thing I was thinking about...
 Would it be possible that we could create our own potions?
 
 I bet the health potion is:
 When used
 {
 AddPlayerHealth(float);
 }
 
 What if we could create our own entity to be used in the inventory. We could be able to use variables, screen-effects, enhanced player action and more if we were able to do this.
 Would it be possible?`
 
 I'm sorry for making a new suggestion since it has already stopped, but I haven't thought about this before
 
I think this could be done already with a work around like this:
 
Make a custom health potion, name it as wished and give it a new icon. Make it so that it gives 0 health unless wished otherwise.
 
Make a script that triggers on pickup or when the potion is put in your inventory(trigger it however you wish to really). This script should check if the potion is in your inventory constantly, and trigger another script if it finds the potion to be missing. When you use the potion it would of course no longer be in your inventory which would therefore trigger the new script.
 
In the new script you put the desired function/effect of the potion and TADA! you have your own working custom potion. 
 
Havent really tested this myself but in theory it should work something like this.
			 |  |  
	| 10-21-2013, 03:38 PM |  |  
	
		| FlawlessHappiness   Posting Freak
 
 Posts: 3,980
 Threads: 145
 Joined: Mar 2012
 Reputation: 
171
 | 
			| RE: Update almost ready! Brave testers needed! 
 
				 (10-21-2013, 03:38 PM)The Mug Wrote:   (10-21-2013, 03:12 PM)FlawlessHair Wrote:  There was a thing I was thinking about...
 Would it be possible that we could create our own potions?
 
 I bet the health potion is:
 When used
 {
 AddPlayerHealth(float);
 }
 
 What if we could create our own entity to be used in the inventory. We could be able to use variables, screen-effects, enhanced player action and more if we were able to do this.
 Would it be possible?`
 
 I'm sorry for making a new suggestion since it has already stopped, but I haven't thought about this before
 I think this could be done already with a work around like this:
 
 Make a custom health potion, name it as wished and give it a new icon. Make it so that it gives 0 health unless wished otherwise.
 
 Make a script that triggers on pickup or when the potion is put in your inventory(trigger it however you wish to really). This script should check if the potion is in your inventory constantly, and trigger another script if it finds the potion to be missing. When you use the potion it would of course no longer be in your inventory which would therefore trigger the new script.
 
 In the new script you put the desired function/effect of the potion and TADA! you have your own working custom potion.
 
 
 Havent really tested this myself but in theory it should work something like this.
 
Yes of course it could be done by scripting    It just seems like it'd be possible, quite easy. All these work around scripts may seem simple when they stand alone, but together it can become quite a mess.
			 
 Trying is the first step to success. |  |  
	| 10-21-2013, 04:55 PM |  |  |