Originally posted by maps4890
yeah, we figured out that sony encrypted the common.rpf. Its called .edat file, nobody knows how to decrypt it yet. Also we tryed placing a regular common.rpf from the latest update instead of the .edat common... Didn't work. The only possible mods are script mods. they could go online but only certain people over at se7ensins figured out how to get them online.. i tryed to ask for help but they don't care.
Awww really? That sucks! I still want to look into it, getting the money today, but i just realized something, tbogt and tlad is downloadable to right? I know they both have common.rpf files, why not try it on them? I am. And in the Game Data folder, theres nothing but .img files (GTA iv), i opened up one called network scripts and found a bunch of Compiled scripts (.sco) and could open them, i was lookin and saw a variable that looked like this, INVINCIBILITY = 0, and some other dvar codes such as MW2 has like g_, if i could change them, and replace it, im sure it would show up online, but one error that could happen is that the files replace themself with the default ones when you start up the game

, i had a GTA iv disc that had on of the .img files damaged and half of the city did not show up online or offline, i could fly through the ground! But i got rid of it... Anyways lets cross our fingers someone decrypts it!
Heres a part of some of the script..
SET_MISSION_FLAG(1);
REGISTER_HOST_BROADCAST_VARIABLES(&Local[1418], 57, -1);
REGISTER_CLIENT_BROADCAST_VARIABLES(&Local[1475], 97, -1);
ALLOW_THIS_SC

T_TO_BE_PAUSED(0);
SET_GLOBAL_INSTANCE_PRIORITY(2);
if (HAS_DEATHARREST_EXECUTED())
{
while (1)
{
PRINTSTRING("freemode_cr is waiting for Simon's network_main script to terminate it\n");
WAIT(0);
}
}
Var6 = 16;
&Var6;
Var3 = 0;
while (Var3 < 11)
{
SWITCH_CAR_GENERATOR(Global[64964][Var3(1)], 101);
Var3 = Var3 + 1;
}
sub_0319("PLAYER", 1, 13, -1);
sub_0319("SCORE", 6, 16, 19);
ADD_SCENARIO_BLOCKING_AREA(-1184.83, -502.40, 0.41, -895.27, -320.98, 22.06);
ADD_SCENARIO_BLOCKING_AREA(2047.14, 36.41, -8.89, 2852.10, 880.11, 36.31);
ADD_SCENARIO_BLOCKING_AREA((Float)64356, (Float)470, (Float)0, (Float)64486, (Float)630, (Float)15);
ADD_SCENARIO_BLOCKING_AREA((Float)65121, (Float)64537, (Float)0, (Float)65136, (Float)64556, (Float)15);
SET_MONEY_CARRIED_BY_ALL_NEW_PEDS(0);
SET_PLAYERS_DROP_MONEY_IN_NETWORK_GAME(0);
sub_0444(0, 8, "DM_LOCATION", 12, 0);
sub_0444(1, 1, "FM_DURATION", 8, 0);
sub_0444(2, 9, "FRIENDLY_FIRE", 2, 0);
sub_0444(3, 1, "_AUTOAIM", 2, 0);
sub_0444(4, 1, "CS_WEAPONS", 12, 0);
sub_0444(5, 6, "POLICE_ON_OFF", 2, 0);
sub_0444(6, 1, "TRAFFIC", 4, 0);
sub_0444(7, 1, "PEDESTRIANS", 4, 0);
sub_0444(8, 1, "BLIPS_OPTION", 5, 0);
if (IS_XBOX360_VERSION())
{
sub_0444(9, 6, "NAME_OPT", 2, 0);
}
else
{
sub_0444(9, 6, "NAME_OPT_PS3", 2, 0);
}
sub_0444(10, 6, "RETICULE_OPT", 2, 0);
sub_0444(11, 1, "VOICE_OPT", 3, 0);
sub_0444(12, 1, "SPAWN_DIST", 3, 0);
sub_0444(13, 1, "SPAWN_TIME", 7, 0);
sub_0444(14, 1, "TIME_OF_DAY", 5, 0);
sub_0444(15, 1, "WEATHER", 6, 0);
sub_0444(16, 16, "DESC

TION", 2, 0);
sub_0444(17, 15, "RADIO_OPT", 19, 0);
if (!NETWORK_IS_TVT())
{
sub_0444(18, 17, "KICK_PLAYER", 16, GET_PLAYER_ID());
}
if (sub_0662())
{
Local[1418]._f128[2(1)] = 1;
Local[1418]._f128[3(1)] = 1;
Local[1418]._f128[9(1)] = 1;
Local[1418]._f128[10(1)] = 1;
Local[1418]._f128[5(1)] = 1;
Local[1418]._f128[13(1)] = 1;
Local[1418]._f128[6(1)] = 2;
Local[1418]._f128[7(1)] = 1;
sub_06F9();
}
sub_0712();
LOAD_ALL_PATH_NODES(1);
sub_0D44();
SWITCH_ARROW_ABOVE_BLIPPED_PICKUPS(1);
REGISTER_SC

T_WITH_AUDIO(1);
SET_ROCKET_LAUNCHER_FREEBIE_IN_HELI(1);
USE_PLAYER_COLOUR_INSTEAD_OF_TEAM_COLOUR(1);
if (!IS_CHAR_DEAD(GetPlayerChar()))
{
sub_0F5B(GET_PLAYER_ID(), 0);
}
sub_1089();
Local[1475][GET_PLAYER_ID()(6)]._f16 = -1;
sub_10BC(1);
Local[1475][GET_PLAYER_ID()(6)]._f20 = -1;
Local[1475][GET_PLAYER_ID()(6)]._f4 = 1;
SET_CAR_DENSITY_MULTIPLIER(0.00);
SET_PED_DENSITY_MULTIPLIER(0.00);
Also i found this
SET_MAX_WANTED_LEVEL(6);
SET_WANTED_MULTIPLIER(1.00);
SET_CREATE_RANDOM_COPS(1);
SET_DITCH_POLICE_MODELS(0);
Alot could be changed with these! Like i said if these were changeable it would show online! I found all these in the Game Data folder when the game installs...