Title: Programmers
sarunas007 - July 24, 2007 08:58 AM (GMT)
Are there any programmers here ?
Has anyone here coded a patch before , for a PC game ... ?
I was wondering anyone else made some patches/addons ? If you have please post waht you have coded , really intrested in this kinda work Smiley
I have done alot of work with FM/TCM series ... Created Cars/Furniture/Housing To FM07 , got 7000+ items if you install my patch.
For 06 me and a friend made a view patch so it improves the virtual match play , our patch also made the game more realistic. Also for 06 we've made some more boots Smiley , and also many countrie divisions that werent availible in the original copy. For 08 i hope to make a SUPER PATCH that will contain everything. I used to work for
http://hellasmanager.gr/ , with whom we made FM/TCM patches...
Also are there any PHP or other online community/game making people here ? Ive coded a few mccodes games, and an arcade site...
~Sarunas
Stevorooni - July 24, 2007 09:56 AM (GMT)
I'm a programmer, but I make web applications. I've never coded a patch before
sarunas007 - July 24, 2007 09:58 AM (GMT)
Nice to see some other PC geeks around here :)
Drake - July 24, 2007 10:02 AM (GMT)
I think you'll find plenty of geeks on a gaming forum buddy. ;)
sarunas007 - July 24, 2007 10:41 AM (GMT)
Well i didnt expect to find programmer on a gaming ( video gaming ) community, this kinda of proofs me wrong. So im surprised...
Inquisitor - July 24, 2007 11:16 AM (GMT)
... I can do VB programming.
I'll show myself out. :(
sarunas007 - July 24, 2007 11:19 AM (GMT)
Ive always wanted to learn VB well... :)
Stevorooni - July 24, 2007 11:00 PM (GMT)
| QUOTE (Inquisitor @ Jul 24 2007, 09:16 PM) |
... I can do VB programming.
I'll show myself out. :( |
Nothing wrong with VB
borgster101 - July 25, 2007 02:58 AM (GMT)
VB = Visual Basic? If so, I have some knowledge of it, but can only do basic stuff, and I've probably forgot a lot of it now.
sarunas007 - July 25, 2007 09:37 AM (GMT)
Visual Basic is cool :)
What kind of stuff can you do Borgster?
borgster101 - July 25, 2007 10:25 AM (GMT)
| QUOTE (sarunas007 @ Jul 25 2007, 07:37 PM) |
Visual Basic is cool :)
What kind of stuff can you do Borgster? |
Very little, random number generators, calculators, things like that. But like I said it's been a while since I have touched it (high school basically, 4 years ago) and I have forgot most of it now, so I probably couldnt do any of it anymore.
It was interesting, but so annoying when the program wouldnt work, because of some error in the code that you couldnt find! :P
sarunas007 - July 25, 2007 10:28 AM (GMT)
Very nice !
Well in php if the input is wrong, it gives a outpur/error and says something like Warning: main(FILENAME.php) [function.main]: failed to open stream: No such file or directory in /home/project/public_html/login.php on line 1067
So it would take ages to count the lines, but ive got notepad2, which displayes all the lines at the side... So easy to track down the error.
but once you found the error, that just half the trouble, you have to fix it too :)