Forum

ASSIST, AMERICA'S ARMY COMMUNITY - RELIVE THE GLORY DAYS OF AMERICA'S ARMY 2.5

Author Topic: try out Coop maps 2.8.5  (Read 13352 times)

0 Members and 1 Guest are viewing this topic.

Offline ELiZ

Re: try out Coop maps 2.8.5
« Reply #15 on: Friday, November 02, 2012, 19:51:46 PM »


I still have the job to handle the resources, but that will be the challenge.

:)

Offline Vanoke

  • Epic Poster
  • ******
  • Posts: 1,760
  • Real war is to a GAME!!
    • View Profile
  • AA: =PUF=Vanoke
Re: try out Coop maps 2.8.5
« Reply #16 on: Saturday, November 03, 2012, 12:24:44 PM »
Here is a taste:
Canyon played on 2.5 Assist, direct convert:


If this was for public distro, I'll have to relocate all resources(textures, objects)..
But as I said, I need a challenge.
It wood be great if that map is comming in to assist its a big map but with respawn it wood be good to play

Offline [Majestic]tidididi

Re: try out Coop maps 2.8.5
« Reply #17 on: Saturday, November 03, 2012, 12:29:55 PM »
No please, no respawns :l

Offline ELiZ

Re: try out Coop maps 2.8.5
« Reply #18 on: Saturday, November 03, 2012, 14:49:18 PM »
As earlier discussed, is it possible to put fy_pool_day_5v5 in this version? I still have many friends who want to play it

http://www.2shared.com/file/OiR4y9Nv/fy_pool_day_5v5.html is the 2.8.5 version

Here is the 2.5 version of that map, I've tested to load it up on a server, and join to play.
https://dl.dropbox.com/u/62876385/ConvertedMaps/fy_pool_day_5v5.aao

This map didn't have any resources that wasn't in 2.5, so it was rather "easy" to create a 2.5 version.
I have created a tool that can translate package-mapping for resources, and hopefully I can make standalone packages of the resources that are missing in 2.5 as the next step.

Got any more requests?

Offline Koden

  • Cogito Ergo Khodohn
  • Global Moderator
  • Epic Poster
  • *
  • Posts: 2,333
  • Hmmm rainbows.
    • View Profile
Re: try out Coop maps 2.8.5
« Reply #19 on: Saturday, November 03, 2012, 14:54:23 PM »
Here is the 2.5 version of that map, I've tested to load it up on a server, and join to play.
https://dl.dropbox.com/u/62876385/ConvertedMaps/fy_pool_day_5v5.aao

This map didn't have any resources that wasn't in 2.5, so it was rather "easy" to create a 2.5 version.
I have created a tool that can translate package-mapping for resources, and hopefully I can make standalone packages of the resources that are missing in 2.5 as the next step.

Got any more requests?

:D may i make an humble proposal? AI (one suitable for online gaming)

Offline ELiZ

Re: try out Coop maps 2.8.5
« Reply #20 on: Saturday, November 03, 2012, 15:04:46 PM »
:D may i make an humble proposal? AI (one suitable for online gaming)

[Sarcasm]I'll get right on it[/Sarcasm]

;)

I did find some code regarding AI in the 2.8.5 .u files.
« Last Edit: Saturday, November 03, 2012, 15:06:29 PM by ELiZ »

Offline Spanky

  • <?php echo $opinion .' is better.'; ?>
  • Administrator
  • Posts like a Spanky!
  • *
  • Posts: 10,893
    • View Profile
    • NatesComp.com
  • AA: tigobitties
Re: try out Coop maps 2.8.5
« Reply #21 on: Saturday, November 03, 2012, 15:19:47 PM »
:D may i make an humble proposal? AI (one suitable for online gaming)

I think the best hope in that aspect might be to probe the issues with SoarAI in 2.4.1 and adapt it to 2.5. The 2.8.x code is encrypted and it would require a fair bit more work (if it's even possible) to port the code to 2.5.
It's like shaving your pubes to make your junk look bigger.
Might look bigger, but it aint.....

Offline ELiZ

Re: try out Coop maps 2.8.5
« Reply #22 on: Saturday, November 03, 2012, 16:22:12 PM »
I think the best hope in that aspect might be to probe the issues with SoarAI in 2.4.1 and adapt it to 2.5. The 2.8.x code is encrypted and it would require a fair bit more work (if it's even possible) to port the code to 2.5.

I've gotten past the encryption of the 2.8.5 packages, but since the source has been stripped, I can't read that.
Am I right to assume that what remains is the Token"Dectyption"?

Offline Spanky

  • <?php echo $opinion .' is better.'; ?>
  • Administrator
  • Posts like a Spanky!
  • *
  • Posts: 10,893
    • View Profile
    • NatesComp.com
  • AA: tigobitties
Re: try out Coop maps 2.8.5
« Reply #23 on: Saturday, November 03, 2012, 16:56:37 PM »
Am I right to assume that what remains is the Token"Dectyption"?

I honestly have no idea. I only know enough UScript to make mods that crash AA, and not on purpose either :)
It's like shaving your pubes to make your junk look bigger.
Might look bigger, but it aint.....

Offline ELiZ

Re: try out Coop maps 2.8.5
« Reply #24 on: Saturday, November 03, 2012, 17:08:54 PM »
I honestly have no idea. I only know enough UScript to make mods that crash AA, and not on purpose either :)

I'v looked into this now, and it seems to be that "simple" to change out the tokens, to atleast be able to read, and possible export funtions to new script.
Im guessing some of the 2.8.5 AI code in in the dll, and there I' totally lost.
Code: [Select]
Name 2.8.5 2.5.0
NT_LocalVariable 0x00 0x00
NT_InstanceVariable 0x01 0x01
NT_DefaultVariable 0x02 0x02
NT_Switch 0x04 0x05
NT_ClassContext 0x05 0x12
NT_Jump 0x06 0x06
NT_GotoLabel 0x07 0x0D
NT_VirtualFunction 0x08 0x1B
NT_IntConst 0x09 0x1D
NT_JumpIfNot 0x0A 0x07
NT_FinalFunction 0x0C 0x1C
NT_EatString 0x0D 0x0E
NT_Let 0x0E 0x0F
NT_Stop 0x0F 0x08
NT_New 0x10 0x11
NT_Context 0x11 0x19
NT_MetaCast 0x12 0x13
NT_Self 0x14 0x17
NT_EndFunctionParms 0x16 0x16
NT_LetBool 0x18 0x14
NT_DynArrayElement 0x19 0x10
NT_Assert 0x1A 0x09
NT_ByteConst 0x1B 0x24
NT_Nothing 0x1C 0x0B
NT_DelegateProperty 0x1D #N/A
NT_IntZero 0x1E 0x25
NT_LetDelegate 0x1F #N/A
NT_False 0x20 0x28
NT_ArrayElement 0x21 0x1A
NT_EndOfScript 0x22 #N/A
NT_True 0x23 0x27
NT_FloatConst 0x25 0x1E
NT_Case 0x26 0x0A
NT_IntOne 0x27 0x26
NT_StringConst 0x28 0x1F
NT_NoObject 0x29 0x2A
NT_NativeParm 0x2A 0x29
NT_DebugInfo 0x2C #N/A
NT_StructCmpEq 0x2D 0x32
NT_DynArrayRemove 0x2F #N/A
NT_StructCmpNe 0x30 0x33
NT_DynamicCast 0x31 0x2E
NT_Iterator 0x32 0x2F
NT_IntConstByte 0x33 0x2C
NT_BoolVariable 0x34 0x2D
NT_UnicodeStringConst 0x36 0x34
NT_StructMember 0x37 0x36
NT_DelegateFunction 0x39 #N/A
NT_ObjectConst 0x40 0x20
NT_NameConst 0x41 0x21
NT_DynArrayLength 0x42 #N/A
NT_DynArrayInsert 0x43 #N/A
NT_PrimitiveCast 0x44 #N/A
NT_GlobalFunction 0x45 0x38
NT_VectorConst 0x46 0x23
NT_RotationConst 0x47 0x22

Offline Possessed

  • bWpnRecoil == False;
  • Administrator
  • Epic Poster
  • *
  • Posts: 3,620
  • You suffer, but why?!
    • View Profile
  • AA: Possessed
Re: try out Coop maps 2.8.5
« Reply #25 on: Saturday, November 03, 2012, 19:46:57 PM »
AA 2.8.5 Tokens list have been posted in some "UCheat" site :)
These things I have spoken unto you, that in me ye might have peace. In the world ye shall have tribulation: but be of good cheer; I have overcome the world.
John 16:33


Offline ELiZ

Re: try out Coop maps 2.8.5
« Reply #26 on: Saturday, November 03, 2012, 20:22:40 PM »
AA 2.8.5 Tokens list have been posted in some "UCheat" site :)
Yeah, read that and are coding a byteconverter.

Offline Possessed

  • bWpnRecoil == False;
  • Administrator
  • Epic Poster
  • *
  • Posts: 3,620
  • You suffer, but why?!
    • View Profile
  • AA: Possessed
Re: try out Coop maps 2.8.5
« Reply #27 on: Saturday, November 03, 2012, 21:43:56 PM »
Yeah, read that and are coding a byteconverter.
rly thax buddy, your doin things that this cheating community always kept for them self, at least the most part :up: :up:
These things I have spoken unto you, that in me ye might have peace. In the world ye shall have tribulation: but be of good cheer; I have overcome the world.
John 16:33


Offline Bart!

Re: try out Coop maps 2.8.5
« Reply #28 on: Sunday, November 04, 2012, 05:25:01 AM »
Here is the 2.5 version of that map, I've tested to load it up on a server, and join to play.
https://dl.dropbox.com/u/62876385/ConvertedMaps/fy_pool_day_5v5.aao

This map didn't have any resources that wasn't in 2.5, so it was rather "easy" to create a 2.5 version.
I have created a tool that can translate package-mapping for resources, and hopefully I can make standalone packages of the resources that are missing in 2.5 as the next step.

Got any more requests?
Nice work ELiZ!

Offline Vanoke

  • Epic Poster
  • ******
  • Posts: 1,760
  • Real war is to a GAME!!
    • View Profile
  • AA: =PUF=Vanoke
Re: try out Coop maps 2.8.5
« Reply #29 on: Sunday, November 04, 2012, 10:31:51 AM »
No please, no respawns :l

LOL sorry for that but there is a markt for some maps for alot players, exemple Bridge se is only fun when respawn is actieve
map is to big :o for normal gameplay . Players are gowing away when time is to long for nexts round. weapons are in my case fun becose its in SFS mode short and long distance weapons :style: that players self can take after they were killt whit SF weapon.
 
I realy dit think about how you can make sum maps playeble and attractive and for big maps its the only way for playing whit fun (so long the enemy can t  get urly to start spawn point ... You can make the exemple whit all adder first person shoters its respawn .We play to gost recon small parts in map in RESPAWN style so...........

So what you have to in your server you can t make everybuddy happy, and the player is KING we say here in Holland
Best regards 25Assist lover.
Bye the way i dit sent a mail on site to AAOTTS if they can t help to make maps for 25Assist but no respons jet i sent the mail 2 weeks ago, In the hope they make contact to guys  like you ELiZ :idea:

O yes Hi spanky.
« Last Edit: Sunday, November 04, 2012, 11:07:31 AM by Vanoke »

 

Download Assist

×

Download Game Client

Important: Battletracker no longer exists. However, old Battletracker accounts may still work. You can create a new 25Assist account here

Download Server Manager