Jump to content

blackice504

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by blackice504

  1. i did and read the wiki and the link but i only herd about it been done on a Freelancer server ( another game ) i guess they where bs about banning with mac address, but thanks for the extra info about networking. This is why i love I.T there is always something new to learn about.
  2. That is funny coming from you who is swearing to try to prove there point, not once did i swear at anyone, what just because i do not spend hours on a forum correcting grammar and spelling mistakes means i am an idiot? LOL Writing and spelling and Grammar are only half of communicating, there is such a thing called voice. the last note i will not reply to you as you can not keep your cool in a debate in discussions, and constantly swear because you have nothing else better to do then to sit in a forum and swear at people when you have nothing else to say, but talk about peoples grammar. i think you would be banned. if anyone is banned.
  3. i never said all dells do not come with 64bit OS but many of them dont hardware and software are two different things.DOSbox look it up it is a emulation of DOS and it runs nearly all dos games secondly i said if you cant run a dos game use UBCD, that has DOS on it, Real DOS, that will run DOS programmes. Hirens boot Disk again google it, also has a DOS image you can boot from and with the Settings i posted before would get your sound running, because all everyone based there hardware on Creative labs sound blaster 16, for many years.
  4. all i can say as a server owner for tekkit and Ts3 and some forums ect good on you mate for posting this i would rather someone speak up then not say anything at all. the people on those banned list most likely deserved it i have not seen many servers to ban people for no reason although some cases it can happen. Why should we waste our time and money and hardware on Tools who grief and break rules and attack servers, i wonder if any of those people are kind enough to host anything for anyone and make it public domain i seriously doubt that. take a look at youtube its full of griefers ect. they also get banned. Yes many people have Dynamic IP, but there is away to ban there MAC address of there modem that fixes them everytime. (unless they buy a new modem).
  5. some companies are bad when you see 1000 go out and 600 come back mid through there life or maybe just at the start. i get to see that, this is why it is not an opinion, dell is shit, hp is a little better but crap. best to build your self.
  6. I find if its better and more stable to keep a balance is better, Java Xmx1G -Xms1G. i played around with these settings and after a full day of building the server was still running but java run out of memory and would not allow me to save the map as i believe this command is to give 1G to Minecraft and 1G to java for its tasks, but i could be wrong, but the problem never happened when both where of = value while pushing the server to its limits with lots of MC building. Also adding a loop to your batch file might help with server restarts. @echo off << looks better java -Xmx8G -Xms8G -jar tekkit.jar nogui Echo would you like to restart the server press any key to continue.... Echo Or Press Ctrl+C to stop the server from restart.... timeout /t 60 Echo Your Server is Restarting... call launch.bat With that you will be able to reboot your server in game with out going to console.( i hope ) or you could be really cool and add the following. @echo off << looks better java -Xmx8G -Xms8G -jar tekkit.jar nogui Echo Server will now backup... %zip% or %rar% exe %commands% %:\tekkitserver\%world name% %where you would to put your backup% Echo Your Server is now backed up.... Echo would you like to restart the server press any key to continue.... Echo Or Press Ctrl+C to stop the server from restart.... timeout /t 60 Echo Your Server is Restarting... call launch.bat Download your Fav Compression program that will work in command prompted, then place its exe in the folder of your tekkit server go into command prompt type in %name of compression prog.exe /help it will give you a list of commands that you can add to your batch file to make a backup of your server. Remember people batch was made for this so use it, if you do not know the commands for batch google it, you will find lots of commands, if not i will slap you with the MS-DOS book!!!! in hope that you will gain the know how of MS-DOS. Just kidding or am i? Pm me if you have any problems.
  7. Since i started playing Tekkit Minecraft, i really got hooked, i would just like to say Thank you to the Tekkit Team for all there time and Efforts put into there mod pack. I am, not sure if this is allowed but i think it should be ok to post this, list i have come up with and hope other people will add, mods that can be added to the Tekkit Pack. However, The Tekkit team should not be asked or responcible for mods you had added that do not work with there default pack, there job is to maintain there mod pack and trouble shoot that, not trouble shoot mods you or my self have tried to add. First on the list. Hot Air ballons. Tested and works well. http://www.minecraftforum.net/topic/1231648-125-hot-air-balloons-v21-forge-multiplayer-smp/ Simply Download Hot Air Ballons Mod for MC 1.2.5 add the client file to your Tekkit/mods folder Next Download Turbomodelthingy.zip, add the files in the zip to Tekkit.jar and modpack.jar in your bin folder located C:\Users\%username%\AppData\Roaming\.techniclauncher\tekkit, Notes#you may keep the %username% as this will get your user name and put in there, i let you know about Notes #this if you wish to make a SFX with winrar for your clan or server for a easy solution to distribute it. the default Config file works fine and does not conflict with any of Tekkit's block ID's Download Hot air Ballons for Server use the Bukkit version as Tekkit is Bukkit at its core, then add to your \Tekkit\Mods directory on your server Start your server, Run your client and Balloon Away. Please note when you first get in the balloon it tends to freeze the game for a few seconds and make sure you have coal and a water bukkit, and then you will be off. Advanced Solar Panels This is a Sexy addon from IC2 http://forum.industrial-craft.net/index.php?page=Thread&threadID=3291&pageNo=1 Basically it adds 3 new types of Solar panels that have built in Storage!!!!!!!!!!! and a small generator that makes 64EU of a nigth time. Download the mod from copy the zip file into your mods folder on your client and server. make a config file using notepad or notpad++ copy this config for block id's that work with tekkit. # Configuration file # Generated on 6/12/12 10:06 PM #################### # block ID has been changed to work with Tekkit to 386 and lets hope Tekkit not use this block in future. #################### block { blockID=386 guiAdvancedSolarPanel=113 guiHybridSolarPanel=114 guiUltHybridSolarPanel=115 } #################### # general #################### general { AdvGenDay=10 AdvGenNight=1 AdvOutput=32 AdvStorage=32000 HybGenDay=64 HybGenNight=8 HybOutput=128 HybStorage=100000 UltHybGenDay=512 UltHybGenNight=64 UltOutput=512 UltStorage=1000000 } #################### # item #################### item { } Start your server and client if you see black smoke coming out of your computer or server that is normal LOL, Just kidding. I Hope you like this and i hope the Tekkit staff do not mind this post. PS, when downloading a mod be sure to download the version of the mod for the current Minecraft version , For example Tekkit is currently 3.1.2 but its for minecraft version 1.2.5, so please remember that!. I am sure most of you know this anyway. Have fun!.
  8. when i say Gimped i mean the english meaning of Gimp maybe you to young to understand it but basically its a little man with a face mask on and a zipper over his mouth, and been dominated by a women. biggest thing i not a forum geek i reply when i can and i write when someone needed help, or someone like Fizzy is giving wrong info like he has and claiming to be an I.T expert when he just an administrator at best, i dont care about grammer, and releastically nether should anyone as long as the point is made seriously this a forum not a english class. Here is how your wrong, Home Edition, users do not have full freedom as proffessional or Ultimate as you claim they do, Networking is a big one , Windows XP / 2003 Server had way better options for Samba = aka windows File sharing, options for added security layers set groups ect, in Home Edition you do not get remote Desktop i think you can add it in but its a pain in the ass, 32bit is useless now days, especially for any app that wants to access more then 4GB even just stablity wise, windows 8 is a complete waste of time just like Vista. Microsoft has a Trend, Win 3.00 Good , Win 3.11 added some stuff for networking and UDMA hard drive support ect, windows 95 , a Complete waste of time and the most unstable OS ever made( my opinion on that ) Windows 98 good, win98 SE more like a Service pack to me as it addressed problems that win98 had, Windows XP the most Stable OS from Microsoft and people still use it today and i think for many years to come, My Media Streaming server is XP, Vista load of shit, any person that jumped for it had to much money to throw away dispite is new DX10 sexyness, i my self waited till Win764bit was what Vista should have been. Why this happens, i believe its a Panic with Sudden Changes to Tech that comes out, so they Rush an OS into production and slap a M$ approved sticker on it ( will not work out of box LOL ) and you have a minor update to an OS. Windows 7 is not perfect like everyone claims it to be as well, it has network issues that it got from Vista ect. Windows 8 is built for touch devices or touch screens or other wanks but if you ask any person who knows what they are talking about such devices have there limits compaired to a Desktop 1 been power ect so for such devices best install Ubuntu 64bit Desktop it will do all you want and runs Tekkit as wel, plus its a Faster OS and lighter in terms of Resources where Windows tends to rape resources. Here is the Difference between the Current OS. http://en.wikipedia.org/wiki/Windows_7 Read Physical memory limits for Windows 7 also Proc limits That is why the HOME OS is gimped especially for those people who have jumped the gun and stuffed heaps of ram that the hardware will see but there OS will not. Why i know what i talking about , i not just a Home user, i built my own computer company from the ground up worked for many different companies so i not just have a 1 user point of view like others might have, i deal with large Client Base, also deal with distro's so i get to see first hand what goes out, and what get sent back, what fails, what works. so Dragonshardz and Fizzy, if you say something make sure you have something to back it up. Dragonshardz its nice to see you stick up for your mate but when he gives bad advice it can waste peoples time and money, so he best off getting his ego stroked in some other way.
  9. Honestly after the Forestry guy made such a code i would never let any of his code on any servers that i have even if his little ego has mellowed down seriously he lucky he not anywhere near me i cant stand cowards like that, secondly i never really used anything from the forestry pack apart from that electric engine but, there is a fix for that using red power pipes wich work better to pull items from chests or using a Industrial Craft Addon called Transformers however i cant get it working on server as yet.
  10. i not sure if you and your friend know but i am in Australia Sydney so right not it is 6:35pm your friend icecube come at 15:05, i am 100% on after 6pm till 1AM GMT +10:00

  11. but wait i thought your a computer expert? you should know if it works or not. LOL Expert, yes it does work on windows 7 64 bit or if you silly enough to have 32bit, any dos program should work if you try hard enough via dosbox i have not seen a game that does not work in dosbox, but if you still have a problem running dos programs you can always use vmware workstation and run ubcd, or hirens boot disk. But then again dell is bundled with the gimped version of windows 7 so it probbley is 32bit home lol Dont forget to type in your sound settings if you done a clean boot. SET SOUND16=C:\TEMP; SET BLASTER=A220 I7 D1 H3 P330 T6 to everyone else this is a good site to for ye old dos games http://www.abandonia.com/en/game/all/Abandonware for the person who asked about legalities, depends some will state that they have been abandonent or there copyright has expired, or they have released them to public domain if that is the case then they are free.
  12. what you think the UK gov would use the best computer hardware for there offices lol no they use the cheapest like any other office, and if you cant tell the difference between a Dell Server wich is not bad but not good, or a Desktop, or cant even tell the difference between a the two I7 or know anything about Cas to RAS latency ErusPrime is right stop pretending to be TECH or I.T Pro, to me your one of those guys in the industry in it for the money. So you going to talk about your little history at Dell, ( Maybe this is why Dell Designs shit.) Here is my history in I.T I am an Electrical Engineer this is my background, Also did some corses into C# and Assembly Coding did not really take to programming to much i am more of a hardware guy but wanted to learn the basics, started working at computer markets at age 10 because the vendor was impressed by what i known and i always use to save and buy computer parts off him so he hired me, so even from young i have build my own computers, then worked at 18years till 24 old Pc/Quest we built Custom made computers for user end and small to medium Companies, also had my computers in Magazines for winning best computer of the year ect, then worked at Teleplan a DELL and HP Service Centre in Regents Park Sydney, i got to see first hand what Dell was all about and HP, with there cheap parts failing test or just Failing, i was just a number there thus 1 year later left, and worked for Asus for 2 years till they wanted me to work in Tiawan and live on Asus Campus i turned that down as that would have been my dream job but it was for Asus R&D and Terms and Conditions where like working for Military in R&D as you live on campus and phone calls and emails where read ect plus living in another country, not my thing. So did some work for my mates Company Aztech Technolegies wich is now Clarkson and Mclaren Corporate Communications, and this company Supplies I.T Support for Major Corps such as McDonalds Asia Pacific, IBM, ect. Now i own my Computer Company. PS. I Spend $2600aud on electricty in my home here in Australia due to all the Computers and Servers i own, ( 2 other people live with me ), i do not like people as it takes me away from what i do and love best, Playing with Computers. Last thing, if my Internet goes out i will call an Emergency Number (000) So in Short Mr Fizzy6868, when i say Dell and HP or any prebuilt computer is Shit i know what i am talking about i spent far too muh of my life on Computers and will most likely die from sort of Radiation or Something Crazy like that.
  13. Hi Rob i still not checked what i programmed into those computers but if you like i can give you my disk with all my progs on it and you can import to your server. pm for details.
  14. ops just checked the exact yes you are right but what i am after is to lower the sea level to say 32 or maybe even lower sea level. sorry i did not count exactly, i assumed and made an ass out of my self and thought 256 build hight thus 256 down, lol it loooks like that.
  15. agreed. on OS if windows don't get windows 8 just a wast use windows 7 64bit or linux ubuntu64bit.
  16. I can tell you as i am in I.T Specializing in hardware Dell or HP are shit, mostly put to gether with low end boards and cheap oem gpu's and sticking a heap of ram into a board that does not have the bandwidth is not going to do anything but slow you down. Secondly there is 3 i7 well now 2 I7 out there one is 1155 another is 2011 socket whats the differents well quad channels for ram on 2011 sockets, second no tech i know would use a dell so ether your in like the accounting department or your just a programmer or something. get a custom made machine for a desktop just tell your local supplyer what you want, second thing to remember Asus, there boards have 5 years warranty on good ones and work very well, Asus 560TI runs very well and cool, 240gb Kingston SSD hard drive and 1TB or 2TB seagate 7200RPM drive, in a mid tower, and not skimp on PSU use a brand name, as power supply is important, gskill ram or kingston ram, 8GB 1600Mhz is what i have on my workstations never needed more, "servers and graphic workstations do and when i say graphic workstations i mean 3D rendering like in milkshape or lightwave, heavy photoshop, or gimp, then get 16GB 1600Mhz "9-9-9,24" those extra numbers cas to ras timings "refresh rate". if getting a laptop get an Asus with Nvidia gpu and at leased 1GB dedicated gpu ram. Some info on Dell, now this info is based in Australia, right now in I.T i was at the Vmware 2012 on 14-15 of November and it looks like Dell might be going under in Australia not many server admins want to use them and not many hosting companies and Data Centers are buying them anymore. My own Research about dell most dell computers i have seen use the worst parts like Maxtor hard drives, yes now they are owned by Seagate, but the drives with maxtor are for low end "slow and shit", i have seen many with hard drive problems too many to be, low end boards rebadged oem with half the stuff taken off like the extra sata ports of internal usb headers, not to mention simple things like bios modded to be gimped half the settings taken out, now for a person like me i want those settings especially in trouble shooting, seen a fan RPM for cpu means i not need to open case, or a current temp, or maybe how many volts is going where, things like that you will not see in bios on dell or HP rebadged boards. Even HP had to buy 3com for there switch tech that they could not make them selfs, but for my switchs and routers i use cisco or build my own."routers" if you been using a dell for 10 years thats great you keep paying more money then the thing is worth, my self i get to see hardware from all over.
  17. there is a limit to how many frames you can have moving in the same area so check that you are not over the limit, second thing to check is the timing on the computer to make sure that the computer gives the motor enough time to cycle i have seen some crazy things with my road layer machine. This is something i have found to help as well attach a world anchor to your machine if its a moving type like the 6 axis engine.
  18. Hi, all i am interested in Map generation i have looked around and found out how they work ect but does not solve my problem. I would like a map to be 64 blocks high from bedrock would be sea level, but with the terrian still generated, hills , valley, caves, ect. i just feel alot of the caves and stuff are great but i not want them so deep as most of its just wasted space well at leased for what we do on my server, sure we still want to dig around ect just not so deep atm we have 256 build height and i believe its around 256 down. ' in short looking for a world generator that would allow such a map to be created with sea level been 64 blocks high?. what are my chances?
  19. Hi mate, first off i do not use skype esepcially for gaming, i use Teamspeak 3 ( i host TS3 Server on ubuntu linux 512Mb all that was needed ) i also host my own Tekkit Server on ubuntu 64bit server given 8gb/s ram. Here is my Specs Intel 2600CP2, with two E5-2637 and 64Gb DDR3 1600 ECC ram on each proc. http://ark.intel.com/products/64598/Intel-Xeon-Processor-E5-2637-5M-Cache-3_00-GHz-8_00-GTs-Intel-QPI http://ark.intel.com/products/56334/Intel-Server-Board-S2600CP2 vmware ESXi 5.0 2x120Gb 15,000RPM SAS Seagate Mirror ( OS Data vmware ESXi 5.0, ubuntu 64bit Server, Firewall , exchange , domain host controller , webserver os media/file Server ) 120GB Intel SSD Sata 3 hostCache Dedicated 240GB Kingston SSD Sata 3 Host ( Tekkit , Ts3server, Webserver) 8 x 2TB Seagates SATA 3 7200RPM ( Storage Hotswap, personal use, server config backups) plus snap shots are backed up on to tapes. Problem please do not think i waste time but right now i am upgrading my internet to MidbandEthernet i just moved house so need to get things backup to spec but currently i have adsl2+ and its horrible :'( but once the midbandEthernet i will have 1:1 Contention and a nice 10Mb/s up. so if you need a host right now i have the hardware and know how to back that up but not the Internet Connection as my own Tekkit and Ts3 server is running this current connection to its limits. i would say this roll over will be early next year. you may contact me via here or my ts3 server. i will private message you the details. My Tekkit Server will be open to public soon, again most likely early next year. here is a screen of my tekkit server project. we building a city, and players will get food and things by paying with Industrial Credits for supplies and things, the city has a large power station that supplies everyone with power, and players will buy regions to build there home and some players will add to the city buildings. So far we have a Town Hall, Does not do anything much, a Liberay, a Hotel for temp housing, a mall, a butcher, UFO style Cafe' , pub , place to play hockey plus the plugin,cake shop, bread shop, bank exchange, housing estate, posibly more. oh yes we have some train stations, and protected spawn point. Whats missing a Marina , docks , Industrial Area. our city so far. Plan, to build a City like Vector City but with buildings with a purpose and function. this is vector city http://www.youtube.com/watch?v=pKZjby2lugU
  20. wait a sec on the thermal pile you have the 4 sides 2 of those sides have a blue dot at the base of the texture the other 2 have a red dot, so it would be 2 sides water, 2 sides lava? the top and bottom are used to stack them or collect power
  21. if you want them to just see the Castle you made get Worldedit plug in to your server. http://dev.bukkit.org/server-mods/worldedit/ once you have that setup type in /wand and make sure you have a free hand, you will get a wooden axe then dig a little under the building at one corner select the corner by left clicking, dont forget to make sure it has all its chests empty and clearly no machines or anything that is apart of the tekkit pack, next go to the oppersite corner and build a dirt tower 2 blocks past the peak of your building and select it with the axe by right clicking, then type /copy then it will say region copied, then type in /schematic save "name of building" then you have saved ever block in the area you have selected including air. in your server plugins/worldedit/"nameofbuilding.schematic" you can import to another server with world edit, you should not run into any problems if you do you might have something in the building that should not be there so just delete that block using MCedit. Good luck.
  22. i never said i was a english professional but I.T is my profession and no the original post was not about that LOL but nice try its good to see that some people look at the settings like GPU settings and such as most people just run defaults, there is another tweak you can do if for running the game "not Servers and servers don't use a GPU's" CPU parking google it, it might help some people who have more then 4 cores, but honestly running a MC or any server you have to use linux for best resaults, the difference between running a windows server vs a linux server is not only a small gap its huge. but yes sorry for my english it was never my strong suit and i never intend it to be. This is my server viewed via vsphere Client, as you can see i have a few servers running but be assured tekkit or even MC does run on multi-cores and this is done via a Hypervisor, and that handles programs or even OS to take advantage and even use better functions of having multi-cores and cpu's this is the best way of running any server by utilising the Hypervisor. In short the Hypervisor stacks your cores on top of each other so for example you have say 6 cores and two proc's and have HT enabled that would mean you have access to 24 threads 12 on each physical cpu, running at 3.2ghz thats 288Ghz in your resource pool, the hypervisor will give this resource pool to who ever asks for it first. My Tekkit server will use 1.8ghz to 2ghz out of the resource pool and the Hypervisor will give what ever task to the first free thread out of your 288Ghz pool, the HT cores will work as they normaly do if there is free resources from the physical cores that the cpu is not using it will state free and wait for a thread. Please guys i will give a video on youtube soon on how to setup a server like this and even show you how to give other uses for your tekkit server such as teamspeak3 and file server firewall all on a physical machine with out lag.
  23. i use world gaurd for some basic functions like sponge ect, and leave the rest of it for another plugin to offer protection, such as Essentials i use the protection in that to protect regions and chests, signs ect. i found Essentials to have more control over things but worldguard offered some things that Essentials did not. so in the end i use both. BTW, the Tekkit.yml file i modded it as even simple things like where blocked so i recommend to anyone using this version be sure to check the tekkit.yml as it blocks some really simple things and not blocks things like TNT ect but as i said i use Essentials to block things like that. I also playing with a plug-in called Tekkit Customiser, to block the creation of some things but i think Essentials can do that anyway.
×
×
  • Create New...