Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ai_enabled

#1786
Hello! The game using texture loader with only two supported formats:
1. JPEG - color/grayscale, not progressive, any compression (we recommend using 85%);
2. PNG - only 24-bit and 32-bit (with alpha). Not 8-bit!
Please be sure you're exporting image in a supported format. Also, if by some reason JPEG is not working, try exporting PNG24/PNG32.
If you still have problems, please upload image for investigation.

Regards!
#1787
Hello!
As I know, currently game don't have any mechanism for limiting generation of specific ores. You can try to set very high (over 100) "shops_level" in ore xml, it should work, but not sure.
#1788
Is it working for you without any problems now?
#1789
Sorry, I made mistake: new method named "GetTotalCargoAmount", not "GetCargoAmount". As argument it accepts ship_id and returns number. It should work! Also if ship is docked it adds total cargo amount from cargo storage on the space station.
Regards!
#1790
Bug reports / Re: Trouble with Save Mission (v0.9.5)
August 16, 2014, 03:14:16 AM
Yes, previous savegames is incompatible with the new version. In the patch notes we inform about it. Sorry!
#1791
Bug reports / Re: New problem in a launcher
August 16, 2014, 03:10:50 AM
Hello! No, it's not normal. Please upload logs from C:/Users/<your_name>/AppData/Local/AtomicTorchStudio/GameLauncher/Logs
Thanks for reporting!
#1792
Hello!
Looks like target is not reset (after its destruction) and turret continue firing into it.
Will be fixed in the next build.
Regards!
#1793
Hello! Thanks for reporting!
Oh, somebody forgot to add one more entrance description. Will be fixed ASAP.
Regards!
#1794
Bug reports / Re: flickers buttons [0.9.6c] [SP]
August 15, 2014, 07:40:34 PM
Hello! Thanks for reporting.
We can't reproduce this issue, but will investigate why this happens on your machine.
Please could you upload the client log?

Regards!
#1795
(sorry, looks like I'm again mistakenly deleted your post!) BeLugh writed:
QuoteIm sorry to tell, but none of them is fixed. It includes ramming, mining_range (effect bonus from skill), mining_amount (effect bonus from skill), mining experience  (effect bonus from skill),
as well as my own effects all don't work. Somehow they are not summed up correctly in calculateship.js As all their FinalCacheValue is always 0 even when effecttable on skillscreen shows all effects correctly, but FinalCacheValue is always empty. A few days ago i took a closer look in calculateship and i could not find any error.
The only assumption i have is that those effects are not included in allEffects (so that they do not even get in the calculation). But i am not sure how you create the table on skillspage, when they include allEffects as well i have no idea where to find the bug

I saw that you have added ramming on collision and mining_experience to modulemining, but it does not help when the base value is 0 :/


(To still make my mod work i use the skilllevel i asked you for yesterday and made a makearound)

[var mexp2 = 1 + 0.1 * ship.GetSkill(args.ship_id, "mining_expertise");] This way i can also use my own effect :)


Thanks for reporting!
We tested all these effects with console.Print() and everything worked as expected (you can see debug calls commented out in code, uncomment them and try again).
Base value is taken from <core_mod>/data/other/default_effects.xml file. I know it's not good for modding (you need to override whole file, so after update in core mod you will still use outdated file), so we will improve it with the next version (maybe move base value into effect definition?).
Regards!
#1796
Bug reports / Re: No voices in game [0.9.6c] [SP]
August 15, 2014, 07:04:46 PM
Hello!
Sorry, we don't have any voices yet :-). The Voice volume controller don't make any sense now...
Regards!
#1797
Bug reports / Re: strange 1
August 15, 2014, 04:21:41 AM
Fixed in v0.9.6c (Experimental).
#1798
Bug reports / Re: Bug reports (0.9.5)
August 15, 2014, 04:21:33 AM
Fixed in v0.9.6c (Experimental).
#1799
Bug reports / Re: Several effects are not working
August 15, 2014, 04:21:21 AM
Fixed in v0.9.6c (Experimental).
#1800
Bug reports / Re: Can't create new lvl 0 skill
August 15, 2014, 04:20:37 AM
Fixed in v0.9.6c (Experimental).