|
Post by Andrew on May 27, 2020 19:22:36 GMT -8
It’s weird. One of the MANY bugs greydog is not proud of about this game. I tried my damndest to get them to send me the developer code for the game since they have their new version- but they politely refused because, and I quote muns here- “it’s too embarrassing to read it. So much garbage in the code”. you're a programmer? as far as I'm concerned if it does what you want there's no garbage
|
|
13rock
Wait List
Wait List
Posts: 2,391
|
Post by 13rock on May 27, 2020 19:24:10 GMT -8
however very clear sonics have no idea what they're doing It's been a long time away from FBB, I should have downloaded it and ran a bunch of simulations.
|
|
|
Post by chipper on May 27, 2020 19:25:36 GMT -8
It’s weird. One of the MANY bugs greydog is not proud of about this game. I tried my damndest to get them to send me the developer code for the game since they have their new version- but they politely refused because, and I quote muns here- “it’s too embarrassing to read it. So much garbage in the code”. you're a programmer? No- but I was in enough FBB leagues that were curious about the code as well *coughABCAcough*. And I’ve seen enough code in my time to be able to read and understand how things work.
|
|
|
Post by chipper on May 27, 2020 19:26:29 GMT -8
as far as I'm concerned if it does what you want there's no garbage That’s the things- it very much does NOT do what the developers want. Drive Defense is useless. Jumping doesn’t effect rebounding. There’s so much in this game that doesn’t make sense when you look at it.
|
|
|
Post by Andrew on May 27, 2020 19:27:31 GMT -8
as far as I'm concerned if it does what you want there's no garbage That’s the things- it very much does NOT do what the developers want. Drive Defense is useless. Jumping doesn’t effect rebounding. There’s so much in this game that doesn’t make sense when you look at it. lol what I mean is there's a functioning output. my bar is low.
|
|
ashes
Wait List
Wait List
Posts: 36,162
|
Post by ashes on May 27, 2020 19:28:28 GMT -8
as far as I'm concerned if it does what you want there's no garbage That’s the things- it very much does NOT do what the developers want. Drive Defense is useless. Jumping doesn’t effect rebounding. There’s so much in this game that doesn’t make sense when you look at it. heh they removed drive D from fbb3
|
|
|
Post by chipper on May 27, 2020 19:33:23 GMT -8
That’s the things- it very much does NOT do what the developers want. Drive Defense is useless. Jumping doesn’t effect rebounding. There’s so much in this game that doesn’t make sense when you look at it. heh they removed drive D from fbb3 It’s funny how a whole software team couldn’t figure out drive D, but a literal Husband and Wife team figured out Drive D in JSB. Craziness.
|
|
13rock
Wait List
Wait List
Posts: 2,391
|
Post by 13rock on May 27, 2020 19:33:59 GMT -8
|
|
|
Post by Lasagna and tears of failure on May 27, 2020 19:35:50 GMT -8
No- but I was in enough FBB leagues that were curious about the code as well *coughABCAcough*. And I’ve seen enough code in my time to be able to read and understand how things work. well if you are really curious you could probably reverse it to assembler. which is such a fun language
|
|
|
Post by Lasagna and tears of failure on May 27, 2020 19:37:49 GMT -8
heh they removed drive D from fbb3 It’s funny how a whole software team couldn’t figure out drive D, but a literal Husband and Wife team figured out Drive D in JSB. Craziness. the probably scrapped it when they realized the whole module didn't work, and since they were not looking to upgrade, not reinvent the wheel... opps it's gone now... oh well. Why yes the info was there, but... it never worked.
|
|
ashes
Wait List
Wait List
Posts: 36,162
|
Post by ashes on May 27, 2020 19:37:57 GMT -8
wasn't the first one made with visualbasic
that shit has to be easy to pick apart, i mean I "registered" for it by typing in nonsense as my registration key in regedit lol
|
|
|
Post by Lasagna and tears of failure on May 27, 2020 19:39:43 GMT -8
wasn't the first one made with visualbasic that shit has to be easy to pick apart, i mean I "registered" for it by typing in nonsense as my registration key in regedit lol might have been but its still compiled. the registering it with the registry hack just means they didn't incorporate an online DB to verify the number. they were looking to save money and thought people wouldn't notice
|
|
|
Post by Lasagna and tears of failure on May 27, 2020 19:52:00 GMT -8
wasn't the first one made with visualbasic that shit has to be easy to pick apart, i mean I "registered" for it by typing in nonsense as my registration key in regedit lol source code is rarely easy to pick apart, unless you know how methods, objects, functions, elements, forms, headers, macros, struts, etc (not all languages use them some use more) work and are used together. getters, setters, private, public, void, etc. sure some scripting is really easy to read but when a method calls a method calls a method that might be actually a template that is called differently, shit can get complex. 1K of compiled code is 7-15 lines of code code (not just brackets) which puts the source at somewhere between 38000 - 83000 lines of code. The fact that dat files are used tends to lean toward C++ as the language with an outside chance of C#
|
|
footy
Wait List
Ex-GM
Hawks Executive
Posts: 7,082
|
Post by footy on May 27, 2020 19:54:26 GMT -8
I'm good at debits & credits
|
|
|
Post by Lasagna and tears of failure on May 27, 2020 19:58:18 GMT -8
I'm good at debits & credits I loath accounting; for every credit there is a debit, and for every debit there is a credit... flipping retarded
|
|
ashes
Wait List
Wait List
Posts: 36,162
|
Post by ashes on May 27, 2020 20:01:01 GMT -8
wasn't the first one made with visualbasic that shit has to be easy to pick apart, i mean I "registered" for it by typing in nonsense as my registration key in regedit lol source code is rarely easy to pick apart, unless you know how methods, objects, functions, elements, forms, headers, macros, struts, etc (not all languages use them some use more) work and are used together. getters, setters, private, public, void, etc. sure some scripting is really easy to read but when a method calls a method calls a method that might be actually a template that is called differently, shit can get complex. 1K of compiled code is 7-15 lines of code code (not just brackets) which puts the source at somewhere between 38000 - 83000 lines of code. The fact that dat files are used tends to lean toward C++ as the language with an outside chance of C# i am a master at irc and lua, i got this
|
|
|
Post by Lasagna and tears of failure on May 27, 2020 20:04:13 GMT -8
source code is rarely easy to pick apart, unless you know how methods, objects, functions, elements, forms, headers, macros, struts, etc (not all languages use them some use more) work and are used together. getters, setters, private, public, void, etc. sure some scripting is really easy to read but when a method calls a method calls a method that might be actually a template that is called differently, shit can get complex. 1K of compiled code is 7-15 lines of code code (not just brackets) which puts the source at somewhere between 38000 - 83000 lines of code. The fact that dat files are used tends to lean toward C++ as the language with an outside chance of C# i am a master at irc and lua, i got this well... lua does do objects.... I'll give you that.
|
|
footy
Wait List
Ex-GM
Hawks Executive
Posts: 7,082
|
Post by footy on May 27, 2020 20:14:52 GMT -8
I'm good at debits & credits I loath accounting; for every credit there is a debit, and for every debit there is a credit... flipping retarded
Simplest methodology in the world.
Yin/Yang, every action causes a reaction, decisions have consequences
|
|
|
Post by Erbes on May 27, 2020 20:16:24 GMT -8
I'm good at debits & credits I loath accounting; for every credit there is a debit, and for every debit there is a credit... flipping retarded im a cpa. this is offensive.
|
|
|
Post by Lasagna and tears of failure on May 27, 2020 20:19:31 GMT -8
yes I know, accounting is for people bad at math
|
|
|
Post by Stevie B on May 27, 2020 20:20:10 GMT -8
yes I know, accounting is for people bad at math pardon?
|
|
|
Post by Lasagna and tears of failure on May 27, 2020 20:21:17 GMT -8
my school was so awful all I needed was 2 more classes for a math minor, 2 more for a finance minor, spent more time taking non core classes than core classes, and I'm not talking about the 60 gen ed credits
|
|
|
Post by Lasagna and tears of failure on May 27, 2020 20:22:04 GMT -8
yes I know, accounting is for people bad at math pardon? humor
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on May 27, 2020 20:23:09 GMT -8
So basically 2 lottery picks for 1
|
|
|
Post by Spencer on May 28, 2020 6:24:18 GMT -8
trade in
|
|