G_ScriptAction_TagConnect -error and few other questions...


(manteli) #1

Hello!

I have few questions about my problems…


I’m trying to make a truck moving with a gold. And i haven’t got any problem with it before. Now when I try to use it on another map, it will give me an error written in title. Also it says, that it can not find the entity with a targetname.

I have checked it many many times. I don’t have any other entities with such targetname (checked with ‘L’, entity list).

“attachtotag truck tag_wback” is the command wich I think makes the error. The entity “truck” is a script_mover and uses “…/blitzbody.md3” as a model2. This model has a tag called tag_wback - I’ve checked it with “ET Model tool”.


I tried to remove the “attachtotag” command from the script file to check does it give anything else and it didn’t - well, it didn’t give me that error but another one.

Now it gave me the error with “point0” entity, which is a startpoint of a truck. And it’s there as well. But the game tells me it’s not.


The last one is, that I have “.arena” -file in my scripts folder, and it used to work when I started to create my map. However, suddenly I noticed that it doesn’t show up anything at connection screen. The file is there, exactly same name than my map and I have also tried copy&paste method from another maps to check but no, it still does not work.


So do you have any idea what’s going on here?

  • Oh, and forgot to mention that I can not provide any code here yet, since I am at work. But if you need any I can surely post. But I can’t find any reasonable information about the error or why it can not find such entities.

Greetings,
manteli


(-SSF-Sage) #2

At tag error …

Sounds like you have missing targetnames… Aka the copy paste prank on 1.5.0. It adds +1 after all target/targetnames on the pasted entities. Check if that is the case and fix it. So check the targetnames from L menu. Truck should be named truck not truck1 etc.

At arena error…

Testing on unpure server or with with pure server in pk3?