Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: SOURCE EMOJI SYSTEM MUEMU  (Visto 34223 veces)

0 Miembros and 2 Guests are viewing this topic.

Offline NghienMU #80 Posteado: February 21, 2022, 01:41:45 AM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 189
  • Gracias recibida: 56
  • vn
Lastima no se puede adaptar mejor a los Chat S13 y Chat Old?



la mejor opcion es rearmar toda la libreria para que se pueda usar a como uno quiera, tarde dos días para rearmar todas las funciones pero al final quedaron así les muestro mi version intenté hacerla similar para no perder el toque de MyHeart.

aplausos aplausos aplausos





@takumi12  I found a bug. If you click too many emojis at once, client will close :D


Disable the custom that separates system messages.

InitChatWindow();

I don't have an InitChatWindow bro..How to fix?


Offline Specifier #81 Posteado: March 22, 2022, 08:49:46 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 718
  • Gracias recibida: 5852
  • ae
someone have offset for s8? contact me

---------------------------[NULL]---------------------------------

Offline Specifier #82 Posteado: March 22, 2022, 01:14:49 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 718
  • Gracias recibida: 5852
  • ae
---------------------------[NULL]---------------------------------

Offline brahian1891 #83 Posteado: March 22, 2022, 11:03:07 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 115
  • Gracias recibida: 278
  • ar
Alguien  que comparta la DLL ya copilada ??


Offline Wikka #84 Posteado: March 22, 2022, 11:28:43 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 3
  • Gracias recibida: 0
  • al
sale este error...



rename namespace "lunatico" to "myheart"

and example token
Code: [Select]
myheart::MUEmoji::EMOJI_TOKEN EmojiTokens[] = {
 {":)", 0000},
 {"=)", 0001},
 {":p", 0003},
 {":o", 0005},
 {":v", 1001},
};
¿Alguien puede hacer que funcione?
 please


Offline wahaha #85 Posteado: March 26, 2022, 10:48:46 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 8
  • Gracias recibida: 5
  • cn
 :'( :'(i found if add SetCompleteHook(0xE8, 0x004D5891, &LoadImages); in RenderObjectSystem function. the client will crash.... btw in game only type three emotions ,how to do type more? thanks.
void Interface::RenderObjectSystem()
{
.....
   //EmotionSystem
   gEmojis.AddTextures(); //> Agregar esto
   //SetCompleteHook(0xE8, 0x004D5891, &LoadImages);
   SetCompleteHook(0xE8, 0x0080F7FE, &Work);
......
}


Offline Specifier #86 Posteado: March 27, 2022, 02:18:16 PM | Modificado: March 27, 2022, 02:53:47 PM by Ifreat

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 718
  • Gracias recibida: 5852
  • ae
Anyone can make this work on s8 please contact me thanks!

---------------------------[NULL]---------------------------------

Offline vaneavanea31 #87 Posteado: April 10, 2022, 02:15:28 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 168
  • Gracias recibida: 38
  • md
Se las dejo un poco más fácil para manejar. Si no quieren renegar tanto, hagan esto

1) Descarguen del siguiente link: https://www.mediafire.com/file/v58g6imedkvcict/EmojiSystem.zip/file

2) Tiren todo lo que está en ese zip adentro del source de su main

3) Abran el source con el Visual Studio, apunten hacia el proyecto, segundo click > Agregar > Elemento Existente y busquen "EmojiSystem.cpp" y "EmojiSystem.h" solamente.

4) Vayan a Interface.cpp y agreguen

Code: [Select]
#include "EmojiSystem.h"

Buscar -> void Interface::Load()

Si usan Takumi o FOX -> void Interface::RenderObjectSystem()

Code: [Select]
{
...

gEmojis.AddTextures(); //> Agregar esto

SetCompleteHook(0xE8, 0x004D5891, &LoadImages);

SetCompleteHook(0xE8, 0x0080F7FE, &Work);

...
}

Buscar -> void Interface::LoadImages()

Code: [Select]
{
...

gEmojis.LoadImages(); //> Agregar esto

...
}

También usen los archivos que dejé para el cliente, son los que subió @Kapocha33

y listo :)

PD: @myheart please share source of MUEmoji.lib xD




Thx Very much


Offline chuckhai #88 Posteado: April 10, 2022, 07:31:01 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 152
  • Gracias recibida: 1139
  • vn
Share the full MUEmoji.lib source code

Gracias:


Offline T-LEGENDARY #89 Posteado: April 26, 2022, 08:07:42 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 774
  • Gracias recibida: 12486
  • br
does anyone here have the code and image of the emoji button when clicking, because when clicking here the button disappears


Offline realman #90 Posteado: May 09, 2022, 08:21:43 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 106
  • Gracias recibida: 1404
  • md
work on 1.04d after total remake

Discord: mercurialxen
Final

Offline Arazox #91 Posteado: May 09, 2022, 12:31:20 PM

  • 3D Maker
  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 552
  • Gracias recibida: 3184
  • ve
work on 1.04d after total remake


share source men :D


Offline jorge2016 #92 Posteado: May 29, 2022, 03:35:57 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 2164
  • uy
@myheart  is possible compile muemoji.lib in vs2019..  I use vs2019 and it tells me that this library was made in vs2010 and it generates incompatibility when compiling.


Offline KhongGianOL #93 Posteado: May 29, 2022, 07:04:11 PM | Modificado: May 29, 2022, 07:08:04 PM by KhongGianOL

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 246
  • Gracias recibida: 701
  • vn
Be kind, for everyone you meet is fighting their hard battle

Offline son1xx2 #94 Posteado: May 29, 2022, 07:24:11 PM

  • 0 puntos por ventas
  • *
  • Rank: Liga mayor
  • Posts: 198
  • Gracias recibida: 2454
  • vn
Do better, don't try to do the same ;)

Offline KhongGianOL #95 Posteado: May 29, 2022, 09:03:31 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 246
  • Gracias recibida: 701
  • vn
Rebuild not to 2 error there ? Chắc do nhìu ng xài trê vs 2019 trở lên...

Be kind, for everyone you meet is fighting their hard battle

Offline KhongGianOL #96 Posteado: May 30, 2022, 08:45:52 AM | Modificado: May 30, 2022, 08:48:27 AM by KhongGianOL

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 246
  • Gracias recibida: 701
  • vn
Be kind, for everyone you meet is fighting their hard battle

Gracias:


Offline PhantomKr #97 Posteado: May 30, 2022, 09:37:45 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 219
  • Gracias recibida: 2426
  • pe
hola consulta tengo que descarga los 2 link o solo el segundo para poder implementar?

Discord: JeanMois#3323

Offline PhantomKr #98 Posteado: June 08, 2022, 07:02:56 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 219
  • Gracias recibida: 2426
  • pe
@kayito it's working. but can you help fix the text on the head? thanks so much

 
alguien me ayuda con este error uso source fox y descargue la version 2 de emojin

Discord: JeanMois#3323

Offline esteban #99 Posteado: June 08, 2022, 08:33:53 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 480
  • Gracias recibida: 4433
  • pe
@kayito it's working. but can you help fix the text on the head? thanks so much

 
alguien me ayuda con este error uso source fox y descargue la version 2 de emojin

solo usa
@kayito it's working. but can you help fix the text on the head? thanks so much

 
alguien me ayuda con este error uso source fox y descargue la version 2 de emojin
la que dejo kayito funciona bien


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
4 Replies
5401 Views
Last post March 03, 2020, 05:27:28 PM
by jorginhuz
2 Replies
1475 Views
Last post October 07, 2022, 02:24:18 PM
by Daniel@
10 Replies
8239 Views
Last post January 17, 2024, 12:46:15 PM
by T-LEGENDARY
2 Replies
1179 Views
Last post November 27, 2024, 11:33:49 AM
by brahian1891
3 Replies
686 Views
Last post March 26, 2025, 06:57:44 PM
by SaintZeus