This member has provided no bio about themself...

Comment History  (0 - 30 of 354)
Mr.Thi
Mr.Thi - - 354 comments @ Clean UI for Homeworld Remastered

You can add -mpBeta or something like that as Argument to the modlauncher. I have not tested it myself yet, but read it somewhere on the forums.

This should enable multiplayer

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Star Trek: Continuum - Release GAMMA

Are you playing with CPU opponents? ... The out of syn is most probably caused by a function call checking if a player is an AI. The client will not detect CPU players as CPU, but think they are real players ... Therefor the game will get out of sync.

The corresponding function should be: "CPU_Exist(0)"
Hw2wiki.net

... maybe one of the Devs may take a look at that.

If I remember right, there is a Safe Deathmatch or something like that in the gamemode selection, maybe they have this function not active there.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ STC - Mod Launcher Compatibility Fix

If it does not work create a manual shortcut to start it.
Like this:
...\Homeworld2.exe -mod STC_main.big -mod STC_fonts.big -mod STC_shader2.big -hardwarecrusor

I hope this will help. I have Win 8.1 64 bit and the Lauchner simply does nothing when installed in my directory. Even moving the files from STC to Bin or running as admin does nothing.

Did not find a way around ... so used my own shortcut

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ RandomMapGameMode V0.25A (WIP-Backup)

Well, WIP-Backup. That's pretty much it.

Tehre should be only one map and WIP usually mean something alpha like ;-)

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Jumpgate WIP

Jea - finally a nice Jumpgate! Looking good.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ The Fish Time Has Begun

NomNomNom Wreckage NomNomNom

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

Thak you very much. I do my very best. =D

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

If I can manage to work on them ^^ ...

I'm currently trying to streamline ship and race integration as well als Buildtree and Build restrictions. I totally altered a lot of stuff with the new Gamemode. Scripting wise it allows a lot more races now. This should be pretty similar to the HW: Universe race management conceptwise.

before we will have Eve ships back, I will finish the Prototype with Hiigaran and Vaygr Fleets. Next Step, may add 1-4 Factions from Nexus: The Jupiter incident and the EVE Race ships with the ships you saw on early screenshots.

I would not expect all this done soon, but when gamemode is fully polished, all things may speed up a lot.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ New Map (EVE: RTS background)

Well, checked. ^^ - you may remove those two comments.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ New Map (EVE: RTS background)

Jea, ... and it would have been nice, if Siliconworm would have asked at least before using it.

Well, he should at least ask the HW2:Blue Planet Team.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Balvarian Carrier

Centauri carrier ^^ ... I can still remember this one from the HW1 mod.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Another load of Gamemode Shipyards on their way

^^ ... you like pain huh? ... Well the same as above. But buy Subsystems that add the specific upgrade.

If all that is done when docking, you could also use a script instead of the Addability with aof.
SobGroup_RestrictBuildOption(<sSobGroupName>, <sBuildTypeName>)
SobGroup_UnRestrictBuildOption(<sSobGroupName>, <sBuildTypeName>)

Hw2wiki.net

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Another load of Gamemode Shipyards on their way

Hm. Sounds interesting. I think the Shipyard, Arsenal and Repair station / Ship is possible. The arsenalship could get a area of effect "add ability" wich will enable build on the docked capitals. The function "SobGroup_AllowPassiveActionsAlways" would allow building subsystems while docked. The towing and repair restriction could be a Problem.

Different Buildspeed is also possible by either using a modifier or different Ship-files.

I think it is only usefull for an RPG-style mod. It would be an enourmous pain to script this for AI.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Another load of Gamemode Shipyards on their way

I have some other Nexus shipy done too. Maybe I'll add them in. All in all there are a lot of mods using this ships to date and there does not seem to be anyone who cares. So I might use them until someone tells me to do not. I pretty much avoided using them because I could not find anyone resposible who I may ask. But as many mods seem to use them there seems to be no Problem.

Gorg and Noah Ships are ready - even some Vadrag. Some Ships still miss turrets.

As my new Gamemode supports unilimited Races (pretty similar to Homeworld Universe Mod) I do not have to be picky about them. Maybe the Nexus ships will be in before the EVE stuff.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Something I build from the Chimera Station...

Awaiting incomming Message :-D

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Latest SC-305 enhancements

If you hod it the right way and make good lods it's definetly possible

up to 100-200k Poys is easily possible. But you may need a combination of HodEd 3 and 4. The Obj file needs to be divided into several parts and then imported in CfHodEd V3, because there is a limit of polys that can be imported with V3, but it has no shading bugs in there. After that you can use V4 to Hod the Turrets and other stuff.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Battle damage and Fuel Auto Docking for AI

You could manage them as a Stack or something like that. When doing the scripts for the Sectore mode I divided most otherwise for or while operations in function to be called inside a Rule wich increases an index by a setable amout to work on arrays.

As you have changing entities you could either collect the new array while processing an old one over time as a rule. or you could create a Stack with Entities wich are removed if killed.

I always failed at that because I was not able to get individual ships on runtime in an efficient way.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Battle damage and Fuel Auto Docking for AI

Jea... Well they use the same system with Dawn of war 1 and 2. But the really ugly part is, that the bullet will always follow it's target to hit if it was determined to Hit by engine. (At least if target random will not lead to empty space.) I noticed that the first time when I managed to jump a ship with a short range jump and a good amout of bullets chaned their direction to hit at new destination.

^^ ... HW Technerd discussion *Like*

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Battle damage and Fuel Auto Docking for AI

HW1 had a lot of mechanics that where superior to HW2 ones. Comparing the Performance and Physics HW1 was much better. The Bullets where much better ... in HW2 every Bullet is basically a homing missile with a chance to miss... In HW2 hitting the target was more realistic. If a fighter was moving short before the bullet hits, it simply won't hit. In HW2 ... the shot will follow the fighter. I also think this mechanism made battes much more CPU intense. HW1 was able to handle way more ships in Battles then HW2 can.

And the whole harvesting and asteroid system ... was much better... Well I shuold stop now :-P

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Battle damage and Fuel Auto Docking for AI

X System is cool, but it's load is enourmous and I'm pretty sure it would be much bigger then the load their script is creating, if you use it on many ships.

I tried to control ship speed with X-System for my EVE mod... And the results where very nasty. It's simply not efficient for many ships.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ Battle damage and Fuel Auto Docking for AI

Ehm ... I like the Idea and all this. But .. have you checked this with let#s say ... 200 Fighters?

I would think this might cause heavy lag or stuttering.

At least that's what I remember when the last one tried this.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

Hi SCARRIOR,

The reason i use Data and not Big, is that I see no need to do so. But this discussion has been done before. When I think, there is a Version wich will not change very much, I may create a Big-file.

In addition I think the modding beginners can start to mod it, even without having to extract it first...

Best Regards.
Mr.Thi

P.S.

For the Crash take a look at my Comment above.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

Hey bongiovonni,

This might be a common problem with the Shaders.

Please take a look at my first post.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

Hey Sid,

look at my new Comment at the Top. It gives some info.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

Hey,
thx to all of you still following my mod.
I did not manage to work on it since the last picture update.

Currently there is nothing new, wich is playable in any form.

I can not promise anything, but maybe I'm able to release another gamemode candidate next year. But I'm pretty sure that, if that is happening there will only be a limited number of ships - like in the first release.
Titans, Dreads and Stations are also pretty unlikely.

Best regards
Mr.Thi / -=[F@LC0N]=-

P.S. Regarding Crashes
Please Check this:
- Have you got an ATI / AMD card? (delete/rename shader folder)
- is the a race selected? (not random)
- is the map working? (try another)
- check HW2.log for other hints. (Maybe send it to me via pm)

Good karma+2 votes
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

You can send me your Hw2.log via PM, i'll take a look.

Maybe you should try to remove the "" around the target.

Otherwise .. simply PM me if the problem is still there.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

They where planned but currently I simply lack time.
Also the size difference seems too big after all... -.-'

The game would go to be too slow.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

The Plan was to have them, but no time to implend.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

Currently there is nothing big going on.

Time is low at the moment.

I spend most of my time for University and a bit on X Rebirth.

But I have done some work on a new random Map system. Wich will work with Jumppoints similar to Freespace and B5 Capture mode.
(Only to Buy stuff - not for travel)

Currently this is only working on matlab ... still need to implend it into hw2 lua.

Good karma+1 vote
Mr.Thi
Mr.Thi - - 354 comments @ EVE: RTS

No? - I simply lack of time at the moment.

Good karma+1 vote