What's new

Modding Mission .json Theory (Possible RP Lobbies)

U

UknownProdigy

Newbie
Messages
13
Reaction score
3
Points
45
Sin$
0
Hey guys I was just messing around and I found this link and I was wondering if you would be able to mod the rp given and host lobbies.
http://prod.cloud.rockstargames.com/ugc/gta5mission/8991/BNLFouOvWkGT1HBoJdzHAg/0_0_en.json

For example if you change this
Code:
"musx" :	-1364182385,
	  "nm" :	"Cypress Flats LTS",
	  "num" :	8,
	  "optbs" :	128,
	  "ownerid" :	"2535285332020033",
	  "photo" :	true,
	  "rad" :	0.000000,
	  "rank" :	1,
	  "start" :	{"x": 897.510864, "y": -2340.598633, "z": 29.446136},
	  "subtype" :	5,
	  "time" :	0,
	  "tnum" :	2,
	  "trel" :	33825,
	  "type" :	0,
	  "vcpr" :	{"x": -10.879431, "y": 0.000056, "z": -131.610214},
	  "xpr" :	200
To this
Code:
"musx" :	-1364182385,
	  "nm" :	"Cypress Flats LTS",
	  "num" :	8,
	  "optbs" :	128,
	  "ownerid" :	"2535285332020033",
	  "photo" :	true,
	  "rad" :	0.000000,
	  "rank" :	1,
	  "start" :	{"x": 897.510864, "y": -2340.598633, "z": 29.446136},
	  "subtype" :	5,
	  "time" :	0,
	  "tnum" :	2,
	  "trel" :	33825,
	  "type" :	0,
	  "vcpr" :	{"x": -10.879431, "y": 0.000056, "z": -131.610214},
	  "xpr" :	5000000
 
Z61

Z61

Some times our saints are sinners
Retired
Programmer Forum Addict Odysseus' Summit
Messages
5,468
Reaction score
3,429
Points
1,042
Sin$
0
Try it, this way of manipulation is still new to this game.
 
RedFive

RedFive

Enthusiast
Messages
932
Reaction score
272
Points
125
Sin$
0
Can this be done like the tuneables.json? in the same location on the web server?
 
U

UknownProdigy

Newbie
Messages
13
Reaction score
3
Points
45
Sin$
0
Can this be done like the tuneables.json? in the same location on the web server?

Um no this is done by finding the link to the missions on the cloud servers and editing it like the tuneables.
 
xIIJazza

xIIJazza

Collecting gym badges.®
Free Hoster Experienced Veteran Hardened Veteran
Messages
2,824
Reaction score
1,323
Points
405
Sin$
0
Nice find, dig around some more, I'm sure you'll find something :smile:
 
NYC

NYC

AKA BrettsMοds
Frame In Gold Modder Grammar Nazi
Messages
3,865
Reaction score
1,717
Points
610
Sin$
0
Um no this is done by finding the link to the missions on the cloud servers and editing it like the tuneables.
Any easy way to find the links to each mission? As it seems the URL is a random mission ID.

And I'll be trying this out right now. :wink:
 
TheDonBro

TheDonBro

✞▬ஜ۩۞۩ஜ▬✞
Modder Mythical Veteran Programmer
Messages
3,592
Reaction score
3,449
Points
680
Sin$
7
Hey guys I was just messing around and I found this link and I was wondering if you would be able to mod the rp given and host lobbies.
http://prod.cloud.rockstargames.com/ugc/gta5mission/8991/BNLFouOvWkGT1HBoJdzHAg/0_0_en.json

For example if you change this
Code:
"musx" :	-1364182385,
	  "nm" :	"Cypress Flats LTS",
	  "num" :	8,
	  "optbs" :	128,
	  "ownerid" :	"2535285332020033",
	  "photo" :	true,
	  "rad" :	0.000000,
	  "rank" :	1,
	  "start" :	{"x": 897.510864, "y": -2340.598633, "z": 29.446136},
	  "subtype" :	5,
	  "time" :	0,
	  "tnum" :	2,
	  "trel" :	33825,
	  "type" :	0,
	  "vcpr" :	{"x": -10.879431, "y": 0.000056, "z": -131.610214},
	  "xpr" :	200
To this
Code:
"musx" :	-1364182385,
	  "nm" :	"Cypress Flats LTS",
	  "num" :	8,
	  "optbs" :	128,
	  "ownerid" :	"2535285332020033",
	  "photo" :	true,
	  "rad" :	0.000000,
	  "rank" :	1,
	  "start" :	{"x": 897.510864, "y": -2340.598633, "z": 29.446136},
	  "subtype" :	5,
	  "time" :	0,
	  "tnum" :	2,
	  "trel" :	33825,
	  "type" :	0,
	  "vcpr" :	{"x": -10.879431, "y": 0.000056, "z": -131.610214},
	  "xpr" :	5000000

That surely has to work do the exact same like you did with tunables.json? I carnt see a reason why this wouldn't work :biggrin:
 
wan5

wan5

Getting There
Messages
521
Reaction score
462
Points
225
Sin$
7
Hey guys I was just messing around and I found this link and I was wondering if you would be able to mod the rp given and host lobbies.
http://prod.cloud.rockstargames.com/ugc/gta5mission/8991/BNLFouOvWkGT1HBoJdzHAg/0_0_en.json

For example if you change this
Code:
"musx" :	-1364182385,
	  "nm" :	"Cypress Flats LTS",
	  "num" :	8,
	  "optbs" :	128,
	  "ownerid" :	"2535285332020033",
	  "photo" :	true,
	  "rad" :	0.000000,
	  "rank" :	1,
	  "start" :	{"x": 897.510864, "y": -2340.598633, "z": 29.446136},
	  "subtype" :	5,
	  "time" :	0,
	  "tnum" :	2,
	  "trel" :	33825,
	  "type" :	0,
	  "vcpr" :	{"x": -10.879431, "y": 0.000056, "z": -131.610214},
	  "xpr" :	200
To this
Code:
"musx" :	-1364182385,
	  "nm" :	"Cypress Flats LTS",
	  "num" :	8,
	  "optbs" :	128,
	  "ownerid" :	"2535285332020033",
	  "photo" :	true,
	  "rad" :	0.000000,
	  "rank" :	1,
	  "start" :	{"x": 897.510864, "y": -2340.598633, "z": 29.446136},
	  "subtype" :	5,
	  "time" :	0,
	  "tnum" :	2,
	  "trel" :	33825,
	  "type" :	0,
	  "vcpr" :	{"x": -10.879431, "y": 0.000056, "z": -131.610214},
	  "xpr" :	5000000

Tried this earlier, all i could get working was custom text and picture.

20131211_035408.jpg
 
wan5

wan5

Getting There
Messages
521
Reaction score
462
Points
225
Sin$
7
People can't join, or what?


Yes people can join and the game starts. If it had of worked i would have started dumping the .json files.

192.168.137.184 - - [08/Dec/2013:23:15:15 +0000] "GET /ugc/gta5mission/5891/rFu4P4ImnEi9w9vmPi_DHw/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:17 +0000] "GET /ugc/gta5mission/8885/V3Vl3vk3ME6OSQav5c0wfg/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:21 +0000] "GET /ugc/gta5mission/4338/PvM-7DC_PEGHraComeP68w/1_0.jpg HTTP/1.1"404249
192.168.137.184 - - [08/Dec/2013:23:15:25 +0000] "GET /ugc/gta5mission/4499/2WysRgT_KkSuoXj-mt_cgw/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:30 +0000] "GET /ugc/gta5mission/0488/Cw6Cr-ex8k6fAtrmVcTwFw/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:32 +0000] "GET /ugc/gta5mission/6109/Qcoko2OnfkeacLiPab5xlQ/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:33 +0000] "GET /ugc/gta5mission/8885/V3Vl3vk3ME6OSQav5c0wfg/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:45 +0000] "GET /ugc/gta5mission/4338/PvM-7DC_PEGHraComeP68w/1_0.jpg HTTP/1.1"404249
192.168.137.184 - - [08/Dec/2013:23:15:48 +0000] "GET /ugc/gta5mission/5867/eB8BZ-29vEy-qriPh9qBAQ/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:49 +0000] "GET /ugc/gta5mission/0808/UtQ1hnzP4UqwKvQ7-92NwQ/1_0.jpg HTTP/1.1" 404 249

Its easier to grab the links from the servers logs. It throws an 404 error when highlighting the missions on the map. If your connected to my server still you can check that en.json out by hosting a Cypress Hills LTS
 
U

UknownProdigy

Newbie
Messages
13
Reaction score
3
Points
45
Sin$
0
Yes people can join and the game starts. If it had of worked i would have started dumping the .json files.

192.168.137.184 - - [08/Dec/2013:23:15:15 +0000] "GET /ugc/gta5mission/5891/rFu4P4ImnEi9w9vmPi_DHw/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:17 +0000] "GET /ugc/gta5mission/8885/V3Vl3vk3ME6OSQav5c0wfg/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:21 +0000] "GET /ugc/gta5mission/4338/PvM-7DC_PEGHraComeP68w/1_0.jpg HTTP/1.1"404249
192.168.137.184 - - [08/Dec/2013:23:15:25 +0000] "GET /ugc/gta5mission/4499/2WysRgT_KkSuoXj-mt_cgw/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:30 +0000] "GET /ugc/gta5mission/0488/Cw6Cr-ex8k6fAtrmVcTwFw/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:32 +0000] "GET /ugc/gta5mission/6109/Qcoko2OnfkeacLiPab5xlQ/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:33 +0000] "GET /ugc/gta5mission/8885/V3Vl3vk3ME6OSQav5c0wfg/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:45 +0000] "GET /ugc/gta5mission/4338/PvM-7DC_PEGHraComeP68w/1_0.jpg HTTP/1.1"404249
192.168.137.184 - - [08/Dec/2013:23:15:48 +0000] "GET /ugc/gta5mission/5867/eB8BZ-29vEy-qriPh9qBAQ/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:49 +0000] "GET /ugc/gta5mission/0808/UtQ1hnzP4UqwKvQ7-92NwQ/1_0.jpg HTTP/1.1" 404 249

Its easier to grab the links from the servers logs. It throws an 404 error when highlighting the missions on the map. If your connected to my server still you can check that en.json out by hosting a Cypress Hills LTS

Nice there must be a way to do some other stuff such as rp that doesn't involve tuneables.
 
NYC

NYC

AKA BrettsMοds
Frame In Gold Modder Grammar Nazi
Messages
3,865
Reaction score
1,717
Points
610
Sin$
0
Yes people can join and the game starts. If it had of worked i would have started dumping the .json files.

192.168.137.184 - - [08/Dec/2013:23:15:15 +0000] "GET /ugc/gta5mission/5891/rFu4P4ImnEi9w9vmPi_DHw/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:17 +0000] "GET /ugc/gta5mission/8885/V3Vl3vk3ME6OSQav5c0wfg/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:21 +0000] "GET /ugc/gta5mission/4338/PvM-7DC_PEGHraComeP68w/1_0.jpg HTTP/1.1"404249
192.168.137.184 - - [08/Dec/2013:23:15:25 +0000] "GET /ugc/gta5mission/4499/2WysRgT_KkSuoXj-mt_cgw/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:30 +0000] "GET /ugc/gta5mission/0488/Cw6Cr-ex8k6fAtrmVcTwFw/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:32 +0000] "GET /ugc/gta5mission/6109/Qcoko2OnfkeacLiPab5xlQ/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:33 +0000] "GET /ugc/gta5mission/8885/V3Vl3vk3ME6OSQav5c0wfg/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:45 +0000] "GET /ugc/gta5mission/4338/PvM-7DC_PEGHraComeP68w/1_0.jpg HTTP/1.1"404249
192.168.137.184 - - [08/Dec/2013:23:15:48 +0000] "GET /ugc/gta5mission/5867/eB8BZ-29vEy-qriPh9qBAQ/1_0.jpg HTTP/1.1" 404 249
192.168.137.184 - - [08/Dec/2013:23:15:49 +0000] "GET /ugc/gta5mission/0808/UtQ1hnzP4UqwKvQ7-92NwQ/1_0.jpg HTTP/1.1" 404 249

Its easier to grab the links from the servers logs. It throws an 404 error when highlighting the missions on the map. If your connected to my server still you can check that en.json out by hosting a Cypress Hills LTS
So if it starts, whats the problem?

I just tried it with the one posted above, and it said "Job cannot start because it contains invalid data and needs to be redownloaded"
 
U

UknownProdigy

Newbie
Messages
13
Reaction score
3
Points
45
Sin$
0
So if it starts, whats the problem?

I just tried it with the one posted above, and it said "Job cannot start because it contains invalid data and needs to be redownloaded"

Use a program such as WireShark if you really want to get into this stuff and research. You can find links and missing files with it needed to start the job.
 
wan5

wan5

Getting There
Messages
521
Reaction score
462
Points
225
Sin$
7
Nice there must be a way to do some other stuff such as rp that doesn't involve tuneables.


Possibly the value both of us assumed to be rp may not actually be it. Take a look at this one.

http://prod.cloud.rockstargames.com/ugc/gta5mission/4338/PvM-7DC_PEGHraComeP68w/0_0_en.json

Code:
	  "musx" :	1905986299,
	  "nm" :	"Ace Liquor",
	  "num" :	6,
	  "optbs" :	0,
	  "ownerid" :	"2535285331657108",
	  "photo" :	true,
	  "rad" :	0.000000,
	  "rank" :	6,
	  "start" :	{"x": 1305.656982, "y": 3590.267822, "z": 33.293068},
	  "subtype" :	0,
	  "time" :	1,
	  "tnum" :	2,
	  "trel" :	0,
	  "type" :	1,
	  "vcpr" :	{"x": 1.199968, "y": 0.000041, "z": -38.061352},
	  "xpr" :	0
 
U

UknownProdigy

Newbie
Messages
13
Reaction score
3
Points
45
Sin$
0
Possibly the value both of us assumed to be rp may not actually be it. Take a look at this one.

http://prod.cloud.rockstargames.com/ugc/gta5mission/4338/PvM-7DC_PEGHraComeP68w/0_0_en.json

Code:
	  "musx" :	1905986299,
	  "nm" :	"Ace Liquor",
	  "num" :	6,
	  "optbs" :	0,
	  "ownerid" :	"2535285331657108",
	  "photo" :	true,
	  "rad" :	0.000000,
	  "rank" :	6,
	  "start" :	{"x": 1305.656982, "y": 3590.267822, "z": 33.293068},
	  "subtype" :	0,
	  "time" :	1,
	  "tnum" :	2,
	  "trel" :	0,
	  "type" :	1,
	  "vcpr" :	{"x": 1.199968, "y": 0.000041, "z": -38.061352},
	  "xpr" :	0

Hmmm.. Thats strange surely the rp has to be somewhere not neccessarly that .json you mind pming me the link I'd like to look into it.
 
GlitchParadise

BHDMan

Enthusiast
Messages
107
Reaction score
49
Points
95
Sin$
0
So this works... maybe?
From what I've read so far from wan5 wan5 , it seems hosting your own lobby may work with others but he hesitates when saying "Tried this earlier, all i could get working was custom text and picture."
It seems doable and when put into the right hands, reliable.
 
GlitchParadise

BHDMan

Enthusiast
Messages
107
Reaction score
49
Points
95
Sin$
0
It could be possible someone has but they're just not saying.

I'll test it out and use some various methods I've concocted tomorrow evening. From what it looks, this shouldn't be hard to do and I doubt we're the only one who know of this. But if we find a way to make this easier, no tutorials. Money has already begun to ruin the lobbies. Now imagine a bunch of prepubescent kids running around with Miniguns and RPGs.

Besides, wan seems a step ahead anyways
 
Top Bottom
Login
Register