Collectibles auf modmaps?

Eure Foren für alle Diskussionen rund ums Thema Modding.
anthu
Posts: 4959
Joined: Thu Nov 06, 2014 8:03 am

Collectibles auf modmaps?

Post by anthu »

Hallo Leute
hab mit aus der Map_Fr (Haut-Beyleron) eine modmap gemacht.
funktioniert auch alles soweit, nur mit dem Collectibles hab ich ein problem:
sie leigen zwar da, lassen sich aber nicht aufsammeln und das gibt die log aus:

Code: Select all

2021-11-27 10:27   Error: Collectible with name 'cartridge01' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge02' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge03' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge04' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge05' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge06' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge07' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge08' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge09' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge10' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge11' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge12' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge13' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge14' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge15' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge16' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge17' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge18' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge19' is unknown.
2021-11-27 10:27   Error: Collectible with name 'cartridge20' is unknown.
in der i3d haben die cardridges den scriptCallback" - "Collectible.onCreate" aufruf:

Code: Select all

        <UserAttribute nodeId="40704">
            <Attribute name="name" type="string" value="cartridge01"/>
            <Attribute name="onCreate" type="scriptCallback" value="Collectible.onCreate"/>
            <Attribute name="triggerIndex" type="integer" value="1"/>
        </UserAttribute>
wie kriege ich den auf modmaps zum laufen?

lg
andreas
juf.de
Posts: 3816
Joined: Fri Mar 30, 2012 8:04 pm

Re: Collectibles auf modmaps?

Post by juf.de »

Ich hatte mir zwar auch mal eine ModMap erstellen lassen vom GE, sie aber noch nicht ingame getestet.
In der originalen map.xml des Basisspiels ist folgender Eintrag, der in der "modmap".xml fehlt:

Code: Select all

<collectibles filename="$data/maps/mapUS/collectibles.xml" />
Hast du den schon nachgetragen bzw es nach hinzufügen des Eintrags getestet?
Tutorials: log.txt, Giants Bilderhoster, erweiterter Texteditor, Konsole (PC)    /    Direktlink Giants Imagehoster
[PC] [Mac] [XB1] [PS4] in the thread title keeps the Forum clean / im Threadtitel hält das Forum übersichtlich
Playing on PC
User avatar
Emanuel83
Posts: 965
Joined: Fri Aug 23, 2019 7:12 am

Re: Collectibles auf modmaps?

Post by Emanuel83 »

Servus,

gibt schon einen Post dazu und was geholfen hat:
viewtopic.php?f=884&t=182804

Lg
Des is gkupft wia ghatscht und bis zum Heiratn is wieda guat :coolnew:
anthu
Posts: 4959
Joined: Thu Nov 06, 2014 8:03 am

Re: Collectibles auf modmaps?

Post by anthu »

ja danke
hab den 2.beitrag nicht gesehen.
habes mal eingetragen und werd später schaun obs bei mir so klappt
lg
andreas
Post Reply