Author Message

bitelaserkhalif

id
Posts: 20
http://khaliffadhillah.blogspot.c...
Location: Indonesia rice field
Occupation: oof
Age: 23
V$: idk
#122687   2017-05-31 01:51          
For anyone who experinced Wrong Gametype error:

The java has misplaced location of parts!

Example, on rdb:
<FILE 00000359.res >
typeof	8
superid	0x00000227
typeid	0x000000D7
alias	L
isparentcompatible	1.00
</FILE>
<FILE 00000359.rsd >
script cars\racers\Kurumma_v9\scripts\Kurumma_L_taillights.class
native part cars\racers\Kurumma_v9\scripts\L_taillights.cfg
</FILE>


It's having an alias L, means should be on L section like this:
		stock_parts_list_L  = new int[3];
		stock_parts_list_L[ 0] = cars.racers.Kurummav9:0x000000CCr; // "Driver seat" //
		stock_parts_list_L[ 1] = cars.racers.Kurummav9:0x000000D6r; // "L skirt base" //
		stock_parts_list_L[ 2] = cars.racers.Kurummav9:0x000000D7r; // "L taillights" //

This part should not be placed on RL, RR, F, or even E section. Doing this pops out wrong GameType!

And the error log is looking like this-> create: Wrong GameType! cars\racers\Kurummav9.rpk:0x004D00D7, 00D7 is part that experienced this problem.

Just for sharing my knowledge on modding.
My site
cool vibreson