Jump to content

RogueHart

Dedicated Members
  • Posts

    893
  • Joined

  • Last visited

Everything posted by RogueHart

  1. My name is Jody a.k.a Roguehart a.k.a jkm199 Favourite game: final fantasy 7 Favourite OS: none really. using xp Favourite console: wii Nationality: american (U.S.) Sex: Male Age:18 Race: Caucasian Height: 6'2 Status: taken Build: broad shoulder with a gut Fav band: linkin park Fav book: the summoner Favo movie: final fantasy 7 advent children Favourite TV Show: scrubs, bleach(dattebayo), naruto(dattebayo), soul eater Favourite Comedian: lewis black Other hobbies: lots Occupation: none atm
  2. thanks but ill stick with the free hosting ive got setup for now lol. though once you get your sites up ill happily help you spread the word lol
  3. thanks much lol :).
  4. wondering if someone with vista could do a quick test. assuming someone has vista lol. save this as a batch file in c:\windows\system32 (or the relevant folder for vista) @echo off echo hello pause then open the command prompt and (with the directory set to any other directory besides system32) type just the name of the batch file. i need to know if it will run the command from anywhere in the system. ive got xp currently and have around 12 batch commands i made and use regularly on my comp. saving the batch in system32 makes it able to be used like any other command. im being given a new laptop that has vista on it. im heavily into gaming and learning c# and other visual languages. so im forced to stay with windows (no linux for me sadly). and i wont be able to downgrade since i dont have the cash to get an actual version of xp so i just want to know what ive got coming.
  5. thats very kind of you. thanks for the offer. but the site i wanna get up is going to require a lot of space eventually. as of right now ive got like 5 accounts on zymic which will work for now. havent got the site up though. want to get enough content first. thing is i have a lot of hobbies and shift from one to the other a lot as well. and the site is going to have files(anything i program will be up), games, pictures, music, ect, ect. and more than likely tutorials and source for all of it. so at some point ill be sucking up a lot of bw and space. thanks much for the offer though :) not every day someone offers you something like that lol.
  6. well with my current situation paying for hosting is not an option. though when i do start to pay ill prolly pay with zymic (no offense to dreamhost or anything).
  7. im looking for the best free webhosting sites i can find. anyone got any suggestions? the best i've found so far is http://www.zymic.com/free-web-hosting/ 5k disk space 50k bw ftp access and all of that ^ multiplied by how many times i can fill out an "new file hosting account" form. which the site has set to unlimited. no advertisements on your site nor a "hosted by xxxx" bar required. anyone know of anything better?
  8. glad you enjoyed it lol. just wanted to get that out of the way so there wouldnt be any spam posts about it lol i would but neither myself or anyone i know has a smartphone or any phone that could have custom software put on it without a lot of work and modding.
  9. i enjoyed converting the txt game into the languages i knew when we had the text game community project. so i wanna try doing it again with a larger game. i think the main thing that killed the original so quickly is that it was very short and all the languages were converted quickly and not many people wanted to add to the game after it was translated (i plan to take it and extend it a lot at some point) well this is an open source roguelike game. still not actual graphics which will make life easier on newer programmers. and so far there seem to be different versions(check the wikipedia article) but heres one that is in C for linux. this game is much larger than the previous txt adventure. i was going to just post a larger text adventure but i thought that it might have a large lack of interest and noone would work on it and besides, most of the open source txt adventures i found had already been converted to many coding languages. also thought about just going with nethack which is also open source. but it was way larger than this. i dont really think this project will take off because if those of you out there are anything like me then you will prolly just think its too much time for too little reward. but i'd like to see something like a hak5 programming team come out of this. a group of people spread across the world working on a game or program. then again an individual effort is just as good. heres the site for the code http://www.angelfire.com/games3/imoria/imoria.html id like to help but i don't know C yet. i can probably understand most of it if i read it but i dont know enough to translate it to another language. though if it does get translated into something i know i will work on it lol. heres the copyright notice { Moria Version 4.8 COPYRIGHT (c) Robert Alan Koeneke } { Public Domain } { } { I lovingly dedicate this game to hackers and adventurers } { everywhere... } { } { } { Designer and Programmer : Robert Alan Koeneke } { University of Oklahoma } { } { Assitant Programmers : Jimmey Wayne Todd } { University of Oklahoma } { } { Gary D. McAdoo } { University of Oklahoma } { } { Moria may be copied and modified freely as long as the above } { credits are retained. No one who-so-ever may sell or market } { this software in any form without the expressed written consent } { of the author Robert Alan Koeneke. } { } ready set go
  10. i assumed that was what it was. i guess ill try to start something. i know me and i wont hang around it too long but ill be back on occasion to if nothing else revive it if i can.
  11. so many languages to try so little time lol. umm as far as the topic goes blitz basic isn't unheard of but its not used often since the compiler is way overpriced but heres some code lol Graphics 640, 480; graphics are set up for fullscreen. ;---------------------- ;Begin Main Game Loop ;---------------------- While Not KeyDown(1) ;variable defaults------ weapon$ = "nothing" ammo = 0 ;end variable defaults-- ;-------------------------------------------------------------------------------------------------Welcome Print "Welcome to RogueHart's game 'Final Combat!' In this game you are a" Print "soldier. You have proven yourself to be very good at working alone" Print "so you have been given a mission. The final mission of the war." Print "If you complete this mission then the human race will finally win" Print "and peace will be restored. But you must kill the unusual monsters" Print "that have taken over the planet and begun the genocide of the " Print "human race" Print "do not use capitals during gameplay because it will not work" .acceptq accept$ = Input$("do you accept this responsibility Y or N? ") If accept$ = "y" Or "Y" Then Goto begingame ElseIf accept$ = "n" Or "N" Then Goto chicken Else Print "Im sorry but you have to type y or n and nothing else " Goto acceptq EndIf .begingame Cls Print "MISSION BREIFING_________________________________________________" Print "Your mission is to infiltrate the enemies base and kill the" Print "person who is creating these monsters, Dr.Leon Hart." Print "You will be on this mission alone. No backup will come ever." Print "You have your choice of equipment in a moment but first a" Print "brief description of a few common enemies you will encounter." Print "" Print "The most common enemy you will come across is the 'Blancha'" Print " He is a tall creature and very strong. If you dont kill" Print " him first then he will kill you." Print "The second type of enemy is the much more deadly 'Gyle'" Print " He is very agile and very hard to hit. If you miss" Print " that first shot then your dead. Everything depends" Print " on the accuracy of your weapon. Print "The Last type of common enemy is the strange 'Reyu'" Print " He is slow but very very powerful. He can take" Print " a hit so weather or not u kill him depends on" Print " the power of your chosen weapon" Print "There are probably more enemies but we dont know any of them." noob$ = Input$("If you want instructions type y. If you dont type n: ") If noob$ = "y" Then Gosub instructions ElseIf noob$ = "n" Goto weaponselect EndIf .weaponselect ;choose weapon--------------------------------------------------------------------------------------------------- Print "You have a choice of 3 weapons. A 'shotgun'. a 'sniper', and a " Print "'luger'. weapon$ = Input$("Well, which do you choose? ") .notnoob ;first room-------------------------------------------------------------------------------------------------------------------------- Cls Print "Time for your story to begin." .Firstroom Print "You are outside the last human fortress. The gate is locked" Print "and ahead of you is a field full of dead bodies." Print "" Print "You can move N, E, or W" Gosub monsteryn whichway1$ = Input$("What do you want to do? ") If whichway1$ = "n" Then;north 1 Goto n1 ElseIf whichway1$ = "e" Then; east 1 Goto e1 ElseIf whichway1$ = "w" Then; west 1 Goto w1 Else Print "What the hell are you doing? Do things right" Goto notnoob EndIf;end room 1---------------------------------------------------------------------------------------------------- .n1 ;north 1--------------------------------------------------------------------------------------------------------------------- Cls Print "You are in a field. Surrounded by the bodies of your " If ammo = 0 Then Print "fellow soldiers. You gather ammo. Enough for the rest" Print "of the mission. You will avenge their deaths." ammo = 1 Else Print "fellow soldiers. You will avenge their deaths." EndIf Print "You can go N. S, E, or W." Gosub monsteryn n1ww$ = Input$("") If n1ww$ = "fire" Then Gosub shoot ElseIf n1ww$ = "n" Then;north 2 Goto n2 ElseIf n1ww$ = "s" Then; firstroom Gosub clearscreen Goto Firstroom ElseIf n1ww$ = "e" Then; north 1 east 1 Goto ne1 ElseIf n1ww$ = "w" Then; north 1 west 1 Goto nw1 EndIf ;end north 1-------------------------------------------------------------------------------------------------------- ;east 1------------------------------------------------------------------------------------------------------------- .e1 Cls Print "You are in front of a wall. Bodies of your fallen" If ammo = 0 Then Print "bretheren lay around. You gather enough ammo" Print "for the rest of the mission." ammo = 1 ElseIf ammo <> 0 Then Print "bretheren lay around. You fill with rage." EndIf Print "You can go N, S, E, or W." Gosub monsteryn e1ww$ = Input$("") .w1 ammo = 1 .ne1 .nw1 .n2 Wend ;------------------- ;End Main Game Loop ;------------------- ;---------------- ;Game Functions and Sub-Routines ;---------------- .shoot hit = Rnd(10) If monster = 1 And weapon$ <> "nothing" Then Print "You fire your weapon. The bullet rips through the Blancha's flesh." Print "Blood splatters everywhere. The Blancha is dead." monster = 0 ElseIf monster = 2 Then If weapon$ <> "sniper" Then If hit = 2 Or 3 Or 4 Or 6 Or 8 Or 10 Then Print "Your gun is strong and your aim is true. You have killed the Gyle" Else Print "Your bullet missed its target. The Gyle doesn't waste time killing you" Print "It just begins devouring your flesh." Goto chicken EndIf ElseIf weapon$ = "sniper" Then Print "Your choice of weapon was perfect. Your bullet shreds through the Gyle." monster = 0 EndIf ElseIf monster = 3 Then If weapon$ <> "shotgun" Then If hit = 1 Or 5 Or 7 Or 9 Or 10 Then monster = 0 Print "Your aim was perfect. Your shot hit him in the head causing death." Else Print "Your weapon did nothing to the beast. He devours you in 1 bite." Goto chicken EndIf Else Print "Your choice of weapon was perfect. Your shot blows the Reyu away." EndIf Else Print "What the hell are u shooting at?" EndIf Return .monsteryn monster = Rnd(10) If monster = 1 Or 4 Then Print "There is a Blancha here. Fire your weapon." forn$ = Input$("") If forn$ <> "fire" Then Goto ran ElseIf forn$ = "fire" Then Gosub shoot EndIf ElseIf monster = 2 Print "There is a Gyle here. Fire your weapon." forn$ = Input$("") If forn$ <> "fire" Then Goto ran ElseIf forn$ = "fire" Then Gosub shoot EndIf ElseIf monster = 3 Print "There is a Reyu here. Fire your weapon." forn$ = Input$("") If forn$ <> "fire" Then Goto ran ElseIf forn$ = "fire" Then Gosub shoot EndIf EndIf Return .instructions Cls Print "Lets get the basics first. To move you either type e w s" Print "or n for ,east ,west ,south, and north respectively." Print "To attack type 'fire' and you will fire your weapon." Print "You have had so much training that when you shoot you " Print "always aim at the enemy without trying. so when you " Print "shoot, just type 'fire'" Print "To activate a switch type 'press switch' or 'pull lever'" Print "ect, ect." doneinst$ = Input$("When you have finished reading type 1 then hit enter. ") If doneinst$ = "1" Then Return Else Print "I said just hit enter." EndIf .clearscreen Cls Return ;------------------------ ;Quitters End ;------------------------ .ran Cls Print "Running is useless. The creature devours you quickly." run = 1 .chicken If run = 1 Then run = 0 Print "You have disgraced the human race. Not that it matters since" Print "youve caused the end of it. I hope your happy" Delay 5000 End ElseIf run <> 1 Then Gosub clearscreen Print "You have disgraced the human race. Not that it matters since" Print "youve caused the end of it. I hope your happy" Delay 5000 End EndIf actually... this is just an abandoned txt adventure i gave up on finishing a long time ago. anyone who uses the language or can translate feel free to have at it lol. it may not be a rare language but i think ill win for longest code :P
  12. thats what i thought. but why not keep the general idea going by working on other open source programs as a way to keep the community project going.
  13. pardon my grammar. i dont use capitals, some punctuation, and there will probably be various mispellings. i apologize lol. i worked on the txt game community project. converted it to blitz basic and html. well i got bored so i started working on it again. this time in batch. and i was wondering why it died so quickly? lol. why not bring it back or better yet do the same thing with some other open source program? taking a useful open source program and translating it into different coding languages could not only help that program expand and grow but could also help people learn different languages by comparing the different codes. edit sidenote: if anyone knows where i can get a properly working "choice" command for winxp let me know. the one i have works okay but it doesnt return error levels properly.
  14. So just because its competition means it can't be fun. I fo one am all for it. Competition only will make these guys better at the games they play. I am for Pwn.5 or h4x.5 both of them are sweet. Which games would we be playing or is it jsut whatever we want. I am up for heading up a Console Hak.5 Group. :) what he said^ anyway would this be strictly FPS or will there be other styles as well? and what games really? mignt give me an excuse to buy some games lol. Competition implies competing... competing removes the fun, because it goes from fun to serious.
  15. PWN.5 and you might wanna take a look at Wolfenstein: Enemy territory. great online FPS and its free lol.
  16. this was an interisting distraction from anotherwise boring day. i converted it into blitzbasic and added a third path. but i havent used bb in a long time so if someone wants to improve on my code then feel free. edit-------------- after playing through the 3rd path i realize how much it sux. and i apologize. ill try to improve it later. i did the whole thing at like 3am. ill try to make the 3rd path more like the other 2 some time when ive got the time. lol mabey there should be a community project to create a Hak5 video game lol. mabey flash. or different languages. something. lol edit------------------------- i got bored and converted it into a multipage html game. all of the pages are in the zip file. open "gamestart.html" to start playing. pretty self explanitory.
×
×
  • Create New...