mirror of
https://github.com/shiroikitsu8/Bayshore_6r_legacy.git
synced 2025-02-26 21:51:42 +01:00
add fulltune data for easier play, even tho theres no saving yet! :D
This commit is contained in:
parent
44e9d44bb9
commit
e9464ffc1c
@ -109,16 +109,16 @@ export default class GameModule extends Module {
|
||||
transferState: wm.wm.protobuf.TransferState.TRANSFERRED,
|
||||
cars: [
|
||||
{
|
||||
carId: 8,
|
||||
carId: 106,
|
||||
userId: 0,
|
||||
regionId: 0,
|
||||
name: "a",
|
||||
manufacturer: 0,
|
||||
model: 0,
|
||||
visualModel: 8,
|
||||
manufacturer: 12,
|
||||
model: 106,
|
||||
visualModel: 131,
|
||||
defaultColor: 0,
|
||||
customColor: 0,
|
||||
wheel: 0,
|
||||
wheel: 82,
|
||||
wheelColor: 0,
|
||||
aero: 0,
|
||||
bonnet: 0,
|
||||
@ -131,14 +131,14 @@ export default class GameModule extends Module {
|
||||
plateNumber: 0,
|
||||
tunePower: 17,
|
||||
tuneHandling: 17,
|
||||
title: "Beli Kabel LAN",
|
||||
level: 20,
|
||||
title: "Mobil Spek Mainland BOS!!!!!!",
|
||||
level: 0,
|
||||
windowSticker: false,
|
||||
rivalMarker: 0,
|
||||
lastPlayedAt: 0,
|
||||
aura: 0,
|
||||
auraMotif: 0,
|
||||
ghostLevel: 0,
|
||||
ghostLevel: 12,
|
||||
country: "JPN",
|
||||
searchCode: "a",
|
||||
},
|
||||
@ -154,8 +154,8 @@ export default class GameModule extends Module {
|
||||
],
|
||||
unusedCarTickets: [
|
||||
{
|
||||
category: wm.wm.protobuf.ItemCategory.CAT_CAR_TICKET,
|
||||
itemId: 1,
|
||||
category: wm.wm.protobuf.ItemCategory.CAT_CAR_TICKET_FREE,
|
||||
itemId: 5,
|
||||
},
|
||||
],
|
||||
tutorials: [
|
||||
@ -243,42 +243,43 @@ export default class GameModule extends Module {
|
||||
let msg = {
|
||||
error: wm.wm.protobuf.ErrorCode.ERR_SUCCESS,
|
||||
//everything after this should be replaced with values from a database, but thats above my pay grade :P
|
||||
car: {
|
||||
carId: 8,
|
||||
userId: 0,
|
||||
regionId: 0,
|
||||
name: "a",
|
||||
manufacturer: 0,
|
||||
model: 0,
|
||||
visualModel: 8,
|
||||
defaultColor: 0,
|
||||
customColor: 0,
|
||||
wheel: 0,
|
||||
wheelColor: 0,
|
||||
aero: 0,
|
||||
bonnet: 0,
|
||||
wing: 0,
|
||||
mirror: 0,
|
||||
neon: 0,
|
||||
trunk: 0,
|
||||
plate: 0,
|
||||
plateColor: 0,
|
||||
plateNumber: 0,
|
||||
tunePower: 17,
|
||||
tuneHandling: 17,
|
||||
title: "Beli Kabel LAN",
|
||||
level: 20,
|
||||
windowSticker: false,
|
||||
rivalMarker: 0,
|
||||
lastPlayedAt: 0,
|
||||
aura: 0,
|
||||
auraMotif: 0,
|
||||
ghostLevel: 1,
|
||||
country: "JPN",
|
||||
searchCode: "",
|
||||
},
|
||||
car:
|
||||
{
|
||||
carId: 106,
|
||||
userId: 0,
|
||||
regionId: 0,
|
||||
name: "a",
|
||||
manufacturer: 12,
|
||||
model: 106,
|
||||
visualModel: 131,
|
||||
defaultColor: 0,
|
||||
customColor: 0,
|
||||
wheel: 82,
|
||||
wheelColor: 0,
|
||||
aero: 0,
|
||||
bonnet: 0,
|
||||
wing: 0,
|
||||
mirror: 0,
|
||||
neon: 0,
|
||||
trunk: 0,
|
||||
plate: 0,
|
||||
plateColor: 0,
|
||||
plateNumber: 0,
|
||||
tunePower: 17,
|
||||
tuneHandling: 17,
|
||||
title: "Mobil Spek Mainland BOS!!!!!!",
|
||||
level: 0,
|
||||
windowSticker: false,
|
||||
rivalMarker: 0,
|
||||
lastPlayedAt: 0,
|
||||
aura: 0,
|
||||
auraMotif: 0,
|
||||
ghostLevel: 12,
|
||||
country: "JPN",
|
||||
searchCode: "a",
|
||||
},
|
||||
tuningPoint: 0,
|
||||
odometer: 0,
|
||||
odometer: 99999999,
|
||||
playCount: 10,
|
||||
earnedCustomColor: false,
|
||||
setting:
|
||||
@ -321,6 +322,15 @@ export default class GameModule extends Module {
|
||||
stConsecutiveWins: 699999,
|
||||
stConsecutiveWinsMax: 420,
|
||||
stCompleted_100Episodes: false,
|
||||
|
||||
ownedItems: [
|
||||
{
|
||||
category: wm.wm.protobuf.ItemCategory.CAT_METER,
|
||||
itemId: 1,
|
||||
amount: 1,
|
||||
},
|
||||
],
|
||||
|
||||
auraMotifAutoChange: false,
|
||||
screenshotCount: 0,
|
||||
transferred: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user