Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Опубликовано:

I've found this topic: viewtopic.php?f=7&t=2380

I was wondering if there's anyway I can change the []s that go around the tag to just a " | " afterwards?

I don't really know C++ and such, so I was seeing if anyone else would be willing to help.

If not possible, it's fine. I was just curious. Hope to see you guys around. :D

  • Ответы 55
  • Просмотры 1,2k
  • Created
  • Последний ответ

Top Posters In This Topic

Опубликовано:
I think it's here
if(useClantag)

{

strncpy(authUsername,"[", 1);

strncat(authUsername, authClantag, 4);

strncat(authUsername, "]", 1);

whare to paste this thing? inside the .ini ?

No create your own iw4m.dll and change the Auth.cpp to include whatever you want for those points

Опубликовано:
  • Автор
I think it's here
if(useClantag)

{

strncpy(authUsername,"[", 1);

strncat(authUsername, authClantag, 4);

strncat(authUsername, "]", 1);

Thank you I didn't even realize that, and I looked.. Should have control+f'd.

Feel like a noob, lmbo. I'll try it out, thanks. :)

Опубликовано:
I think it's here
if(useClantag)

{

strncpy(authUsername,"[", 1);

strncat(authUsername, authClantag, 4);

strncat(authUsername, "]", 1);

Thank you I didn't even realize that, and I looked.. Should have control+f'd.

Feel like a noob, lmbo. I'll try it out, thanks. :)

Also I THINK that it should be that.. also I think you can edit the clan tag number of characters.. but first try the | out first.. before trying to edit the amount of spaces.

Опубликовано:
  • Автор
I think it's here
if(useClantag)

{

strncpy(authUsername,"[", 1);

strncat(authUsername, authClantag, 4);

strncat(authUsername, "]", 1);

Thank you I didn't even realize that, and I looked.. Should have control+f'd.

Feel like a noob, lmbo. I'll try it out, thanks. :)

Also I THINK that it should be that.. also I think you can edit the clan tag number of characters.. but first try the | out first.. before trying to edit the amount of spaces.

Yeah I saw where you can change how many characters it uses I believe..

But my clan tag is only "vL |" so it's all good lol.

Опубликовано:
I think it's here
if(useClantag)

{

strncpy(authUsername,"[", 1);

strncat(authUsername, authClantag, 4);

strncat(authUsername, "]", 1);

Thank you I didn't even realize that, and I looked.. Should have control+f'd.

Feel like a noob, lmbo. I'll try it out, thanks. :)

Also I THINK that it should be that.. also I think you can edit the clan tag number of characters.. but first try the | out first.. before trying to edit the amount of spaces.

Yeah I saw where you can change how many characters it uses I believe..

But my clan tag is only "vL |" so it's all good lol.

Aight try it out and let me know as well :)

Опубликовано:
You have to use something, like Visual Studio 2010 to compile the code into iw4m.dll

 

Then in your iw4m.ini file you have to add a 3rd line with your clan tag.

Only thing is I don't know how to decompile/edit the .dll's...

I use this guy's tut very easy to build your own revisions http://www.youtube.com/watch?v=fIGcfn_D6yU

Опубликовано:
  • Автор
You have to use something, like Visual Studio 2010 to compile the code into iw4m.dll

 

Then in your iw4m.ini file you have to add a 3rd line with your clan tag.

Only thing is I don't know how to decompile/edit the .dll's...

I use this guy's tut very easy to build your own revisions http://www.youtube.com/watch?v=fIGcfn_D6yU

You don't need to decompile when they give you the source code.. lol.

Anyways, I have to install Visual Studio 10.. so it'll be awhile ;_;

Опубликовано:
You have to use something, like Visual Studio 2010 to compile the code into iw4m.dll

 

Then in your iw4m.ini file you have to add a 3rd line with your clan tag.

Only thing is I don't know how to decompile/edit the .dll's...

I use this guy's tut very easy to build your own revisions http://www.youtube.com/watch?v=fIGcfn_D6yU

You don't need to decompile when they give you the source code.. lol.

Anyways, I have to install Visual Studio 10.. so it'll be awhile ;_;

I have it installed but I just don't know how to input the code itself .____.

Опубликовано:
  • Автор
You have to use something, like Visual Studio 2010 to compile the code into iw4m.dll

 

Then in your iw4m.ini file you have to add a 3rd line with your clan tag.

Only thing is I don't know how to decompile/edit the .dll's...

I use this guy's tut very easy to build your own revisions http://www.youtube.com/watch?v=fIGcfn_D6yU

You don't need to decompile when they give you the source code.. lol.

Anyways, I have to install Visual Studio 10.. so it'll be awhile ;_;

I have it installed but I just don't know how to input the code itself .____.

viewtopic.php?f=7&t=2620#p10607

Опубликовано:
  • Автор

1>------ Build started: Project: steam_api, Configuration: Normal Win32 ------
1>Build started 5/24/2012 3:00:18 AM.
1>InitializeBuildStatus:
1>  Touching "Normal\steam_api.unsuccessfulbuild".
1>ClCompile:
1>  StdInc.cpp
1>c:\users\joey\documents\iw4m\clientdll\steam_api\StdInc.h(14): fatal error C1083: Cannot open include file: 'buildnumber.h': No such file or directory
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.91
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

 

EDIT: Fixed this. Went toiw4m\clientdll\dependencies\tools\ and ran buildnumber and it made buildnumber.h and I copied that into the steam_api folder. Compiled fine.

 

Testing now!

Опубликовано:
  • Автор

Sorry for the double/triple post or whatever. Just wanted to notify you guys that you can lock this topic it works! (Well the | line doesn't show, but since the clan tag is just vL I was able to add "vL |" at the bottom of the .ini and fix the problem).

 

Thanks guys! :D

Опубликовано:
if this mod work with "[ ]" and " | " why dont you upload the file? that could be helpful :P

Add what ever you want your clan tag to be to the end of your iw4m.ini WITH the "[ ]" or "|" etc.

Download

VirusTotal

 

after paste your files, this how it look like in iw4m.ini?:

AyieJ

mypassword

JTF

 

or should i put JTF| on the 3rd line?

Опубликовано:
if this mod work with "[ ]" and " | " why dont you upload the file? that could be helpful :P

Add what ever you want your clan tag to be to the end of your iw4m.ini WITH the "[ ]" or "|" etc.

Download

VirusTotal

 

after paste your files, this how it look like in iw4m.ini?:

AyieJ

mypassword

JTF

 

or should i put JTF| on the 3rd line?

It should look like...

AyieJ

JTF

It will automatically put [brackets] around it in game.

Опубликовано:

U can also use color codes:

 

^1 = red

^2 = green

^3 = yellow

^4 = blue

^5 = cyan

^6 = pink

^7 = white

^8 is a color that changes depending what level you are on.

American maps = Dark Green

Russian maps = Dark red/marroon

British maps = Dark Blue

^9 = grey

^0 = black

Опубликовано:

You will run into space allocation issues if you try to use colors as it only allocates four characters for the clantag. You can try increasing it by changing this line

char authClantag[4];

to something more reasonable like

char authClantag[10];

Опубликовано:
You will run into space allocation issues if you try to use colors as it only allocates four characters for the clantag. You can try increasing it by changing this line

char authClantag[4];

to something more reasonable like

char authClantag[10];

 

Sry i forgot to say^^

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.