More Awesome Than You!
Welcome, Guest. Please login or register.
2024 April 24, 20:52:24

Login with username, password and session length
Search:     Advanced search
540270 Posts in 18066 Topics by 6513 Members
Latest Member: Linnie
* Home Help Search Login Register
  Show Posts
Pages: [1] 2 3 ... 17
1  TS3/TSM: The Pudding / The World Of Pudding / Re: THE MUNICIPALITY NEEDS YOU! SUPPORT THE MUNICIPALITY! on: 2011 August 05, 12:27:30
$50 plus some shrapnel* donated to the war chest.


*allowing for sterling to dollars conversion
2  TS3/TSM: The Pudding / The World Of Pudding / Re: Marrying foreign sims on: 2010 October 11, 15:25:07
The current family I'm playing are on about the fifth generation of bringing back and marrying foreign sims. The family are based in the Ambitions neighbourhood and there have been spouses from all 3 holiday destinations with no problems so far. I forgot the dire warnings the first time I married one in so figured I may as well continue until the BFBVFS strikes (or not).
3  Awesomeware / AwesomeMod! / Re: Awesomod discussion/questions/helpful tips thread on: 2010 July 23, 05:41:10
Running with what was the latest awesomemod yesterday and got a ctd when going to China. Loaded up the game and did fixall which sorted a number of things including '5 bad sims'. The information box said something about fixing minipartners, what's it all about? The game seems to be running fine since.

(In reference to comments a page or two back, sims in the new ambitions 'hood are very active on the romantic/marriage/pollination front but I did have to go around installing cots and single beds in most houses.)
4  TS3/TSM: The Pudding / The World Of Pudding / Re: Toddler Problems on: 2010 July 22, 05:36:22
Other than AM, the only things I've got installed are a few replacement body meshes and body/face skintones plus the 4 recent patterns from Holy Simoly. I've never bothered running supreme commander and don't have any of Twallan's stuff so it is most likely an EA bug.
5  TS3/TSM: The Pudding / The World Of Pudding / Re: Toddler Problems on: 2010 July 21, 20:32:51
I'm still encounering both problems. Resetsim doesn't work on the stuck teach to talk action, I tried it on both toddler and parent so had to resort to resetworld. The parent then jumps out of the current teach to talk action and the game is fine other than the annoyance of losing all the locked wants. I'm wondering whether this might be related to me running the game at speed 2 almost all the time because when I dropped it down to speed 1 the teach action completed ok. Could it be skipping a counter below zero due to fast time and the code checking value==0 (rather then <=0)?


I don't think the babbyQ would work on toddlers; the ts3 maggots can barely wriggle but they get fairly mobile once they age up although I'm sure Pescado would have fun implementing a cannibal trait.
6  TS3/TSM: The Pudding / The World Of Pudding / Re: Toddler Problems on: 2010 July 20, 05:37:42
@cassblonde: I'm pretty sure I tried resetsim on both parent and toddler the first time 'teach to talk' got stuck but it could be that I only did it to the toddler. I'll try it on the parent if and when it happens next and if that fails then I at least know resetworld works.

@pescado: This is the first time I've ever bothered to use toddler books so it could be something that's always happened.
7  TS3/TSM: The Pudding / The World Of Pudding / Toddler Problems on: 2010 July 19, 17:48:28
Running the latest awesomemod and I've encountered a couple of problems with toddlers:

1. A potty-trained toddler will carry on reading a book autonomously as their bladder fills up and doesn't stop to use the potty. The use the potty action is queued but they can't stop reading regardless of whether or not they have previously completed the book. I have a selection of toddler books scattered around to encourage pre-school reading so am not sure if it's just one particular book that causes this or all of them.

2. Twice today I've had a parent teaching a toddler to talk get stuck at the very end so that both are left going into the red on their needs. The only way I've found to break out of it is to use 'resetworld'.

8  Awesomeware / Armoire of Invincibility / Re: TOOL: 3Booter, the Incooperative Game Kicker on: 2010 July 11, 14:16:15
I should have said that I switched to the in game option that I didn't realise was there. I always run windowed and was using the -w on the direct shortcut to the exe (as per Grimma's guess) and assumed incorrectly that any command line args would be passed through to the game when I ran via 3booter.
9  Awesomeware / Armoire of Invincibility / Re: TOOL: 3Booter, the Incooperative Game Kicker on: 2010 July 11, 12:57:33
You guessed correct, cheers. I just carried on using the -w command line arg from Sims2.
10  Awesomeware / Armoire of Invincibility / Re: TOOL: 3Booter, the Incooperative Game Kicker on: 2010 July 11, 12:45:12
It turns out I did need the fps limiter after all. I've got it running fine (via 3booter) with Ambitions but how do I run it windowed? I tried the obvious of creating a shortcut to 3booter and passing in the -w command as normal but it still ran fullscreen.
11  TS3/TSM: The Pudding / The World Of Pudding / Re: The Neverending Pause on: 2010 June 24, 22:26:50
Code runs sequentially so if the update gets stuck in a loop then the game will appear paused. The rendering is probably handled in a separate thread so that's why the game graphics are redrawn, including simple animation updates. If this is the cause it's probably a particular sequence of attempted actions on the part of one sim in a particular location that then results in the game getting stuck. This makes it almost impossible to replicate unless you are lucky enough to have saved immediately before, however it is perfectly reasonable to spot bugs in code logic if you have an idea where to look. It's entirely possible that EA encountered this in the test process but it probably didn't make it through triage as, despite being a showstopper, it isn't reproducable and occurs relatively rarely.
12  TS3/TSM: The Pudding / The World Of Pudding / Re: The Neverending Pause on: 2010 June 24, 07:41:05
I've experienced this a few times running Twinbrook. The game renders the current scene ok including any looping animations so hasn't crashed, more likely it's stuck in an endless loop somewhere. If the pathing code/logic is the likely cause, is this not something that Pescado could look at fixing?

Pescado probably could fix it, if he could see it.  The problem is the freezes we are talking about are not predictable and cannot be recreated, and Pescado doesn't get them in his game.  Sending him a save doesn't work, because it doesn't freeze when you restart.  All of this makes it impossible for Pescado to even try to fix, or properly identify the problem.  He needs to be able to reliably reproduce the freeze to track the cause.

If the design or implementation of a particular piece of code itself is flawed then Pescado doesn't need a save game to look at it other than for pinpointing where to look. The suggestion has been that the routing is causing the problems so it's probably worth giving any related code a once over as glaring bugs can often be spotted without running the code. If routing is failing and the piece of code calling it doesn't handle that within a loop then you would end up with what appears to be an endless pause.
13  TS3/TSM: The Pudding / The World Of Pudding / Re: The Neverending Pause on: 2010 June 23, 21:09:17
I've experienced this a few times running Twinbrook. The game renders the current scene ok including any looping animations so hasn't crashed, more likely it's stuck in an endless loop somewhere. If the pathing code/logic is the likely cause, is this not something that Pescado could look at fixing?
14  Awesomeware / AwesomeMod! / Re: How To Get AwesomeMOD work with High-End Loft on: 2010 February 06, 22:59:58
HELS installed fine and the updated awesomemod is running ok first time. I only played for an hour or two but swapped around a few households in the time and there was one spawning from the previously saved game and a couple of new impregnations. The few pieces of *acquired* store content I have are also showing up ok. Not bad at all given I haven't played the game for about a month, maybe longer.
15  TS3/TSM: The Pudding / The World Of Pudding / Re: MOVING DAY POLL! on: 2010 January 12, 16:04:31
Kofistan. I'd rather donate a bit more/often to guarantee a decent service.
16  Awesomeware / AwesomeMod! / Re: Awesome Story Driver Beta-Testing reports on: 2009 November 03, 06:26:04
That makes sense now. Do feral sims breed?
17  Awesomeware / AwesomeMod! / Re: Awesome Story Driver Beta-Testing reports on: 2009 October 30, 18:20:17
I'm used to seeing the awesome story driver popping up messages and they're usually meaningful. I got two new messages just appear and have absolutely no idea what they are:

X has slain by the new male (multiple of these)
X married Y and going feral

Images can be found here. Pescado?

18  TS3/TSM: The Pudding / The World Of Pudding / Re: Cannot get some sims pregnant on: 2009 October 27, 15:40:37
I had to manually age both of them in their respective households. They remained toddlers, children etc until I made their household active at which point they automatically had a birthday and hit the next life stage. It's quite likely their underlying ages would put Methuselah to shame. I guess that the pollination logic is probably checking days old rather than if they're at the appropriate life stage to spawn.
19  TS3/TSM: The Pudding / The World Of Pudding / Re: Cannot get some sims pregnant on: 2009 October 27, 11:51:20
Originally the two couples shared the Goth mansion then I moved them out to separate houses, so no problems with numbers. I haven't had any problems getting overstuffed houses to work.
20  TS3/TSM: The Pudding / The World Of Pudding / Cannot get some sims pregnant on: 2009 October 26, 16:47:07
I'm having problems getting a couple of female sims pregnant and want to know if there's anything I can do. One is a Goth descendent and the other several generations on from a CAS sim. They're both married to their respective spouses and I can go through all the interactions right up to and including 'Try for baby' but nothing ever comes of it. I have switched to other families and created a fresh CAS family and they can all fall pregnant with no problems. It happens that there were aging up problems with both of them as I had to make their respective households active before they'd age up to the next stage each time for toddler/child/teen. They were both also resident in the Goth household so I moved them out thinking it might be the house that was bugged in some way. The other odd thing is that the romance interactions don't seem to reset the way they do with other sims, either the couples are ready to try for baby or a simple flirt action will get them in the mood. I'm only running awesomemod (latest dated today 26/10) and have tried deleting cache files, resetSim and just about anything else that looked like it might work. Help!

EDIT: I've got the awesomemod messages enabled now and they both couples come up with 'Unable to pollinate X with Y' messages.
21  TS3/TSM: The Pudding / The World Of Pudding / Re: SUPPORT THE MUNICIPALITY! on: 2009 September 03, 19:42:34
Donation done. A tard free area would be nice (and probably wishful thinking) so I'll just carry on with the title.
22  TS3/TSM: The Pudding / The World Of Pudding / Re: SUPPORT THE MUNICIPALITY! on: 2009 September 01, 06:49:15
I'll be donating again, just keeping an eye on the exchange rate so I can get the optimal sterling to dollars conversion.
23  TS3/TSM: The Pudding / The World Of Pudding / Re: Patch released. on: 2009 July 29, 12:21:34
I'm not sure what I'm doing wrong but I'm running a legit copy of the game and the launcher is refusing to recognise that there is a patch available (despite correctly identifying the current exe as 1.2.7.00002) The launcher worked fine last time I ran it for the previous patch and indeed that's the only time I use it. I've moved the mod directory from the install folder, deleted the cache files and moved my saved games but it still won't pick up an update. Is there anywhere to download the patch from directly?
24  TS3/TSM: The Pudding / The World Of Pudding / Re: Can haz moar than 8 household members? on: 2009 July 20, 16:11:57
Likewise, I've had no problems with going over the 8 sim limit. However the UI only seems to be able to show the youngest 8 in the sim thumbnail selector on the left hand side. Is there any way to increase the number of thumbnails?  It's a lot easier to select sims from their thumbnail than tabbing through them.
25  TS3/TSM: The Pudding / The World Of Pudding / Re: WooHoo and Baby wishes - meh on: 2009 July 18, 07:09:07
Will giving lots of different NPCs want controllers add a massive overhead to processing in game or is it failry efficient? I'd prefer to flesh out my NPCs a bit as they are possible relationship fodder for the legacy family.
Well, in TS2, everyone had one, and the world didn't end.

Fair enough. I assumed that in TS2 only active sims are processed i.e. just those on the current lot, on walk-by and at the end of a telephone/computer conversation which amounts to a small number. In TS3 presumably every sim in the world is updated though not at the same resolution of detail but that could still add up, given the EAxian capacity for writing efficient code.
Pages: [1] 2 3 ... 17
Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.07 seconds with 18 queries.