Jump to content


Photo

Commandos 2 missing/extra features


  • Please log in to reply
51 replies to this topic

#21 Salvadorc17

Salvadorc17

    title available

  • Members
  • 507 posts
  • Location:Colombia
  • Projects:Destination Norway

Posted 30 May 2016 - 08:16 PM

Guys, if you don't know about something in Commandos 2, got to GLOBAL.STR and you will know about it.

The mirror action is totally useless, because it can just rotate your player in the wanted angle.

About the Global.STR, I think that nothing was deleted from beta, all beta text are there.

Ok, but still how to have use it, even if i assign to inventory and add hotkey for it, is not working, not sure animation requiered for action, or something else...



#22 The Agent

The Agent
  • Members
  • 81 posts

Posted 30 May 2016 - 08:38 PM

Firstly, you have to change that in INTERFAZ.MSB to make it appear in the game. (Same thing with the slingshot)

Secondly, it will not work because the code is missing in executable. (Also with the slingshot)

 

And about the slingshot, believe me, it won't work, i already done that to the game. I made the ability for thief by adding it in his code, I added it in his backpack, I made an icon for it in the interface, and as a result, the game worked, and all is fine, but the only problem is that thief can't be selected, and if you take another commando and see what's in his inventory, you will see that the slingshot is already there.

In conclusion: Impossible  :sad2:


Edited by Agent MB, 30 May 2016 - 08:40 PM.


#23 Salvadorc17

Salvadorc17

    title available

  • Members
  • 507 posts
  • Location:Colombia
  • Projects:Destination Norway

Posted 30 May 2016 - 10:26 PM

I can also select the thieft, or men assigned, if added item, what im not able to do is use the object, becuase the key assigned for it simple do nothing, and code for slingshot or rock launcher is already AcUsaTirachinas is the action..



#24 The Agent

The Agent
  • Members
  • 81 posts

Posted 30 May 2016 - 11:32 PM

I think because you didn't remember this: IT_TIRACHINAS_S, add it in the Mochila code.

Here is the activated slingshot, but the bug remains, download this and start Saving Private Smith.


Edited by Agent MB, 30 May 2016 - 11:51 PM.


#25 herbert3000

herbert3000

    Guilty Until Proven Innocent

  • Division Admins
  • 610 posts
  • Location:Austria
  • Division:Commandos HQ
  • Job:Division Admin

Posted 31 May 2016 - 11:50 AM

The reason why you can't select the thief when he has the IT_TIRACHINAS_S code is this: The keyword IT_TIRACHINAS_S is simply not present in the comm2.exe.

 

It's only available in the C2 demo. But there's a bug in the implementation of ComporTirachinas. The demo crashes (access violation because of a null pointer) as soon as you click on the icon/press the hotkey for the slingshot.

slingshot.jpg

(screenshot from the demo)



#26 The Agent

The Agent
  • Members
  • 81 posts

Posted 31 May 2016 - 01:46 PM

Like I said: In conclusion: Impossible   :sad2:

If someone want to visit the original night version of Colditz, here it is, just start the mission, it has some collisions bugs.

Here is some differences: there is some working lamps in the village near the castle and also in its entrance, there was a gate here that isn't in the final, and obviously the castle entrance didn't have a big door.

Here is some beta pictures: Pic 1, Pic 2


Edited by Agent MB, 31 May 2016 - 03:31 PM.


#27 Salvadorc17

Salvadorc17

    title available

  • Members
  • 507 posts
  • Location:Colombia
  • Projects:Destination Norway

Posted 31 May 2016 - 07:39 PM

The reason why you can't select the thief when he has the IT_TIRACHINAS_S code is this: The keyword IT_TIRACHINAS_S is simply not present in the comm2.exe.


So weird, for me is present in version 1.0 executable, there is from where i took all the code. Also i can equip, select, but not shoot!

Edited by Salvadorc17, 31 May 2016 - 07:39 PM.


#28 The Agent

The Agent
  • Members
  • 81 posts

Posted 31 May 2016 - 11:25 PM

 

The reason why you can't select the thief when he has the IT_TIRACHINAS_S code is this: The keyword IT_TIRACHINAS_S is simply not present in the comm2.exe.


So weird, for me is present in version 1.0 executable, there is from where i took all the code. Also i can equip, select, but not shoot!

 

I took version 1.0 and it didn't work, I have the same problem: I can't select the thief.



#29 Salvadorc17

Salvadorc17

    title available

  • Members
  • 507 posts
  • Location:Colombia
  • Projects:Destination Norway

Posted 04 June 2016 - 04:29 PM

I think youre missing some lines of code:
 
AUDispararTirachinas
In the actions for the selected commando, i use Artific.

[
						.TOKEN TIRACHINA
						.COLORPUNTOLIBRETA OBJETO
						.POS 
                        [
                            .XYZ 
                            (
                                -420.0 -432.0 0 
                            )
                            .ESC EXTERIOR 
                        ]
						.BANDO NEUTRAL
						.HTIP SLSH
						.COMPORTAMIENTO
						(
						ComporTirachinas [ ]
						) 
						.ZONASELECCION ( Cilindro [ .RADIO 10 .ALTURA 20 ] )
						.VOLCOLISION ( Cilindro [ .RADIO 12 .ALTURA 20 ] )
						.ANIMADOR
						(
						Animador2d
						[
						.VOL ( Cilindro [ .RADIO 20 .ALTURA 30 ] )
						.ANI MORADO.AN2
						]
						)
						.ANGULO 0
						.BICHOENCUAD [ .DIMBICHOX 1 .DIMBICHOY 1 .GFX CTIRACHINAS ]
						.LISTAS ( SELE EJEC FLAS )
  
					]



#30 The Agent

The Agent
  • Members
  • 81 posts

Posted 04 June 2016 - 10:06 PM

Nope, I took the code from the Macros files and changed its variables, but sadly it didn't work.


Edited by Agent MB, 04 June 2016 - 10:06 PM.


#31 Salvadorc17

Salvadorc17

    title available

  • Members
  • 507 posts
  • Location:Colombia
  • Projects:Destination Norway

Posted 13 June 2016 - 11:06 PM

This is other of the most interesting not used featured, the horse, is supposed to be rideable?

 

Attached Files



#32 The Agent

The Agent
  • Members
  • 81 posts

Posted 13 June 2016 - 11:20 PM

Dude, I already said that to you, yes, It was rideable, and the code is still in macros file, but the problem is the animations, when they ride it, They use the sittting on the Jeep animation.



#33 The Agent

The Agent
  • Members
  • 81 posts

Posted 22 June 2016 - 04:20 AM

For everyone who want to visit the unused 3D version of the map Saving Private Smith:

-Download this

-Put it in RY folder inside MISIONES

-Run the game and play in cheats mode (GONZOANDJON)

-Switch interiors (Press 'End' button)

-Now, you must be there (If you see a black screen, zoom out using '-' button, then you will see the little village in 3D)

-You can teleport your Commandos there by using the CTRL + X

 

Sadly, there is just the first half of the map.

You can see also see some Beta changes on that map, I have already showed them in my old account Mercenary.


Edited by Agent MB, 22 June 2016 - 02:08 PM.


#34 SirRH

SirRH

    title available

  • Members
  • 604 posts
  • Location:Uranus

Posted 22 June 2016 - 02:05 PM

For everyone who want to visit the unused 3D version of the map Saving Private Smith:

-Download this

-Put it in RY folder inside MISIONES

-Run the game and play in cheats mode (GONZOANDJON)

-Switch interiors (Press 'End' button)

-Now, you must be there (If you see a black screen, zoom out using '-' button, then you will see the little village in 3D)

 

Sadly, there is just the first half of the map.

You can see also see some Beta changes on that map, I have already showed them in my old account Mercenary.

c4f287bff437f03e59fb17654a5216fb.png

 

Is very unfinished, i think 2d is better because this has bad textures even for a 2001 game :D


Edited by robb, 22 June 2016 - 02:46 PM.


#35 The Agent

The Agent
  • Members
  • 81 posts

Posted 23 June 2016 - 10:51 PM

Found something new in the game files, You can control a German Soldier !


Edited by Agent MB, 24 June 2016 - 02:09 AM.


#36 The Agent

The Agent
  • Members
  • 81 posts

Posted 30 June 2016 - 12:36 AM

Found another thing, the allied grenadier, He could throw "Unlimited" grenades, and that's why he was cut.

And with this, the versus gamemode will be with grenades. ;)

Sorry for double post.


Edited by Agent MB, 30 June 2016 - 12:38 AM.


#37 canstay

canstay
  • Members
  • 91 posts

Posted 01 July 2016 - 05:15 PM

Found something new in the game files, You can control a German Soldier !

How to do that?



#38 canstay

canstay
  • Members
  • 91 posts

Posted 01 July 2016 - 05:17 PM

Found another thing, the allied grenadier, He could throw "Unlimited" grenades, and that's why he was cut.

And with this, the versus gamemode will be with grenades. ;)

Sorry for double post.

Throw grenades, great, how to operate it?



#39 The Agent

The Agent
  • Members
  • 81 posts

Posted 01 July 2016 - 07:23 PM

 

Found something new in the game files, You can control a German Soldier !

How to do that?

Using this code.

 

 

Found another thing, the allied grenadier, He could throw "Unlimited" grenades, and that's why he was cut.

And with this, the versus gamemode will be with grenades. ;)

Sorry for double post.

Throw grenades, great, how to operate it?

The allied grenadier will automatically launch a grenade if They see an enemy soldier

 

I have found a lot of things that were hidden in Commandos 2 Demo and They are fully functional in Commandos 2 Final, here are some:

The 2D Box

This box works exactly like the one in Commandos BEL, You can't see what's inside, but You can take all its items with one click.

Commandos 2 2D Box 1.jpg

Commandos 2 2D Box 2.jpg

Commandos 2 2D Box 3.jpg

The Gold Box

This is a Box that contain Gold, It can't be examined and can be held by Green Beret. Maybe It's was a replacement for the Golden Monkey in Savo Island.

Commandos 2 Gold Box 1.jpg

Commandos 2 Gold Box 2.jpg

The Invasion Map

This map can be viewed in the inventory and It was for the mission Saving Private Smith. Unfortunately, the map image is just a grey background with pink text "PLANOS" inside.

Commandos 2 Invasion Map 1.jpg

Commandos 2 Invasion Map 2.jpg

The Repair Ability

Finally It worked for me. This ability is for the Driver, He could repair vehicles. This ability was also deleted from Commandos BEL, but in Commandos 2 It can still work.

Commandos 2 Repair Ability.jpg

The Beta Whiskey

The Beta Whiskey was a lot better than final even if It couldn't be controlled like your men. It automatically pursue its owner (Can be changed from the code). It couldn't distract enemies, but can take items with its. If the whistle is used by another commando (Not the owner), the dog will come near him, after some seconds It will return to his owner.

It act like a real life dog: sometimes It sit down and start barking, It go take a little walk and return to you.

Commandos 2 Whiskey 1.jpg

Commandos 2 Whiskey 2.jpg


Edited by Agent MB, 01 July 2016 - 10:30 PM.


#40 Salvadorc17

Salvadorc17

    title available

  • Members
  • 507 posts
  • Location:Colombia
  • Projects:Destination Norway

Posted 01 July 2016 - 07:26 PM

Good to know that you have been able to use all this stuff, but can you please share it, post a link with the code for get all this working






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users