For the best lawn care in cedar park, please visit our sponsor at lawn service cedar park They are a local lawn care and landscaping company that provide services in such as lawn care, lawn mowing, weeding, and landscape maintenance in Cedar Park, Austin, Round Rock, and Leander area. They are located at:

Lawn Care Service of Cedar Park 100 E Whitestone Blvd Ste 148, #166 Cedar Park, TX 78613 (512) 595-0884

Editing ML newcomers..?

The Eristic

Registered User
If you found the array in which they're stored in the actual game code, then yeah. More work than it's worth if you don't already know what you're doing, though. Actually, probably more work than it's worth either way. :^|
 

The Eristic

Registered User
not following you with "the array" ..? :S
im on PS3.. Are you talkin PC stuff?

An array is basically an indexed set of like data types. Each player in the game being represented most likely by a variable of data type string (eg, their name), which would be associated with a set of stats and a character model stored somewhere else. When the game needs the player(s), either something like a random number generator picks a set to be introduced into the ML, or maybe some kind of algorithm does the choosing. If the latter were the case, it would be extremely interesting (to me, anyway).

You can probably find the tools to edit PS3 games hiding somewhere in the Internet (I think Sony sublicenses them as a developer's kit), but I'd advise against it.
 

8-Ball

Registered User
An array is basically an indexed set of like data types. Each player in the game being represented most likely by a variable of data type string (eg, their name), which would be associated with a set of stats and a character model stored somewhere else. When the game needs the player(s), either something like a random number generator picks a set to be introduced into the ML, or maybe some kind of algorithm does the choosing. If the latter were the case, it would be extremely interesting (to me, anyway).

You can probably find the tools to edit PS3 games hiding somewhere in the Internet (I think Sony sublicenses them as a developer's kit), but I'd advise against it.

Arh oka, thanks.. sounds to complicated for me to get into so im just gonna leave it where it is hehe
 
Top