Sentrex
Retired Admin- 
				
Content count
975 - 
				
Joined
 - 
				
Last visited
 
Everything posted by Sentrex
- 
	Eh, why full guid?
 - 
	Temporarily remove contents of .gsc
 - 
	@ Is it?
 - 
	THIS IS NOT TESTED, PROBABLY BUGS. theThreadName() { while(true) { if(!isAlive(self)) updateOtherPlayers(self.raid); //run this function when the player dies } } //num is the var of the dead player's self.raid value updateOtherPlayers(num) { players = getALlPlayers(); //get all of the players in game for(index=0; index<players.size; index++) { //if the player's self.raid value is less than the dead one's then it doesn't change if(players[index].raid < num) continue; //if the player's self.raid value is greater than the dead one's it is reduced by one elif(players[index].raid > num) players[index].raid -= 1; } } /* for example, player with self.raid = 3 dies; num = 3 goes through each player's self.raid value when the player's value is 1 it doesn't need to be updated when the player's value is 2 it doesn't need to be updated the player with value 3 is now dead so nothing happens here when the player's value is 4 it is updated to become 3 and take the dead person's place when the player's value is 5 it is updated to become 4 and takes #4s place so on and so forth */ I don't have much time, this is something I typed up in about 5 mins so expect there to be flaws.
 - 
	
	
Okay so due to high demand I decided to finish of Oxidation. If anyone has a test server I can use that'd be great for final testing before release. I'm going away tomorrow morning for a couple of weeks so preferably soon. (Or y'all can wait until I get back)
 - 
	I was planning on starting from scratch, but since I don't have access to the current raid mod I wouldn't want to remove any changes y'all have already made. However if you already have a WIP then it might be a good idea to continue on from there?@@Cat I'd be more than happy to have some help, I'm going away for a couple of weeks from tomorrow but when I get back it would be nice to work along side you.
 - 
	Nah it's cool, I'll fix it tomorrow if you guy's will let me. It's not too hard to fix at our end.
 - 
	Aaaaaaand we have a winner!
 - 
	Well done everyone :)
 - 
	You've given me an idea..
 - 
	Didn't you just get denied?
 - 
	:okay:
 - 
	An interesting thing about me on the forums: I am the 69th user huehue
 - 
	You'd probably have to keep nuketown theme but do it from scratch
 - 
	Yeah, its up to Server Manager+. Unfortunately there's nothing I can do here
 - 
	Really not that simple
 - 
	How about; "I'm sorry but I don't think that's what I'm looking for blah blah, thanks for your effort though"You didn't have to be so blunt
 - 
	Don't ask for help if that's how you're gonna reach when someone attempts to help you.
 - 
	I feel kinda honoured to be included in this list, if no one else more experienced than me wants to do this then I'll happily give it a shot!
 - 
	Does it even need to be explained? He has used 2 textures on the whole damn thing.
 - 
	Do you have a red-ish vision file or have you just not compiled the reflections?
 - 
	Just a little update, sorry for the bump! Sound tool [COMPLETED] Lockscreen builder [40% Progress] Worldspawn viewer [Not Started] Model placer [Logic complete, needs port to C#] Menu builder (Berry's idea) [Will contact Berry] Generic script generator [20% Progress] Functions list [Not Started] Minimap maker [Not Started] Quick weather effects [Not Started] HUD builder [30% Progress] I will keep updating this post as things progress.
 - 
	Porkchop, At first when I read through you system I thought it was a silly idea to be honest, xp relative to how much a map is played seemed to not sit right with me. However, the more I think about it, the more it makes sense. I really like the idea! It's a good compromise and a well thought out system, extremely well explained too. I say yes to this system being developed. (I'd like to offer myself as someone who could help develop this if you need help)