Page 1 of 1

Vehicles not spawning

Posted: Sun Apr 26, 2020 11:55 am
by KadeEclipse
Hello everyone.

i have edited Hoth and none of my vehicles are spawning. anyone got any idea why they wont spawn?
also if anyone can figure out why when i add my map to to instant action and it has its code name and not the missions name, that would be great. thanks
Image
Image
Image
Image

Kade

Re: Vehicles not spawning

Posted: Sun Apr 26, 2020 3:19 pm
by AQT
Are you using a capital R for Rep in the vehicle spawn entries? It's hard to tell. If you are, try making it lowercase.

Re: Vehicles not spawning

Posted: Sun Apr 26, 2020 4:03 pm
by KadeEclipse
AQT wrote:Are you using a capital R for Rep in the vehicle spawn entries? It's hard to tell. If you are, try making it lowercase.

they have to be capitals? there isnt a way to make it lower case in zeroeditor?

Re: Vehicles not spawning

Posted: Sun Apr 26, 2020 5:23 pm
by correctmushroom2013
Can you make a debug log and public it here? If you don't know how to, read this tut:
http://gametoast.com/viewtopic.php?f=27&t=33648
:wink:

Re: Vehicles not spawning

Posted: Sun Apr 26, 2020 5:48 pm
by KadeEclipse

Re: Vehicles not spawning

Posted: Sun Apr 26, 2020 8:08 pm
by AnthonyBF2
Are you making sure your mod is reading a new Hoth file and not the default level?
Also note, most vehicles need lots of free space around them before they will spawn, especially flyers.

Re: Vehicles not spawning

Posted: Mon Apr 27, 2020 1:25 am
by AQT
KadeEclipse wrote:they have to be capitals? there isnt a way to make it lower case in zeroeditor?
From I can see in your screenshots, it looks like you wrote Rep_hover_fightertank and Rep_walk_atte. I'm asking you to try rep_hover_fightertank and rep_walk_atte instead. If I remember correctly, ZE is case sensitive.

Re: Vehicles not spawning

Posted: Mon Apr 27, 2020 11:13 am
by KadeEclipse
AQT wrote:
KadeEclipse wrote:they have to be capitals? there isnt a way to make it lower case in zeroeditor?
From I can see in your screenshots, it looks like you wrote Rep_hover_fightertank and Rep_walk_atte. I'm asking you to try rep_hover_fightertank and rep_walk_atte instead. If I remember correctly, ZE is case sensitive.
i have tried to type it again. but zeroeditor cannot use lowercase it has only capitals. i cant figure out why they arent spawning. also my mission name is now ACW% any idea about that?

Re: Vehicles not spawning

Posted: Mon Apr 27, 2020 2:17 pm
by correctmushroom2013
I think what this line indicates that your map cannot create hovers.

Code: Select all

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\EntityHover.cpp(3723)
Unable to build EntityHover
I recommend trying to add this line to your memory pool in lua. Because default hot.lua don't have it.

Code: Select all

SetMemoryPoolSize("EntityHover", 6)
and nuber of hovers on map.

For AT-TE walker need this this line:

Code: Select all

AddWalkerType(3, 1) -- 2 attes with 3 leg pairs each

Re: Vehicles not spawning

Posted: Mon Apr 27, 2020 3:05 pm
by AQT
KadeEclipse wrote:i have tried to type it again. but zeroeditor cannot use lowercase it has only capitals.
That's just the font style. Captial letters are slightly bigger.

Re: Vehicles not spawning

Posted: Mon Apr 27, 2020 3:28 pm
by KadeEclipse
Thank you Mushroom this managed to fix my problem, and thank you AQT for your assistance too. together it fixed my problem! are either you any good at adding custom units or making sound files?

Re: Vehicles not spawning

Posted: Mon Apr 27, 2020 3:38 pm
by correctmushroom2013
KadeEclipse wrote:Thank you Mushroom this managed to fix my problem, and thank you AQT for your assistance too. together it fixed my problem! are either you any good at adding custom units or making sound files?
Yes, I can, there are many guides here to learn this, they are quite simple :wink:

Re: Vehicles not spawning

Posted: Thu Apr 30, 2020 4:58 pm
by KadeEclipse
correctmushroom2013 wrote:
KadeEclipse wrote:Thank you Mushroom this managed to fix my problem, and thank you AQT for your assistance too. together it fixed my problem! are either you any good at adding custom units or making sound files?
Yes, I can, there are many guides here to learn this, they are quite simple :wink:
I have made some custom models in blender and they ar vrml files. are you able to port them to the game for me?

Re: Vehicles not spawning

Posted: Fri May 01, 2020 7:42 am
by correctmushroom2013
KadeEclipse wrote:
correctmushroom2013 wrote:
KadeEclipse wrote:Thank you Mushroom this managed to fix my problem, and thank you AQT for your assistance too. together it fixed my problem! are either you any good at adding custom units or making sound files?
Yes, I can, there are many guides here to learn this, they are quite simple :wink:
I have made some custom models in blender and they ar vrml files. are you able to port them to the game for me?
Oh sorry, but I'm never worked with blender and idk what is it((

Re: Vehicles not spawning

Posted: Fri May 01, 2020 12:23 pm
by KadeEclipse
correctmushroom2013 wrote:
KadeEclipse wrote:
correctmushroom2013 wrote:
KadeEclipse wrote:Thank you Mushroom this managed to fix my problem, and thank you AQT for your assistance too. together it fixed my problem! are either you any good at adding custom units or making sound files?
Yes, I can, there are many guides here to learn this, they are quite simple :wink:
I have made some custom models in blender and they ar vrml files. are you able to port them to the game for me?
Oh sorry, but I'm never worked with blender and idk what is it((

what would i need to make the models playable and would you need them a specific file type to do your magic?