abonnement Unibet Coolblue Bitvavo
pi_124011102
wie kank joinen in een nieuwe REGIO???
voeg toe origin: prefixxxx
Geniet van het leven:):)
pi_124011145
quote:
7s.gif Op woensdag 13 maart 2013 16:52 schreef Troel het volgende:

[..]

Wanneer heb je het spel gekocht?
Afgelopen week. Krijg wel die gratis game, maar ben benieuwd of dat ook een game is in dezelfde prijscategorie. Dat is ook een compensatie voor de serverproblemen, geen compensatie omdat het spel gewoon niet werkt. In ieder geval niet zoals op de website staat.
'And I called your name,
like an addicted to cocaine calls for the stuff he'd rather blame'
  woensdag 13 maart 2013 @ 16:55:44 #78
35189 Troel
scherp en bot
pi_124011158
quote:
0s.gif Op woensdag 13 maart 2013 16:55 schreef Me_Wesley het volgende:

[..]

Afgelopen week. Krijg wel die gratis game, maar ben benieuwd of dat ook een game is in dezelfde prijscategorie. Dat is ook een compensatie voor de serverproblemen, geen compensatie omdat het spel gewoon niet werkt. In ieder geval niet zoals op de website staat.
Dan moet je niet zeuren. Dan HAD JE KUNNEN WETEN je dat het voor geen meter liep namelijk en dat het spel op dit moment niet in de buurt komt bij hetgeen ze beloven. :D
troel (de ~ (v.), ~en)
1 [inf.] vrouw of meisje
2 trut
pi_124011204
quote:
0s.gif Op woensdag 13 maart 2013 16:44 schreef RobertNL het volgende:

[..]

Meer dan prima te spelen op HD4000. HD 3000 kan ik (nu) niet testen.

Bedankt voor je vraag, zag dat hij dus standaard op de HD4000 draaide.... Nu maar even omgezet op de 650M

Intel HD 4000 is dan ook een stuk beter dan Intel HD 3000. Alleen al het aantal RAM wat Intel HD 4000 kan pakken is een stuk beter en dat is waar ik bang voor ben. SC heeft 256MB VRAM nodig en met Intel HD 3000 heb je maximaal 64MB VRAM.
pi_124011266
quote:
7s.gif Op woensdag 13 maart 2013 16:55 schreef Troel het volgende:

[..]

Dan moet je niet zeuren. Dan HAD JE KUNNEN WETEN je dat het voor geen meter liep namelijk en dat het spel op dit moment niet in de buurt komt bij hetgeen ze beloven. :D
Ik heb het 8 maart gekocht, toen was er nog helemaal niks concreets bekend over deze problemen. Dat is vooral afgelopen weekend gekomen. En dan nog.
'And I called your name,
like an addicted to cocaine calls for the stuff he'd rather blame'
pi_124011299
quote:
7s.gif Op woensdag 13 maart 2013 16:46 schreef Troel het volgende:

[..]

Al sla je me dood.

Mijn computer zegt Intel (R) Core (TM) i5 CPU M480 @ 2.67 GHz met 4,00 GB RAM geheugen :P
Dat is Intel GMA dus. Nog lager dan Intel HD 3000.
pi_124011301
quote:
0s.gif Op woensdag 13 maart 2013 16:24 schreef PBateman1978 het volgende:

[..]

Ik heb echt medelijden met alle SC-fans die zich nu in de maling genomen voelen iig.
Ik ben vooral heel blij dat ik het niet gekocht heb. Ik hoop dat de franchise in de toekomst een eerlijke kans krijgt van een andere developer/publisher combi.
pi_124011319
quote:
0s.gif Op woensdag 13 maart 2013 16:53 schreef Disorder het volgende:

[..]

This keeps getting better :D

[..]

klinkt als de hemel.

nooit meer werken en tevreden zijn met alleen maar een beetje door een park lopen.
  woensdag 13 maart 2013 @ 17:00:05 #84
35189 Troel
scherp en bot
pi_124011336
quote:
14s.gif Op woensdag 13 maart 2013 16:59 schreef Dimens het volgende:

[..]

Dat is Intel GMA dus. Nog lager dan Intel HD 3000.
Dat is niet wat de fabrikant zegt :')
troel (de ~ (v.), ~en)
1 [inf.] vrouw of meisje
2 trut
pi_124011347
quote:
7s.gif Op woensdag 13 maart 2013 17:00 schreef Troel het volgende:

[..]

Dat is niet wat de fabrikant zegt :')
Wat zegt de fabrikant?
  woensdag 13 maart 2013 @ 17:03:30 #86
35189 Troel
scherp en bot
pi_124011475
quote:
14s.gif Op woensdag 13 maart 2013 16:59 schreef Dimens het volgende:

[..]

Dat is Intel GMA dus. Nog lager dan Intel HD 3000.
Intel HD graphics
troel (de ~ (v.), ~en)
1 [inf.] vrouw of meisje
2 trut
  woensdag 13 maart 2013 @ 17:03:42 #87
128155 Fir3fly
Goodnight everybody!
pi_124011486
quote:
14s.gif Op woensdag 13 maart 2013 16:53 schreef Disorder het volgende:
Die beta hè? Die duurde maar 1 uur. Zodat de consument hier nog niet achter kon komen.
Ik was er al achter na 20 minuten dat dit niet het soort SimCity is waar ik naar zoek. Daarna lekker weer SC4 opgestart O+.

Ik vind het zoals gewoonlijk raar dat mensen zich weer allemaal dingen hebben laten aanpraten van te voren.
And if you listen very hard
The tune will come to you at last
When all are one and one is all
To be a rock and not to roll
pi_124011489
quote:
7s.gif Op woensdag 13 maart 2013 17:03 schreef Troel het volgende:

[..]

Intel HD graphics
Intel GMA HD ja.
pi_124011521
In een ander gameforum (die van Something awful) heeft men de code eens goed bekeken:
quote:
simcity.GetFudgedPopulation = function (a) {
a = "undefined" !== typeof a ? a : simcity.gGlobalUIHandler.mLastPopulation;
if (500 >= a)
return a;
if (40845 < a)
return Math.floor(8.25 * a);
a = Math.pow(a - 500, 1.2) + 500;
return Math.floor(a)
};
simcity.GetRoundedFudgedPopulation = function (a) {
a = simcity.GetFudgedPopulation(a);
return a = 25E3 < a ? 10 * Math.round(a / 10) : 5 * Math.round(a / 5)
};
quote:
GetRoundedFugdedPopulation just rounds the value to the nearest 5 or 10 depending on some condition.

But look at GetFudgedPopulation.
It takes a population number 'a', either from argument or from simcity.gGlobalUIHandler.mLastPopulation.

If a < 40845 it straight up increases the number by a factor 8.25.

Otherwise it exponentially increases the number.

So with an actual population of 40 000, the game will tell you the population is 330 000.
With an actual population of 60000, the game will tell you it has (60000 - 500) ^ 1.2 = 536 315.
And so on.

So yes, the game has an internal actual population value, and then blows that up by a factor of about a factor 10.


Ladies an gentlemen, Simcity
pi_124011596
quote:
0s.gif Op woensdag 13 maart 2013 17:04 schreef Disorder het volgende:
In een ander gameforum (die van Something awful) heeft men de code eens goed bekeken:

[..]

[..]

_O- we zijn allemaal keihard genaaid in onze poeperd.
  woensdag 13 maart 2013 @ 17:06:41 #91
369412 roy600
At Radio 49!
pi_124011609
Nu jullie het over Intel hebben, stel ik mijn vraag ook even. Is het spel te spelen op de laagste graphics met:

- Intel Core i5-2410m
- 2,3 GHz with Turbo Boost up to 2,9 GHz
- 6 GB DDR3 Memory
- 500 GB HDD
- Intel HD Graphics 3000
-
  woensdag 13 maart 2013 @ 17:06:55 #92
128155 Fir3fly
Goodnight everybody!
pi_124011621
Al dat verontwaardigde gedoe :'). Dit is een casual game mensen, simulaties zoals de oude SimCity's worden niet meer gemaakt.
And if you listen very hard
The tune will come to you at last
When all are one and one is all
To be a rock and not to roll
pi_124011651
quote:
0s.gif Op woensdag 13 maart 2013 17:04 schreef Disorder het volgende:
In een ander gameforum (die van Something awful) heeft men de code eens goed bekeken:

[..]

[..]

Hoe de fuck komen ze aan die sourcecode? :')
'And I called your name,
like an addicted to cocaine calls for the stuff he'd rather blame'
pi_124011654
quote:
10s.gif Op woensdag 13 maart 2013 17:06 schreef Fir3fly het volgende:
Al dat verontwaardigde gedoe :'). Dit is een casual game mensen, simulaties zoals de oude SimCity's worden niet meer gemaakt.
Het gaat er niet om of het casual of hardcore is.
Er is gewoon glassb...hard gelogen! :D
Let's drop some acid and go to a titty bar.
pi_124011691
Ik heb SimCity nog niet gekocht...Maar is dit waar?

quote:
***DISCLAIMER*** I have enjoyed my time with the game so far, but these are ultimately HUGE failures and signs that despite the server issues this game should NEVER have been released yet *******************************

WHO CARES ABOUT THE DAMN SERVERS, I have played the game for ~50 hrs and let me tell you at the CORE it is ROTTEN and BROKEN as a city simulation.

a) Only 10% of your workforce will actually WORK. 90% are retirees supposably. So you will ALWAYS have high demand for workers and everyone will complain that they are broke once you reach tier 3. Numerical density development of your town is F************** beyond low wealth initial starting where a more REASONABLE 66% of your population WORKS.
b) 16 player maps CANNOT share between all 16 regions as you need to be connected by road/rail/water/etc. which are limited usually to only 3-4 other cities for each city meaning it isn’t a 16 player share fest asides from tech + research unlocks which don’t require roads
c) mid-late game ALL services (fire/police/recycling/sewage/etc.) are ALL BROKEN. Once you build 2 x sewage plants, buildings will constantly get backed up sewage as it is simulated wrong, paying $10k/hr for those 4 x fire departments, and you’ll have buildings NEXT DOOR TO YOUR FIRE DEPARTMENT that they will NEVER RESPOND TO, and sit there saying “ready to respond”.
d) If you don’t own the DLC you can’t reclaim other people’s cities that have that DLC
e) Region trade/tourism/etc. is all SERVER SIDE and because the servers are terrible this means if they go down/you lose connection while playing… guess what you GET 0 TOURISTS for that month and your casino town is now BROKE. RESTART YOUR CITIES
f) there is no undo button. No way to get cash back for incorrect placement of buildings
g) layout maps are INCORRECT and do not correctly show you the placement for maximum density

TLDR: Don’t buy this game till the core mechanics are fixed. Yes it’s fun, but it is only fun to keep restarting cities and breaking the game by using supplying chain economics to offset the RIDICULOUS imposition of pathetic late game numerical FLAWS in the core of this game e.g. 10% workers, no working services etc.
Dat zou best slecht zijn :')
  woensdag 13 maart 2013 @ 17:09:06 #96
128155 Fir3fly
Goodnight everybody!
pi_124011699
quote:
0s.gif Op woensdag 13 maart 2013 17:08 schreef PBateman1978 het volgende:

[..]

Het gaat er niet om of het casual of hardcore is.
Er is gewoon glassb...hard gelogen! :D
:'). Marketingpraat. Dat zal nooit veranderen als domme mensen erin blijven trappen.
And if you listen very hard
The tune will come to you at last
When all are one and one is all
To be a rock and not to roll
  FOK!fotograaf woensdag 13 maart 2013 @ 17:09:41 #97
364681 over_hedge
pi_124011724
Worden winkels eigenlijk ook wolkenkrabbers?
Don't worry about the future. Or know that worrying is as effective as trying to solve an algebra equation by chewing bubble gum.
  woensdag 13 maart 2013 @ 17:10:23 #98
201898 hiddit
Expect the unexpected,
pi_124011748
quote:
0s.gif Op woensdag 13 maart 2013 17:09 schreef over_hedge het volgende:
Worden winkels eigenlijk ook wolkenkrabbers?
uit eindelijk wel ja
pi_124011777
quote:
14s.gif Op woensdag 13 maart 2013 17:09 schreef Fir3fly het volgende:

[..]

:'). Marketingpraat. Dat zal nooit veranderen als domme mensen erin blijven trappen.
Gelijk dom noemen vind ik wat overdreven. :D

Je mag toch verwachten dat een product werkt zoals beloofd.
Let's drop some acid and go to a titty bar.
pi_124011800
quote:
0s.gif Op woensdag 13 maart 2013 17:08 schreef ClapClapYourHands het volgende:
Ik heb SimCity nog niet gekocht...Maar is dit waar?

[..]

Dat zou best slecht zijn :')
Dat is 100% accuraat.
abonnement Unibet Coolblue Bitvavo
Forum Opties
Forumhop:
Hop naar:
(afkorting, bv 'KLB')